修复回调地址错误

This commit is contained in:
lingling 2025-02-23 22:08:05 +08:00
parent c457d1c30a
commit 4213295c72
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class PaymentNew
"PayeeBankName" => $payeeBankName, "PayeeBankName" => $payeeBankName,
"PayeeIFSCCode" => "", "PayeeIFSCCode" => "",
"PaymentChannelId" => $PaymentChannelId, "PaymentChannelId" => $PaymentChannelId,
"ShopInformUrl" => "http:/38.54.94.131/api/withdraw/callback", "ShopInformUrl" => "http://38.54.94.131/api/withdraw/callback",
"ShopOrderId" => $orderId . "", "ShopOrderId" => $orderId . "",
"ShopUserLongId" => "776ae472-d4fc-435c-9639-be5763138d95" "ShopUserLongId" => "776ae472-d4fc-435c-9639-be5763138d95"
]; ];