分销提现失败原因记录

This commit is contained in:
张松
2025-10-29 18:23:42 +08:00
parent 5e99bd272c
commit ac67323f0d
4 changed files with 7 additions and 3 deletions

View File

@@ -80,6 +80,8 @@ public class MkDistributionWithdrawFlow implements Serializable {
private String status;
private String failReason;
}

View File

@@ -144,5 +144,5 @@ public interface MkDistributionUserService extends IService<MkDistributionUser>
* CANCELING 撤销中
* CANCELLED 已撤销
*/
void withdrawNotify(String outBillNo, String state);
void withdrawNotify(String outBillNo, String state, String failReason);
}