添加山东济南槐荫晟芙桐商贸内外场景
This commit is contained in:
@@ -1429,13 +1429,15 @@ namespace Valheim
|
||||
authInfo.deviceSn = GetSn();
|
||||
authInfo.startAt = ConvertTimestampToDateTime(GetTimestamp()) + "";
|
||||
authInfo.shop = 0;
|
||||
|
||||
|
||||
#if !UNITY_EDITOR && UNITY_ANDROID && PICO
|
||||
authInfo.shop = (int)GameInit.Ins.place;
|
||||
if (GameInit.Ins.place == Place.Zhejiang_Jinhua_KeJiGuan)
|
||||
authInfo.shop = 5;
|
||||
if (GameInit.Ins.place == Place.Shandong_Jining_Shangchang_nei)
|
||||
authInfo.shop = 9;
|
||||
if (GameInit.Ins.place == Place.Shandong_Jinan_Huaiyin_ShengfutongShangmao_wai)
|
||||
authInfo.shop = 15;
|
||||
#endif
|
||||
authInfo.gameId = 4;
|
||||
string authJson = JsonUtility.ToJson(authInfo);
|
||||
|
||||
Reference in New Issue
Block a user