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
1b8430e2
authored
Jan 21, 2025
by
DevDengChao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add shortcut to weichat pay
parent
26591652
Hide 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 @
1b8430e2
...
@@ -26,9 +26,23 @@
...
@@ -26,9 +26,23 @@
placeholder=
"请输入微信 APPID"
placeholder=
"请输入微信 APPID"
/>
/>
</el-form-item>
</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-form-item
label=
"商户号"
label-width=
"180px"
prop=
"config.mchId"
>
<el-input
v-model=
"formData.config.mchId"
:style=
"{ width: '100%' }"
/>
<el-input
v-model=
"formData.config.mchId"
:style=
"{ width: '100%' }"
/>
</el-form-item>
</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-form-item
label=
"渠道状态"
label-width=
"180px"
prop=
"status"
>
<el-radio-group
v-model=
"formData.status"
>
<el-radio-group
v-model=
"formData.status"
>
<el-radio
<el-radio
...
@@ -123,6 +137,14 @@
...
@@ -123,6 +137,14 @@
placeholder=
"请输入证书序列号"
placeholder=
"请输入证书序列号"
/>
/>
</el-form-item>
</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>
</div>
<el-form-item
label=
"备注"
label-width=
"180px"
prop=
"remark"
>
<el-form-item
label=
"备注"
label-width=
"180px"
prop=
"remark"
>
<el-input
v-model=
"formData.remark"
:style=
"{ width: '100%' }"
/>
<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