修改进件失败的提醒
This commit is contained in:
@@ -530,9 +530,9 @@ public class LaKalaInterfaceImpl {
|
||||
|
||||
} else {
|
||||
|
||||
log.info("进件成功,等待三方审核");
|
||||
JSONObject object = JSONObject.parseObject(result);
|
||||
|
||||
JSONObject object = JSONObject.parseObject(result);
|
||||
log.error("进件失败{}",object.getString("message"));
|
||||
mcs.setChannel(5);
|
||||
mcs.setUpdateTime(new Date());
|
||||
mcs.setMerchantCode(merchantBaseInfo.getMerchantCode());
|
||||
|
||||
Reference in New Issue
Block a user