-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
多账号支持 #9
Labels
enhancement
New feature or request
Comments
本身就没有适配多用户的想法 需要多用户的话可以自己改一下 |
Closed
计划中 但没那么快上线 |
@mtweiaini @fplj-fplj 已适配多账号,多个账号按列表的方式写,如下面所示 [
{
"token": "token1",
"type": 0,
"version": "3.0.0",
"android": "13",
"deviceid": "uuid",
"devicename": "device_name",
"devicemodel": "device_modal",
"appid": 1953439974,
"analytics": false
},
{
"token": "token2",
"type": 0,
"version": "3.0.0",
"android": "13",
"deviceid": "uuid",
"devicename": "device_name",
"devicemodel": "device_modal",
"appid": 1953439974,
"analytics": false
}
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: