优化微信支付配置,不读取密钥文件,改成读配置文件
This commit is contained in:
parent
765b633cea
commit
e18d243961
@ -28,14 +28,8 @@
|
||||
<FormItem label="APIv3密钥" prop="apiKey3">
|
||||
<Input maxlength="300" v-model="formValidate.apiKey3" />
|
||||
</FormItem>
|
||||
<FormItem label="apiclient_cert_p12" class="label-item" prop="apiclient_cert_p12">
|
||||
<Input maxlength="300" v-model="formValidate.apiclient_cert_p12" />
|
||||
</FormItem>
|
||||
<FormItem label="apiclient_cert_pem" prop="apiclient_cert_pem">
|
||||
<Input maxlength="300" v-model="formValidate.apiclient_cert_pem" />
|
||||
</FormItem>
|
||||
<FormItem label="apiclient_key" prop="apiclient_key">
|
||||
<Input maxlength="300" v-model="formValidate.apiclient_key" />
|
||||
<FormItem class="form-item-view-el" label="apiclient_key" prop="apiclient_key">
|
||||
<Input v-model="formValidate.apiclient_key" :rows="6" maxlength="2500" show-word-limit type="textarea" placeholder="Enter something..." />
|
||||
</FormItem>
|
||||
<FormItem label="API证书-证书序列号" prop="serialNumber">
|
||||
<Input maxlength="300" v-model="formValidate.serialNumber" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user