|
|
|
@@ -110,8 +110,6 @@ 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(); |
|
|
|
String batchNo = jsonObjectResult.get("data").toString(); |
|
|
|
|