This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liushuai
/
hz-project-management
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
28
Wiki
Activity
Browse Source
短信服务接口:短信发送 短信回复 短信回执
tags/24080901
wangrenkang
10 months ago
parent
320d852ee7
commit
f6d311af6f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hz-pm-api/src/main/java/com/hz/pm/api/external/sms/SmsServiceClient.java
+ 1
- 1
hz-pm-api/src/main/java/com/hz/pm/api/external/sms/SmsServiceClient.java
View File
@@ -27,7 +27,7 @@ public class SmsServiceClient {
/**
* 短信服务
*/
@Value("${sms.client-url}")
@Value("${sms.client-url
:
}")
private String smsUrl;
public static final String SMS_REPLY = "/sms/reply";
Write
Preview
Loading…
Cancel
Save