| Level 1 Parameter | Level 2 Parameter | Level 3 Parameter | Level 4 Parameter | Type | Description |
|---|
| data | | | | Object | None |
| hash | | | String | AES encryption of the plaintext timestamp from the hash value uploaded by the client. The client decrypts it and compares it with the request. If they don't match, the request is not processed. |
| upload | | | array | Data that the client needs to upload to update the server |
| | tableName | | String | Database table name |
| | data | | array | Data identifiers to be uploaded |
| | | unid | String | Unique data identifier |
| update | | | array | Data that the client needs to update |
| | tableName | | String | Database table name |
| | data | | array | Data identifiers to be updated |
| | | unid | String | Unique data identifier |
| delete | | | array | Data that the client needs to remove |
| | tableName | | String | Database table name |
| | data | | array | Data identifiers to be updated |
| | | unid | String | Unique data identifier |
| msg | | | | String | Result description |
| result | | | | String | Processing result. 0 indicates success, other values indicate failure |