|
|
|
@@ -74,6 +74,7 @@ public class WxMsgModelServiceImpl implements WxMsgModelService { |
|
|
|
content, wxMsgConfig.getModelnotifyurl(),EnumVerifyCode.NO.getCode().toString()); |
|
|
|
JSONObject jsonObjectResult = JSONObject.parseObject(result); |
|
|
|
String ret = jsonObjectResult.get("ret").toString(); |
|
|
|
logger.info("短信模板创建结果:" + ret); |
|
|
|
if (ret.equals(EnumMsgModelStatus.SUCCESS.getCode().toString())) { |
|
|
|
if (wxMsgModel.getId() == null) { |
|
|
|
final IdWorker idWorker = IdWorker.get(); |
|
|
|
|