[Bili支付]地址改为正式地址

main
Yurui 2026-02-06 17:22:39 +08:00
parent 2ed77ec714
commit e58aa51baf
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace PhxhSDK
{ {
DebugUtil.Log("bilibili支付"); DebugUtil.Log("bilibili支付");
GSCSdkInterface.androidPay(uid, UserName, role, totalFee, gameMoney, orderNum, goodName, goodDescription, GSCSdkInterface.androidPay(uid, UserName, role, totalFee, gameMoney, orderNum, goodName, goodDescription,
"Test", "https://dev_openapi.kedrgame.com/api/v1/biliGame/notify", sign); "Test", "https://openapi.kedrgame.com/api/v1/biliGame/notify", sign);
} }
else else
Debug.LogError($"UID错误:{UID}"); Debug.LogError($"UID错误:{UID}");