【B站支付】更新接口
parent
6dd53173de
commit
32349dfedf
|
|
@ -31,8 +31,8 @@ namespace PhxhSDK
|
||||||
{
|
{
|
||||||
DebugUtil.Log("bilibili支付");
|
DebugUtil.Log("bilibili支付");
|
||||||
string url = PackDataInst.Inst.localInfo.isDev ?
|
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";
|
string desc = PackDataInst.Inst.localInfo.isDev ? "Dev" : "Release";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue