Authorization: Bearer ********************
[
{
"guid":"1f83b5s8-aba3-43d8-acd8-d59c7gd831cd",
"provider":"WeChat",
"appID":"wx0909a127a59730d9"
}
]
curl --location --request POST 'https://accounts.zwsoft.cn/api/v1.0/users/addUsersExternalLogin' \
--header 'Authorization: Bearer eyJhbGciB5DZtTWYVqa9A' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"guid":"1f83b5s8-aba3-43d8-acd8-d59c7gd831cd",
"provider":"WeChat",
"appID":"wx0909a127a59730d9"
}
]'
{
"status": 0,
"message": "success",
"error": null,
"data": [
{
"guid": "1f83b5s8-aba3-43d8-acd8-d59c7gd831cd",
"appID": "wx0909a127a59730d9",
"appOpenID": "oHWapjpDcHXT3mOfOVFMtKsiTUuY",
"provider": "WeChat",
"displayName": "Mono",
"externalID": "ashbijsiaohohuIHO56asd54"
}
]
}