Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

接口描述

URL

http://test.birdsystem.com/client/product/Batch-Update-Status/?ids= 3027112_3027111

接口功能

产品删除

支持格式

JSON/TEXT

开发人员

请求方式

DELETE

发布日期

请求描述

(以下为折叠内容,签署合同时以下信息无需参考,仅供第三方对接参考)

 (以下为折叠内容,签署合同时以下信息无需参考,仅供第三方对接参考)

Python_requests请求方式:

import requests
url = "https://branch.birdsystem.com/client/product/Batch-Update-Status/?ids= 3027112_3027111"
payload={}
headers = {
  'company_id': '36',
  'api_key': '3726bea9879ed020fb78c184e969ee69',
  'Cookie': 'PHPSESSID=g43q2u6egm3vudalg4caa0e606'
}
response = requests.request("DELETE", url, headers=headers, data=payload)
print(response.text)

Json格式返回结果:

{
    "success": true,
    "refresh": false,
    "moduleName": "client"
}
  • No labels