video-channel/follow-video-channel

Description

  • Subscribe or Unsubscribe from Video Accounts.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
userNameYesstringVideo Channel id
isFollowYesboolFollow ?

Request Example

 {
  "type": 10072,
  "userName": "v2_xxx@finder",
  "isFollow": true
 } 

Return Example

  {
    "data": {
      "status": 0,
      "desc": "",
      "data": []
    }
  }

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark