POST api/System/GetTvToken
获取用户的直播token内容(直播使用融云平台)
Request Information
URI Parameters
None.
Body Parameters
GetTvTokenRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerCode |
用户编号 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "customerCode": "sample string 1" }
Response Information
Resource Description
获取用户的直播token内容(直播使用融云平台)
GetTvTokenResponseName | Description | Type | Additional information |
---|---|---|---|
TvToken |
直播token值(融云) |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "tvToken": "sample string 1" }