contacts/follow-official-account

Description

  • Follow Official Accounts

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
bizUserNameYesstringOfficial account id

Request Example

 {
  "type": 10036,
  "bizUserName": "gh_****"
 } 

Return Example

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

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark