【B站支付】支付测试修改

main
刘涛 2026-06-04 16:21:26 +08:00
parent 82c2591846
commit 5f19bb8040
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ namespace PhxhSDK
{
DebugUtil.Log("bilibili支付");
string url = PackDataInst.Inst.localInfo.isDev ?
"https://dev_openapi.kedrgame.com/api/v1/biliGame/notify" :
"" :
"https://openapi.kedrgame.com/api/v1/biliGame/notify";
string desc = PackDataInst.Inst.localInfo.isDev ? "Dev" : "Release";