调整代码
This commit is contained in:
parent
14d1eb5979
commit
120f9919bf
@ -174,7 +174,7 @@ public class UserInfomation14Data
|
||||
public float voluteCoin;//蜗壳
|
||||
public float beansCoin;//蜗蛋
|
||||
public float ichorCoin;//灵液
|
||||
public string idCard;//=========================
|
||||
public string idCard;//身份证
|
||||
public string inviteCodeMy;//=============
|
||||
public string inviteCodeBind;//==========
|
||||
public string bindTime;//===========
|
||||
|
@ -52,6 +52,7 @@ public class PerSonalCenterPanel : MonoBehaviour
|
||||
string response14 = await web.SendRequest(web.URL + "/snail/user/queryUserInfo", "POST", "{}", head14);
|
||||
Debug.Log("1.4查询玩家信息" + response14);
|
||||
userInfomation14 = JsonConvert.DeserializeObject<UserInfomation14>(response14);
|
||||
|
||||
Debug.Log("玩家剩余蜗蛋:" + userInfomation14.data.beansCoin);
|
||||
//Money = userInfomation14.beansCoin;
|
||||
Debug.Log("&&&&&&&&&&&&&&&&&&&&7" + userInfomation14.data.nickName);
|
||||
|
@ -2344,8 +2344,8 @@ MonoBehaviour:
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
invitefriendsBtn: {fileID: 3978147932500260865}
|
||||
invitefriendsPanel: {fileID: 0}
|
||||
editPanel: {fileID: 0}
|
||||
invitefriendsPanel: {fileID: 7280502856680181116, guid: 6256f53e568c26840a700b9685550431, type: 3}
|
||||
editPanel: {fileID: 6960989441060764512, guid: 3490098842d7403459677ad0a9d21c3b, type: 3}
|
||||
userInfomation14:
|
||||
code: 0
|
||||
message:
|
||||
|
Loading…
Reference in New Issue
Block a user