Authored by tanling

fix

... ... @@ -123,11 +123,6 @@ public class MiniServiceAppImpl implements IMiniAppService {
}else {
logger.warn("send msg orderCode is {}, result is {}",reqBO.getOrderCode(), JSONObject.toJSONString(result));
// // 经常48001的错误
// if(result.getInteger("errcode")== 48001){
// logger.info("sendMsgUpdateDB retry ,orderCode is {}", reqBO.getOrderCode());
// sendMsgUpdateDB(reqBO, miniappMsgForm);
// }
}
return result;
... ...