Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e1d2305d
authored
May 11, 2024
by
DevDengChao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 补充缺失的微信 Native 支付与 WAP 支付枚举
parent
6c179809
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
src/utils/constants.ts
+8
-0
No files found.
src/utils/constants.ts
View file @
e1d2305d
...
@@ -109,6 +109,14 @@ export const PayChannelEnum = {
...
@@ -109,6 +109,14 @@ export const PayChannelEnum = {
code
:
'wx_app'
,
code
:
'wx_app'
,
name
:
'微信 APP 支付'
name
:
'微信 APP 支付'
},
},
WX_NATIVE
:
{
code
:
'wx_native'
,
name
:
'微信 Native 支付'
},
WX_WAP
:
{
code
:
'wx_wap'
,
name
:
'微信 WAP 网站支付'
},
WX_BAR
:
{
WX_BAR
:
{
code
:
'wx_bar'
,
code
:
'wx_bar'
,
name
:
'微信条码支付'
name
:
'微信条码支付'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment