添加吉林长春朝阳欧亚卖场场景,修改南京浦口龙湖天街场景
This commit is contained in:
@@ -77,6 +77,7 @@ public enum Place
|
||||
Anhui_Manshan_XingyueGuangchang = 50,
|
||||
Shandong_Weifang_Linqu_WandaGuangchang = 51,
|
||||
Guangdong_Foushan_Haiyangguang = 52,
|
||||
Jilin_Changchun_Chaoyang_OuyaMaichang=53,
|
||||
}
|
||||
|
||||
public class GameLocal : MonoBehaviour
|
||||
@@ -165,7 +166,7 @@ public class GameLocal : MonoBehaviour
|
||||
authInfo.startAt = ConvertTimestampToDateTime(GetTimestamp()) + "";
|
||||
//authInfo.paid = 2;
|
||||
//authInfo.uuid = GetSn() + GetTimestamp();
|
||||
authInfo.shop = 45;
|
||||
authInfo.shop = 0;
|
||||
#if !UNITY_EDITOR && UNITY_ANDROID && PICO
|
||||
authInfo.shop = (int)place;
|
||||
if (place == Place.Liaoning_Anshan_Lishan_Dayuecheng)
|
||||
|
||||
Reference in New Issue
Block a user