版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

代码块
curl 'https://tracking-qa.etowertech.com/api/aggregator/v1/accountManage/createShippercreateShipperWithCredential' \
  -X 'POST' \
  -H 'Accept: application/json, text/plain, */*' \
  -H 'Content-Type: application/json;charset=UTF-8' \
  -H 'language: zh_CN' \
  -H 'sessionId: cTsFECJgSI6aTLVFTGmBCgGTjUe-Fm15MBSYIksot4rQ' \
  -H 'Referer: https://tracking-qa.etowertech.com/aggregator/' \
  --data-raw '{
  "isShipper": true,
  "organizationType": 0,
  "isCarrier": false,
  "chineseName": "乙古文",
  "name": "yiguwen",
  "organizationCode": "qwe123",
  "code": "yiguwen",
  "legacyId": "",
  "contact": "qqq",
  "phone": "15823450987",
  "email": "yiwengu@163.com",
  "language": "zh_CN",
  "relationLabelIds": [9],
  "salesId": 339,
  "csId": 339,
  "companyId": "0KkCR4UUB82p7ttaGmaN",
  "invoiceOption": 1,
  "logoId": "",
  "source": "",
  "autoReleaseBulkyCargo": false,
  "erpSource": "",
  "bagWeightDifference": "",
  "repeatScanWarn": false,
  "shopUrl": "",
  "facilityCode": "qwe",
  "facilityAddress": "注册地址",
  "address": {
    "addressId": "",
    "addressLine1": "南京东路",
    "addressLine2": "",
    "addressLine3": "",
    "city": "SHA",
    "state": "SHA",
    "postcode": "",
    "country": "CN"
  }
}'

...