tencent cloud

Set the User ID
Last updated: 2025-07-04 17:33:30
Set the User ID
Last updated: 2025-07-04 17:33:30
API description:The return value is the user account (must be unique). After setting, the data will be stored in isolation based on the account. Typically, you would use uin or openid.
/**
* User account, must be unique. After setting, data will be stored in isolation based on the account. Typically, use uin or openid
* Calling environment: Main process
*/
@Override
public String getAccount() {
return "tmf_test";
}


Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback