分销提现失败原因记录
This commit is contained in:
@@ -80,8 +80,9 @@ public class NotifyController {
|
||||
log.info("参数信息: {}", jsonObject.toJSONString());
|
||||
String outBillNo = jsonObject.getString("out_bill_no");
|
||||
String state = jsonObject.getString("state");
|
||||
String failReason = jsonObject.getString("fail_reason");
|
||||
try {
|
||||
distributionUserService.withdrawNotify(outBillNo, state);
|
||||
distributionUserService.withdrawNotify(outBillNo, state, failReason);
|
||||
}catch (Exception e) {
|
||||
log.warn("转账回调失败", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user