瀏覽代碼

提交代码

chenken 7 年之前
父節點
當前提交
c930f93921

+ 1 - 1
examcloud-exchange-inner-service/src/main/java/cn/com/qmth/examcloud/exchange/inner/service/impl/SendSmsServiceImpl.java

@@ -76,7 +76,7 @@ public class SendSmsServiceImpl implements SendSmsService {
 		try {
 		try {
 			DefaultProfile.addEndpoint("cn-hangzhou", "cn-hangzhou", product, domain);
 			DefaultProfile.addEndpoint("cn-hangzhou", "cn-hangzhou", product, domain);
 		} catch (ClientException e) {
 		} catch (ClientException e) {
-			throw new StatusException("EX-100001", "DefaultProfile.addEndpoint failed");
+			throw new StatusException("EX-sendIdentifyingCode-1", "DefaultProfile.addEndpoint failed");
 		}
 		}
 		IAcsClient acsClient = new DefaultAcsClient(profile);
 		IAcsClient acsClient = new DefaultAcsClient(profile);