|
|
@@ -168,7 +168,7 @@ public class PublicController extends BaseController {
|
|
|
String paramString = "{\"code\":\"" + mobileVerifyCode + "\",\"product\":\"阿凡提信息科技\"}";
|
|
|
String ret = MobileMessageUtils.sendMessage(mobileCodeTemplate, paramString, mobile, accessKey, accessSecret);
|
|
|
if (StringUtils.isNotBlank(ret)) {
|
|
|
- res.getError().add(buildError(ErrorConstants.MCODE_ERROR, "", "获取手机验证码异常!"));
|
|
|
+ res.getError().add(buildError(ErrorConstants.M_CODE_ERROR));
|
|
|
}
|
|
|
return res;
|
|
|
}
|