Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
youjj
cloud-platform
Commits
4843f402
Commit
4843f402
authored
Jul 21, 2019
by
hezhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
1530a570
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
CCPRestSmsUtils.java
...va/com/xxfc/platform/universal/utils/CCPRestSmsUtils.java
+1
-1
CCPRestSmsBiz.java
...n/java/com/xxfc/platform/universal/biz/CCPRestSmsBiz.java
+8
-8
No files found.
xx-universal/xx-universal-api/src/main/java/com/xxfc/platform/universal/utils/CCPRestSmsUtils.java
View file @
4843f402
...
...
@@ -14,7 +14,7 @@ public class CCPRestSmsUtils {
restAPI
.
init
(
"app.cloopen.com"
,
"8883"
);
restAPI
.
setAccount
(
"8aaf070865e6b6eb0165ecd776700559"
,
"3fe5e2f053674f23b029a9a9fc9503f0"
);
restAPI
.
setAppId
(
"8a216da86
812593601684bec10581ab5
"
);
restAPI
.
setAppId
(
"8a216da86
bfdbeb5016c0d2543670a06
"
);
}
public
static
Map
<
String
,
Object
>
sendTemplateSMS
(
String
phoneNumbers
,
String
[]
params
,
String
templateId
)
{
...
...
xx-universal/xx-universal-server/src/main/java/com/xxfc/platform/universal/biz/CCPRestSmsBiz.java
View file @
4843f402
...
...
@@ -10,21 +10,21 @@ import org.springframework.stereotype.Service;
public
class
CCPRestSmsBiz
{
//租车订单通知(普通用户)1
public
static
final
String
TEMPLATE_ID_ORDER
=
"45
7270
"
;
public
static
final
String
TEMPLATE_ID_ORDER
=
"45
8626
"
;
//租车订单短信(会员权益)2
public
static
final
String
TEMPLATE_ID_ORDER_MEMBER
=
"45
7271
"
;
public
static
final
String
TEMPLATE_ID_ORDER_MEMBER
=
"45
8625
"
;
//旅游订单短信3
public
static
final
String
TEMPLATE_ID_ORDER_TOUR
=
"45
7272
"
;
public
static
final
String
TEMPLATE_ID_ORDER_TOUR
=
"45
8624
"
;
//加入会员通知4
public
static
final
String
TEMPLATE_ID_MEMBER
=
"45
727
3"
;
public
static
final
String
TEMPLATE_ID_MEMBER
=
"45
862
3"
;
//租/还车公司相同(订单支付后立即发送给相关负责人)5
public
static
final
String
TEMPLATE_ID_TAAKE_CAR
=
"45
7501
"
;
public
static
final
String
TEMPLATE_ID_TAAKE_CAR
=
"45
8622
"
;
//租/还车公司不同(发给租车公司负责人,订单支付后发送)6
public
static
final
String
TEMPLATE_ID_DIFFERENT_TAAKE_CAR
=
"45
7502
"
;
public
static
final
String
TEMPLATE_ID_DIFFERENT_TAAKE_CAR
=
"45
8621
"
;
// 租/还车公司不同(发给还车公司负责人,订单出车后发))(相同不发)7
public
static
final
String
TEMPLATE_ID_ALSO_CAR
=
"45
7503
"
;
public
static
final
String
TEMPLATE_ID_ALSO_CAR
=
"45
8620
"
;
//取消订单8
public
static
final
String
TEMPLATE_ID_CANCEL
=
"45
7506
"
;
public
static
final
String
TEMPLATE_ID_CANCEL
=
"45
8627
"
;
//发送模板消息
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment