This commit is contained in:
parent
7ef88f0e0e
commit
21e284f706
|
@ -60,6 +60,14 @@
|
|||
微信支付证书(apiclient_cert.pem),前往微信商家平台生成并黏贴至此处
|
||||
</span>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="微信支付证书密钥" prop="config.apiclient_key">
|
||||
<el-input type="textarea" rows="3" v-model="formData.config.apiclient_key"
|
||||
placeholder="请输入微信支付证书密钥" />
|
||||
<span class="form-tips">
|
||||
微信支付证书密钥(apiclient_key.pem),前往微信商家平台生成并黏贴至此处
|
||||
</span>
|
||||
</el-form-item>
|
||||
<el-form-item label="微信支付平台证书" required prop="config.platform_certs">
|
||||
<el-input type="textarea" rows="3" v-model="formData.config.platform_certs"
|
||||
placeholder="微信支付平台证书" />
|
||||
|
@ -68,14 +76,6 @@
|
|||
微信支付平台证书(platform_certs),前往微信商家平台生成并黏贴至此处
|
||||
</span>
|
||||
</el-form-item>
|
||||
<el-form-item label="微信支付证书密钥" prop="config.apiclient_key">
|
||||
<el-input type="textarea" rows="3" v-model="formData.config.apiclient_key"
|
||||
placeholder="请输入微信支付证书密钥" />
|
||||
<span class="form-tips">
|
||||
微信支付证书密钥(apiclient_key.pem),前往微信商家平台生成并黏贴至此处
|
||||
</span>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="支付授权目录">
|
||||
<div>
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue