send-message/send-video

Description

  • Send Video Message

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
userNameYesstringReceiver's wxid
filePathYesstringFull file path

Request Example

 {
  "type": 10093,
  "userName": "filehelper",
  "filePath": "C:\\test.mp4" Legacy issue: the correct path is \\, not \.
 }

Return Example

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

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark