|
|
|
@@ -110,7 +110,7 @@ public class SendCallBackSmsServiceImpl implements MsgSendService { |
|
|
|
EnumVerifyCode.NO.getCode().toString(), modelId, |
|
|
|
null,wxMsgModel.getModelCode(),outId,wxMsgConfig.getSmsChannel()); |
|
|
|
|
|
|
|
|
|
|
|
logger.info("--send--"+result); |
|
|
|
|
|
|
|
JSONObject jsonObjectResult = JSONObject.parseObject(result); |
|
|
|
String ret = jsonObjectResult.get("ret").toString(); |
|
|
|
|