国产乱子伦精品视频潮,日本丰满少妇bbb,妇乱子伦毛片视频,久久AV无码乱码A片无码天美,人妻丁字裤流出白浆

跳到主要內容

查詢直播服務授權碼

描述?

直播服務授權碼列表

請求參數?

參數名參數類型是否必填參數說明
ActionString操作方法:ListServiceAuthCode,此參數為公共參數,不必放body里面
RegionString機房標識,取值參見地域列表
LiveServiceIdString直播服務ID

返回參數?

名稱類型說明
LiveServiceAuthCodeLiveServiceAuthCode由LiveServiceAuthCode組成的對象,返回授權碼信息

LiveServiceAuthCode?

應用安裝狀態 名稱類型說明
IdStringid
LiveServiceIdString直播服務ID
AuthCodeString授權碼
AuthDescString授權碼說明
CreateTimeLong創建時間

請求示例?

post //api.cn-henji.com/v2/?Action=ListServiceAuthCode

{
"Region":"xxxxxx",
"LiveServiceId":"xxxxxxxx"
}

返回示例?

{
"code": 10000,
"message": "",
"data": {
"List":[{
"Id": "xxxxxx",
"LiveServiceId": "xxxxxx",
"AuthCode": "xxxxxx",
"AuthDesc": "xxxxxx",
"CreateTime": xxxxxx
}]
}
}