File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
src/views/pay/app/components/channel Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 26
26
placeholder =" 请输入微信 APPID"
27
27
/>
28
28
</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 >
29
37
<el-form-item label =" 商户号" label-width =" 180px" prop =" config.mchId" >
30
38
<el-input v-model =" formData.config.mchId" :style =" { width: '100%' }" />
31
39
</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 >
32
46
<el-form-item label =" 渠道状态" label-width =" 180px" prop =" status" >
33
47
<el-radio-group v-model =" formData.status" >
34
48
<el-radio
123
137
placeholder =" 请输入证书序列号"
124
138
/>
125
139
</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 >
126
148
</div >
127
149
<el-form-item label =" 备注" label-width =" 180px" prop =" remark" >
128
150
<el-input v-model =" formData.remark" :style =" { width: '100%' }" />
You can’t perform that action at this time.
0 commit comments