这是微信支付通知地址,主控服务器会把支付结果原样返回到该地址并携带租户ID

This commit is contained in:
2024-07-31 02:31:16 +08:00
parent 7317e7ba96
commit 05f890f343
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
VITE_APP_NAME=后台管理系统
VITE_SOCKET_URL=wss://server.gxwebsoft.com
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_API_URL=http://127.0.0.1:9099/api
VITE_API_URL=http://127.0.0.1:9099/api

View File

@@ -73,7 +73,7 @@
v-model:value="form.merchantSerialNumber"
/>
</a-form-item>
<a-form-item label="支付通知(选填)" name="notifyUrl" extra="留空则推送到系统预留的默认地址">
<a-form-item label="支付通知(选填)" name="notifyUrl" extra="微信支付通知原样推送到该地址(携带租户ID)">
<a-input
allow-clear
placeholder="请输入支付结果通知地址"
@@ -169,7 +169,7 @@
apiclientCert: '',
apiclientKey: '',
merchantSerialNumber: '',
notifyUrl: 'https://server.gxwebsoft.com/api/system/wx-pay/notify',
notifyUrl: 'https://modules.gxwebsoft.com/api/shop/wx-pay/notify',
comments: '',
sortNumber: 0,
status: undefined,