feat:【MALL 商城】商城分佣提现,初步对接成功微信支付
This commit is contained in:
@@ -7,6 +7,9 @@ package cn.iocoder.yudao.module.trade.enums;
|
||||
*/
|
||||
public interface DictTypeConstants {
|
||||
|
||||
String BROKERAGE_RECORD_STATUS = "brokerage_record_status"; // 佣金记录状态
|
||||
|
||||
String BROKERAGE_WITHDRAW_TYPE = "brokerage_withdraw_type"; // 佣金提现类型
|
||||
String BROKERAGE_WITHDRAW_STATUS = "brokerage_withdraw_status"; // 佣金提现状态
|
||||
|
||||
}
|
||||
|
@@ -6,7 +6,6 @@ import lombok.Getter;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
// TODO 芋艿:提现的打通,在纠结下;
|
||||
/**
|
||||
* 佣金提现状态枚举
|
||||
*
|
||||
|
Reference in New Issue
Block a user