|
|
@@ -25,7 +25,7 @@ public class SmsUtils {
|
|
25
|
25
|
//API的SecretKey
|
|
26
|
26
|
private static final String SECRET_KEY = "QjphKo8zkHZigT8j9PVtFPJyfIvO3d6V";
|
|
27
|
27
|
//签名内容
|
|
28
|
|
- private static final String SIGN_NAME = "西安云美电子科技有限公司";
|
|
|
28
|
+ private static final String SIGN_NAME = "乙巢智慧仲裁网";
|
|
29
|
29
|
|
|
30
|
30
|
public static Boolean sendSms(SendSmsRequest request) {
|
|
31
|
31
|
Credential cred = new Credential(SECRET_ID, SECRET_KEY );
|