Ver Fonte

feat: 校验财务验证码模板号

shc há 2 anos atrás
pai
commit
b64b9a4041

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/util/SendSms.java

@@ -291,7 +291,7 @@ public class SendSms {
 	public static boolean sendSmsCode1(String phoneNumber, String code) throws ClientException, InterruptedException {
 
 		//发短信
-		SendSmsResponse response = sendSms(code, phoneNumber, "要易云", "SMS_270920029");
+		SendSmsResponse response = sendSms(code, phoneNumber, "要易云", "SMS_271535930");
 		System.out.println("短信接口返回的数据----------------");
 		System.out.println("Code=" + response.getCode());
 		System.out.println("Message=" + response.getMessage());