Merge branch 'wq' of SH-Arbitrate/Arbitrate-Backend into dev
This commit was merged in pull request #293.
This commit is contained in:
@@ -25,7 +25,7 @@ public class SmsUtils {
|
|||||||
//API的SecretKey
|
//API的SecretKey
|
||||||
private static final String SECRET_KEY = "QjphKo8zkHZigT8j9PVtFPJyfIvO3d6V";
|
private static final String SECRET_KEY = "QjphKo8zkHZigT8j9PVtFPJyfIvO3d6V";
|
||||||
//签名内容
|
//签名内容
|
||||||
private static final String SIGN_NAME = "西安云美电子科技有限公司";
|
private static final String SIGN_NAME = "乙巢智慧仲裁网";
|
||||||
|
|
||||||
public static Boolean sendSms(SendSmsRequest request) {
|
public static Boolean sendSms(SendSmsRequest request) {
|
||||||
Credential cred = new Credential(SECRET_ID, SECRET_KEY );
|
Credential cred = new Credential(SECRET_ID, SECRET_KEY );
|
||||||
|
|||||||
Reference in New Issue
Block a user