|
|
@@ -57,7 +57,8 @@ public class SendWeappUniformMsgServiceImpl implements MsgSendService { |
|
|
} |
|
|
} |
|
|
if (msg == null) { |
|
|
if (msg == null) { |
|
|
logger.error("找不到模板Id"); |
|
|
logger.error("找不到模板Id"); |
|
|
throw new MallinkException(ErrorCode.TEMPLATE_NOT_FOUND); |
|
|
|
|
|
|
|
|
//throw new MallinkException(ErrorCode.TEMPLATE_NOT_FOUND); |
|
|
|
|
|
return; |
|
|
} |
|
|
} |
|
|
JSONObject customParam = JSON.parseObject(msg.getCustomParam()); |
|
|
JSONObject customParam = JSON.parseObject(msg.getCustomParam()); |
|
|
String url = customParam.getString("url"); |
|
|
String url = customParam.getString("url"); |
|
|
|