Skip to content

Commit f4a83c0

Browse files
authored
Merge pull request #125 from DevDengChao/feat/wechat-pay-channel-form-shortcut
feat: add shortcut to weichat pay
2 parents e9a4efb + 1b8430e commit f4a83c0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/views/pay/app/components/channel/WeixinChannelForm.vue

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,23 @@
2626
placeholder="请输入微信 APPID"
2727
/>
2828
</el-form-item>
29+
<el-form-item label-width="180px">
30+
<a
31+
href="https://pay.weixin.qq.com/index.php/extend/merchant_appid/mapay_platform/account_manage"
32+
target="_blank"
33+
>
34+
前往微信商户平台查看 APPID
35+
</a>
36+
</el-form-item>
2937
<el-form-item label="商户号" label-width="180px" prop="config.mchId">
3038
<el-input v-model="formData.config.mchId" :style="{ width: '100%' }" />
3139
</el-form-item>
40+
41+
<el-form-item label-width="180px">
42+
<a href="https://pay.weixin.qq.com/index.php/extend/pay_setting" target="_blank">
43+
前往微信商户平台查看商户号
44+
</a>
45+
</el-form-item>
3246
<el-form-item label="渠道状态" label-width="180px" prop="status">
3347
<el-radio-group v-model="formData.status">
3448
<el-radio
@@ -123,6 +137,14 @@
123137
placeholder="请输入证书序列号"
124138
/>
125139
</el-form-item>
140+
<el-form-item label-width="180px">
141+
<a
142+
href="https://pay.weixin.qq.com/index.php/core/cert/api_cert#/api-cert-manage"
143+
target="_blank"
144+
>
145+
前往微信商户平台查看证书序列号
146+
</a>
147+
</el-form-item>
126148
</div>
127149
<el-form-item label="备注" label-width="180px" prop="remark">
128150
<el-input v-model="formData.remark" :style="{ width: '100%' }" />

0 commit comments

Comments
 (0)