分销提现失败原因记录
This commit is contained in:
@@ -80,6 +80,8 @@ public class MkDistributionWithdrawFlow implements Serializable {
|
||||
private String status;
|
||||
|
||||
|
||||
private String failReason;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user