修改登入
This commit is contained in:
parent
1707005c71
commit
5a6988b819
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user