diff --git a/Client/Assets/1_Script/System/Http/Protocol.cs b/Client/Assets/1_Script/System/Http/Protocol.cs index 180838e1..68cdced7 100644 --- a/Client/Assets/1_Script/System/Http/Protocol.cs +++ b/Client/Assets/1_Script/System/Http/Protocol.cs @@ -171,7 +171,7 @@ public class NicknameChangeResp : Request #region 300 : BuyShopItem public class BuyShopItemReq { - public string uuid { get; set; } + public string uuid { get; set; } public long shopItemIndex { get; set; } public long reset_id { get; set; }