other/enable-disable-instant-download

Description

  • Enable/Disable Instant Download
  • WeChat will place CDN messages into a delayed download queue during specified time frames (requiring manual triggering for download). Use this interface to enable or disable instant downloads.

Request URL

  • http://127.0.0.1:8888/api/

Request Method

  • POST

Parameters

Parameter NameRequiredParameter TypeDescription
typeYesintAPI ID
bEnableYesboolInstant Download ?

Return Example

  {
  "type": 10094,
  "bEnable": true
 }

Return Example

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

Return Parameter Description

Parameter NameParameter TypeDescription
error_codeintError code
descriptionstringError Description
datajsonBusiness data

Remark