更新了几个连接服务端的接口
This commit is contained in:
parent
27ce2579f8
commit
27b7cf979b
@ -4584,6 +4584,7 @@ GameObject:
|
||||
serializedVersion: 6
|
||||
m_Component:
|
||||
- component: {fileID: 1789203781}
|
||||
- component: {fileID: 1789203785}
|
||||
- component: {fileID: 1789203784}
|
||||
- component: {fileID: 1789203783}
|
||||
- component: {fileID: 1789203782}
|
||||
@ -4618,7 +4619,7 @@ MonoBehaviour:
|
||||
m_GameObject: {fileID: 1789203778}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: db50a6d583762ea45b20d705d0e068cd, type: 3}
|
||||
m_Script: {fileID: 11500000, guid: 9e50b3d02b729854e87c092afffd2a03, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
--- !u!114 &1789203783
|
||||
@ -4640,11 +4641,23 @@ MonoBehaviour:
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1789203778}
|
||||
m_Enabled: 1
|
||||
m_Enabled: 0
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 8ee1a43c8ad7f8c41bad48013bf5af49, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
--- !u!114 &1789203785
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 1789203778}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: db50a6d583762ea45b20d705d0e068cd, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
--- !u!1 &1850703526
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
@ -15,10 +15,10 @@ public class LoginAndGetToken : MonoBehaviour
|
||||
|
||||
private void OnEnable()
|
||||
{
|
||||
//Login();
|
||||
Login();
|
||||
}
|
||||
|
||||
public async void Login()
|
||||
public async void Login()
|
||||
{
|
||||
// ... 되쩌쭉서 ...
|
||||
loginbody body = new loginbody();
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -154,7 +154,7 @@ public class web : MonoBehaviour
|
||||
// Promptmgr.Instance.PromptBubble(request.error, Color.black,Color.red);
|
||||
return null;
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
// 处理返回的Cookie
|
||||
string setCookieHeader;
|
||||
|
Loading…
Reference in New Issue
Block a user