From 2ca88166d3abbe697ad3a21df185cc72609ba49f Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 26 九月 2025 15:20:43 +0800 Subject: [PATCH] fix: bug --- src/constants/apiEnum.ts | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/constants/apiEnum.ts b/src/constants/apiEnum.ts index 2a81620..3407d01 100644 --- a/src/constants/apiEnum.ts +++ b/src/constants/apiEnum.ts @@ -109,6 +109,8 @@ Alipay = 10, /**骞冲畨閾惰 */ PingAnPay = 20, + /**寰俊 */ + WeChatPay = 30, } /** 浼佷笟閽卞寘浠h繘浠跺崟闄勪欢绫诲瀷 */ @@ -475,6 +477,16 @@ Fail = 40, } +/** 鐢ㄦ埛閾惰鍗¢�氶亾 */ +export enum EnumUserBankCardAccess { + /**閾惰鍗� */ + Bank = 1, + /**鏀粯瀹� */ + AliPay = 10, + /**寰俊 */ + WeChatPay = 20, +} + /** 鐢ㄦ埛鎬у埆 */ export enum EnumUserGender { /**鐢� */ -- Gitblit v1.9.1