Commit c7189923 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改类型定义

parent 5167a43e
......@@ -30,7 +30,7 @@ export type OuterHistoryData = ListRes & {};
export type InnerHistoryData = ListRes & {};
interface AsFlowRecordsProps extends FlowRecordsProps {
export interface AsFlowRecordsProps extends FlowRecordsProps {
/**
* 外部流转记录,不能与 fetchOuterHistory 共存
*/
......
......@@ -68,7 +68,7 @@ export type PayListItem = {
/**
* 支付配置:1.平台代收2.会员直接到账
*/
payRuleId: number,
payRuleId?: number,
/**
* 支付外部状态
* 这个字段现在没用了,支付信息返回的都是 确认到账 的数据,后台说写死
......
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