feat: 更新 PaymentNew 类中的回调 URL 为安全的 HTTPS 链接

This commit is contained in:
lingling 2025-03-09 12:35:01 +08:00
parent 4d353a2155
commit 6e27737531
1 changed files with 1 additions and 1 deletions

View File

@ -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"
];