[Bili支付]地址改为正式地址
parent
2ed77ec714
commit
e58aa51baf
|
|
@ -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}");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue