1
This commit is contained in:
parent
1f8ed08d76
commit
0b5b069153
@ -2540,10 +2540,17 @@ void Human::SendBattleReport()
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (JsonDataMgr::Instance()->channel != 0) {
|
if (JsonDataMgr::Instance()->channel != 0) {
|
||||||
url = a8::Format("http://game2004api.kingsome.cn/%d/webapp/index.php?c=Role&a=battleReport",
|
if (kTouTiaoChannelId == JsonDataMgr::Instance()->channel) {
|
||||||
{
|
url = a8::Format("http://game2004api-al.kingsome.cn/%d/webapp/index.php?c=Role&a=battleReport",
|
||||||
JsonDataMgr::Instance()->channel
|
{
|
||||||
});
|
JsonDataMgr::Instance()->channel
|
||||||
|
});
|
||||||
|
} else {
|
||||||
|
url = a8::Format("http://game2004api.kingsome.cn/%d/webapp/index.php?c=Role&a=battleReport",
|
||||||
|
{
|
||||||
|
JsonDataMgr::Instance()->channel
|
||||||
|
});
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
url = "http://game2004api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
url = "http://game2004api.kingsome.cn/webapp/index.php?c=Role&a=battleReport";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user