|
|
|
@@ -77,6 +77,7 @@ public class WxMsgModelServiceImpl implements WxMsgModelService { |
|
|
|
String result = SMSFactory.addTemplate(wxMsgConfig, signature,content, EnumVerifyCode.NO.getCode().toString(), |
|
|
|
wxMsgModel.getName(),wxMsgModel.getTemplateType(),wxMsgModel.getName()); |
|
|
|
JSONObject jsonObjectResult = JSONObject.parseObject(result); |
|
|
|
logger.info(">>>>>"+result); |
|
|
|
String ret = jsonObjectResult.get("ret").toString(); |
|
|
|
logger.info("短信模板创建结果:" + result); |
|
|
|
if (ret.equals(EnumMsgModelStatus.SUCCESS.getCode().toString())) { |
|
|
|
|