修改登入

This commit is contained in:
wulongxiao 2024-12-19 14:43:24 +08:00
parent 1707005c71
commit 5a6988b819
2 changed files with 2 additions and 1 deletions

View File

@ -141566,7 +141566,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2278414503952416235, guid: 51fb8da1c1df4d14585a5f5bb1a088b7, type: 3}
propertyPath: m_RootOrder
value: 3
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2278414503952416235, guid: 51fb8da1c1df4d14585a5f5bb1a088b7, type: 3}
propertyPath: m_AnchorMax.x

View File

@ -22,6 +22,7 @@ public class loading_jiekou : MonoBehaviour
/// <returns></returns>
public async Task<bool> RealNameAuthentications(string name, string identity_card_no)
{
_realNameAuthentication = new realNameAuthentication();
RealNameBody body = new RealNameBody();
body.name = name;
body.identity_card_no = identity_card_no;