添加山东济南槐荫晟芙桐商贸内外场景

This commit is contained in:
ZYT
2025-08-05 18:44:06 +08:00
parent de19c4e663
commit 838baf2891
81 changed files with 1262508 additions and 6 deletions

View File

@@ -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);