修改进件失败的提醒
This commit is contained in:
parent
ab18856816
commit
69049951c3
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue