POST api/channel/add_Artist
036 创建明星频道 ??未测试
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ArtistId": "54f3aed9-4cf4-4a3d-b2f8-4bdc2d196480",
"UserId": "fdb80498-08bf-472d-be13-3beb20259ca4",
"Name": "sample string 3",
"Gender": 4,
"Avatar": "sample string 5",
"Summary": "sample string 6",
"Intro": "sample string 7",
"IsGroup": true,
"Region": "sample string 9",
"Language": "sample string 10",
"Years": "sample string 11",
"UpdateTime": "2025-12-15T16:23:17.199+08:00",
"CreateTime": 13,
"IsAvailable": true,
"Version": "sample string 15"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}