用户频道

优质
小牛编辑
129浏览
2023-12-01

获取频道验证方式

GET /actauth/api/get_method?actid=[:hashid]

URL参数

参数描述类型
actid频道HashIDstring

返回

参数取值描述
errcodeint错误代码
methodstring验证方式

验证方式

  • NONE: 无限制
  • PASSWORD: 验证码观看
  • PHONEWHITE: 手机白名单观看
  • USERWHITELIST: 观众白名单观看
  • CUSTOM: 自定义授权

验证用户是否拥有权限访问某个频道

POST /actauth/api/auth

JSON 参数

参数描述取值
actidstring频道ID
datastring验证内容

返回

参数取值描述
errcodeint错误代码

获取密码验证的配置信息

GET /actauth/api/get_pwdconfig?actid=[:hashid]

URL参数

参数描述类型
actid频道HashIDstring

返回

参数取值描述
resultobject密码验证配置
result.titlestring密码验证提示
result.passwordstring密码内容
errcodeint错误代码

更改频道验证方式

POST /actauth/api/change_method

JSON参数

参数取值描述
actidstring频道HASHID
methodstring验证方式

返回

参数取值描述
errcodeint错误代码

更改频道密码验证内容

POST /actauth/api/change_pwdconfig

JSON参数

参数取值描述
actidstring频道HASHID
titlestring密码验证提示
passwordstring密码内容

返回

参数取值描述
errcodeint错误代码

获取自定义url

GET /actauth/api/get_activity_custom_url?actid=xxxx

URL参数

参数描述类型
actid频道HashIDstring

返回

参数取值描述
urlstring自定义url
errcodeint错误代码

设置自定义url

POST /actauth/api/set_activity_custom_url

JSON参数

参数取值描述
actidstring频道ID
urlstring自定义url

返回

参数取值描述
errcodeint错误代码

获取手机白名单自定义提示语

GET /actauth/api/get_activity_phone_whitelist_notice?actid=xxxx

URL参数

参数描述类型
actid频道HashIDstring

返回

参数取值描述
noticestring自定义提示语
errcodeint错误代码
errcontentstring错误内容

设置手机白名单自定义提示语

POST /actauth/api/set_activity_phone_whitelist_notice

JSON参数

参数取值描述
actidstring频道ID
noticestring自定义提示语

返回

参数取值描述
errcodeint错误代码
errcontentstring错误内容

获取手机白名单

GET /actauth/api/get_phone_whitelist?actid=xxxx

URL参数

参数描述类型
actid频道HashIDstring

返回

参数取值描述
phone_whitelist[]string手机白名单列表
errcodeint错误代码
errcontentstring错误内容

设置手机白名单

POST /actauth/api/set_phone_whitelist

JSON参数

参数取值描述
actidstring频道ID
phone_whitelist[]string手机白名单列表

返回

参数取值描述
errcodeint错误代码
errcontentstring错误内容

手机白名单——发送验证码短信

POST /actauth/api/sendSms_phone_whitelist

JSON参数

参数取值描述
actidstring频道ID
phonestring手机号

返回

参数取值描述
errcodeint错误代码
errcontentstring错误内容

手机白名单——校验验证码

POST /actauth/api/checkcode_phone_whitelist

JSON参数

参数取值描述
actidstring频道ID
phonestring手机号
check_codestring验证码

返回

参数取值描述
errcodeint错误代码
errcontentstring错误内容

设置观众白名单配置

POST /actauth/api/set_activity_audience_whitelist_config?actid=xxxx

JSON参数

参数取值描述
actidstring频道ID
noticestring自定义提示语
input_noticestring输入框提示语
password_checkbool是否进行密码验证
doc_urlstring文档URL

返回

参数取值描述
errcodeint错误代码
errcontentstring错误内容

获取观众白名单配置

GET /actauth/api/get_activity_audience_whitelist_config

URL参数

参数描述类型
actid频道HashIDstring

返回

参数取值描述
noticestring自定义提示语
input_noticestring输入框提示语
password_checkbool是否进行密码验证
doc_urlstring文档URL
errcodeint错误代码
errcontentstring错误内容

获取观众白名单自定义提示语

GET /actauth/api/get_activity_audience_whitelist_notice

URL参数

参数描述类型
actid频道HashIDstring

返回

参数取值描述
noticestring自定义提示语
input_noticestring输入框提示语
password_checkbool是否进行密码验证
errcodeint错误代码
errcontentstring错误内容

获取观众白名单

GET /actauth/api/get_audience_whitelist?actid=xxxx

URL参数

参数描述类型
actid频道HashIDstring

返回

excel文档

清空观众白名单

GET /actauth/api/clear_audience_whitelist?actid=xxxx

URL参数

参数描述类型
actid频道HashIDstring

返回

参数取值描述
errcodeint错误代码
errcontentstring错误内容

观众白名单校验

POST /actauth/api/check_audience_whitelist

JSON参数

参数取值描述
actidstring频道ID
usernamestring用户名
passwordstring密码

返回

参数取值描述
errcodeint错误代码
errcontentstring错误内容