Request
Body Params application/json
Platform ID Android:1,IOS:2,PC:10
{
"appId": "string",
"platformId": 0,
"issueId": "string",
"tagName": "string"
}
Responses
application/json {
"status": 200,
"ret": {
"statusCode": 0,
"message": null,
"tagInfoList": [
{
"tagId": 6807,
"tagName": "1111"
}
]
}
}
Modified at 2023-10-09 08:40:40