mall + pay:

1. 调整 cashier 的 channels 的读取实现方式
This commit is contained in:
YunaiV
2023-07-10 18:28:43 +08:00
parent 2485a5ebc9
commit ca4afc2909
8 changed files with 51 additions and 44 deletions

View File

@ -7,7 +7,7 @@ package cn.iocoder.yudao.module.pay.enums;
*/
public interface DictTypeConstants {
String CHANNEL_CODE_TYPE = "pay_channel_code_type"; // 支付-渠道名
String CHANNEL_CODE = "pay_channel_code"; // 支付-渠道名
String ORDER_STATUS = "pay_order_status"; // 支付-订单-订单状态
String ORDER_NOTIFY_STATUS = "pay_order_notify_status"; // 支付-订单-订单回调商户状态