Login and Registration
Login and Registration
Request Format Description:
- D_Encryption - Encryption method: rsa, pass, none. Use rsa encryption before successful login, use pass encryption after successful login.
- Special Note: If browser support is needed, you need to start an https server proxy locally to access the local trust machine interface through proxy, so the front end can use none mode communication without encryption.
- D_Session - The session ID returned from the first connection. All subsequent communications must include this ID to be recognized as the same connection.
- Note: In the documentation, all keywords starting with "D_" followed by an underscore are defined keywords that need to be replaced with corresponding definitions, which will not be explained one by one later.