bug修改

This commit is contained in:
18792927508
2024-04-08 15:46:26 +08:00
parent 36b5925786
commit 6314a583b9
4 changed files with 51 additions and 23 deletions
@@ -59,7 +59,7 @@ public class SmsUtils {
}
public static JSONObject sendSms(Long caseId,String templateId,String phone,String[] templateParamSet) {
JSONObject jsonObject = new JSONObject();
SmsUtils1.SendSmsRequest request = new SmsUtils1.SendSmsRequest(phone,templateId,templateParamSet,caseId);
SendSmsRequest request = new SendSmsRequest(phone,templateId,templateParamSet,caseId);
Credential cred = new Credential(SECRET_ID, SECRET_KEY );
SmsClient client = new SmsClient(cred, "ap-guangzhou");