Commit dd1c0c99 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修改名称

parent 5162f8c0
...@@ -1855,7 +1855,7 @@ export const PAY_CHANNEL_UNION = 3; ...@@ -1855,7 +1855,7 @@ export const PAY_CHANNEL_UNION = 3;
*/ */
export const PAY_CHANNEL_BALANCE = 4; export const PAY_CHANNEL_BALANCE = 4;
/** /**
* 线下支付 * 线下支付线上确认
*/ */
export const PAY_CHANNEL_OFFLINE = 5; export const PAY_CHANNEL_OFFLINE = 5;
/** /**
...@@ -1875,7 +1875,7 @@ export const PAY_CHANNEL = { ...@@ -1875,7 +1875,7 @@ export const PAY_CHANNEL = {
[PAY_CHANNEL_WECHAT]: '微信', [PAY_CHANNEL_WECHAT]: '微信',
[PAY_CHANNEL_UNION]: '银联', [PAY_CHANNEL_UNION]: '银联',
[PAY_CHANNEL_BALANCE]: '余额', [PAY_CHANNEL_BALANCE]: '余额',
[PAY_CHANNEL_OFFLINE]: '线下支付', [PAY_CHANNEL_OFFLINE]: '线下支付线上确认',
[PAY_CHANNEL_CREDIT]: '授信', [PAY_CHANNEL_CREDIT]: '授信',
[PAY_CHANNEL_COD]: '货到付款', [PAY_CHANNEL_COD]: '货到付款',
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment