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
Unverified
Commit
f4a83c09
authored
Feb 09, 2025
by
芋道源码
Committed by
GitHub
Feb 09, 2025
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #125 from DevDengChao/feat/wechat-pay-channel-form-shortcut
feat: add shortcut to weichat pay
parents
e9a4efbf
1b8430e2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
src/views/pay/app/components/channel/WeixinChannelForm.vue
+22
-0
No files found.
src/views/pay/app/components/channel/WeixinChannelForm.vue
View file @
f4a83c09
...
...
@@ -26,9 +26,23 @@
placeholder=
"请输入微信 APPID"
/>
</el-form-item>
<el-form-item
label-width=
"180px"
>
<a
href=
"https://pay.weixin.qq.com/index.php/extend/merchant_appid/mapay_platform/account_manage"
target=
"_blank"
>
前往微信商户平台查看 APPID
</a>
</el-form-item>
<el-form-item
label=
"商户号"
label-width=
"180px"
prop=
"config.mchId"
>
<el-input
v-model=
"formData.config.mchId"
:style=
"{ width: '100%' }"
/>
</el-form-item>
<el-form-item
label-width=
"180px"
>
<a
href=
"https://pay.weixin.qq.com/index.php/extend/pay_setting"
target=
"_blank"
>
前往微信商户平台查看商户号
</a>
</el-form-item>
<el-form-item
label=
"渠道状态"
label-width=
"180px"
prop=
"status"
>
<el-radio-group
v-model=
"formData.status"
>
<el-radio
...
...
@@ -123,6 +137,14 @@
placeholder=
"请输入证书序列号"
/>
</el-form-item>
<el-form-item
label-width=
"180px"
>
<a
href=
"https://pay.weixin.qq.com/index.php/core/cert/api_cert#/api-cert-manage"
target=
"_blank"
>
前往微信商户平台查看证书序列号
</a>
</el-form-item>
</div>
<el-form-item
label=
"备注"
label-width=
"180px"
prop=
"remark"
>
<el-input
v-model=
"formData.remark"
:style=
"{ width: '100%' }"
/>
...
...
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