mirror of
https://gitee.com/bootx/dax-pay-ui
synced 2026-08-12 23:45:39 +08:00
feat(order): 资金交易 API 补充 channelMchNo 与 storeNo
对齐后端 pay_trade 组织冗余字段,查询与结果类型支持通道商户号、门店号筛选与展示。
This commit is contained in:
@@ -59,6 +59,10 @@ export interface PayTradeQuery {
|
||||
method?: string;
|
||||
/** 支付产品 */
|
||||
product?: string;
|
||||
/** 通道商户号 */
|
||||
channelMchNo?: string;
|
||||
/** 门店号 */
|
||||
storeNo?: string;
|
||||
/** 关联容器ID */
|
||||
containerId?: string;
|
||||
/** 创建时间-开始 */
|
||||
@@ -107,6 +111,10 @@ export interface PayTradeResult extends MchEntity {
|
||||
closeTime?: string;
|
||||
/** 订单来源 */
|
||||
source?: string;
|
||||
/** 通道商户号 */
|
||||
channelMchNo?: string;
|
||||
/** 门店号 */
|
||||
storeNo?: string;
|
||||
/** 通道订单号 */
|
||||
outOrderNo?: string;
|
||||
/** 透传订单号 */
|
||||
|
||||
Reference in New Issue
Block a user