|
@ -31,6 +31,6 @@ public class MessageUtil {
|
|
|
JSONArray paramArr =new JSONArray();
|
|
|
sendObj.put("templateParamArr",paramArr);
|
|
|
}
|
|
|
return txySmsService.sendMessageJson(mobile,sendObj.toJSONString());
|
|
|
return txySmsService.sendMessageJson(mobile,sendObj);
|
|
|
}
|
|
|
}
|