From 72ba293c1dfc0f4c7e0c9a3ca59c67e28904ce88 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 11 九月 2025 15:21:37 +0800 Subject: [PATCH] fix: bug --- src/constants/apiEnum.ts | 44 ++++++++++++++++++++++++++------------------ 1 files changed, 26 insertions(+), 18 deletions(-) diff --git a/src/constants/apiEnum.ts b/src/constants/apiEnum.ts index efed8bd..f9a35bd 100644 --- a/src/constants/apiEnum.ts +++ b/src/constants/apiEnum.ts @@ -167,22 +167,6 @@ Stop = 999, } -/** 浼佷笟閽卞寘浜ゆ槗鐘舵�� */ -export enum EnumEnterpriseWalletTransactionStatus { - /**寰呮彁浜� */ - WaitSubmit = 1, - /**寰呮敮浠� */ - WaitPay = 10, - /**澶勭悊涓� */ - Dealing = 20, - /**鎴愬姛 */ - Success = 30, - /**閫�绁� */ - Refund = 40, - /**澶辫触 */ - Fail = 50, -} - /** 浼佷笟閽卞寘浜ゆ槗绫诲瀷 */ export enum EnumEnterpriseWalletTransactionType { /**鍏呭�� */ @@ -275,9 +259,9 @@ export enum EnumPersonalUserRealStatus { /**鏈疄鍚� */ UnReal = 0, - /**鏍¢獙涓� */ + /**璁よ瘉涓� */ Checking = 10, - /**瀹炲悕澶辫触 */ + /**璁よ瘉澶辫触 */ Fail = 99, /**宸插疄鍚� */ Real = 100, @@ -511,6 +495,30 @@ Operation = 100, } +/** 鐢ㄦ埛閽卞寘鏀舵敮绫诲瀷 */ +export enum EnumUserWalletTransactionType { + /**鏀跺叆 */ + Income = 10, + /**鎻愮幇 */ + Withdraw = 20, +} + +/** 閽卞寘浜ゆ槗鐘舵�� */ +export enum EnumWalletTransactionStatus { + /**寰呮彁浜� */ + WaitSubmit = 1, + /**寰呮敮浠� */ + WaitPay = 10, + /**澶勭悊涓� */ + Dealing = 20, + /**鎴愬姛 */ + Success = 30, + /**閫�绁� */ + Refund = 40, + /**澶辫触 */ + Fail = 50, +} + /** 鎴戠殑鎶ュ悕鍒嗛〉鍒楄〃-鐘舵�� */ export enum GetPersonalApplyTaskInfosQueryStatus { /**寰呯‘璁� */ -- Gitblit v1.9.1