这是微信支付通知地址,主控服务器会把支付结果原样返回到该地址并携带租户ID
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
VITE_APP_NAME=后台管理系统
|
VITE_APP_NAME=后台管理系统
|
||||||
VITE_SOCKET_URL=wss://server.gxwebsoft.com
|
VITE_SOCKET_URL=wss://server.gxwebsoft.com
|
||||||
VITE_SERVER_URL=https://server.gxwebsoft.com/api
|
VITE_SERVER_URL=https://server.gxwebsoft.com/api
|
||||||
VITE_API_URL=https://modules.gxwebsoft.com/api
|
#VITE_API_URL=https://modules.gxwebsoft.com/api
|
||||||
|
|
||||||
#VITE_SERVER_URL=http://127.0.0.1:9091/api
|
#VITE_SERVER_URL=http://127.0.0.1:9091/api
|
||||||
#VITE_API_URL=http://127.0.0.1:9099/api
|
VITE_API_URL=http://127.0.0.1:9099/api
|
||||||
|
|||||||
@@ -73,7 +73,7 @@
|
|||||||
v-model:value="form.merchantSerialNumber"
|
v-model:value="form.merchantSerialNumber"
|
||||||
/>
|
/>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item label="支付通知(选填)" name="notifyUrl" extra="留空则推送到系统预留的默认地址">
|
<a-form-item label="支付通知(选填)" name="notifyUrl" extra="微信支付通知原样推送到该地址(携带租户ID)">
|
||||||
<a-input
|
<a-input
|
||||||
allow-clear
|
allow-clear
|
||||||
placeholder="请输入支付结果通知地址"
|
placeholder="请输入支付结果通知地址"
|
||||||
@@ -169,7 +169,7 @@
|
|||||||
apiclientCert: '',
|
apiclientCert: '',
|
||||||
apiclientKey: '',
|
apiclientKey: '',
|
||||||
merchantSerialNumber: '',
|
merchantSerialNumber: '',
|
||||||
notifyUrl: 'https://server.gxwebsoft.com/api/system/wx-pay/notify',
|
notifyUrl: 'https://modules.gxwebsoft.com/api/shop/wx-pay/notify',
|
||||||
comments: '',
|
comments: '',
|
||||||
sortNumber: 0,
|
sortNumber: 0,
|
||||||
status: undefined,
|
status: undefined,
|
||||||
|
|||||||
Reference in New Issue
Block a user