feat: 更新 PaymentNew 类中的回调 URL 为安全的 HTTPS 链接
This commit is contained in:
parent
4d353a2155
commit
6e27737531
|
@ -82,7 +82,7 @@ class PaymentNew
|
|||
"PayeeAccountNumber" => $payeeAccountNumber,
|
||||
"PayeeBankName" => $payeeBankName,
|
||||
"PaymentChannelId" => $PaymentChannelId,
|
||||
"ShopInformUrl" => "http://38.54.94.131/api/withdraw/callback",
|
||||
"ShopInformUrl" => "https://v8job.online/api/withdraw/callback",
|
||||
"ShopOrderId" => $orderId . "",
|
||||
"ShopUserLongId" => "776ae472-d4fc-435c-9639-be5763138d95"
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue