Browse Source

下黑、反白发送短信优化

shuiqilin0117
“shuiqilin” 10 months ago
parent
commit
9c21aaa0de

+ 1
- 0
src/main/java/com/qtzl/alterSales/manager/handler/AflSmsSendHandler.java View File

//修改发送状态 //修改发送状态
if(null!=qtztJsonResponse&&qtztJsonResponse.getRcode()==0) { if(null!=qtztJsonResponse&&qtztJsonResponse.getRcode()==0) {
aflSmsRecord.setStatus("0"); aflSmsRecord.setStatus("0");
aflSmsRecord.setErrorMsg(null);
}else { }else {
aflSmsRecord.setStatus("1"); aflSmsRecord.setStatus("1");
aflSmsRecord.setErrorMsg(qtztJsonResponse.getRmsg()); aflSmsRecord.setErrorMsg(qtztJsonResponse.getRmsg());

Loading…
Cancel
Save