main
zhangping 2026-06-04 16:21:59 +08:00
commit 8d8d933644
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";