数字资产链 DAC-查询商品列表:响应示例

时间:2024-05-14 09:39:13

响应示例

状态码: 200

Success

{
  "code" : "200",
  "message" : "操作成功!",
  "data" : {
    "pageNum" : 1,
    "pageSize" : 2,
    "total" : 1,
    "pages" : 1,
    "record" : [ {
      "productCode" : "appletest",
      "productName" : "11",
      "productPhotoUrl" : "https://xxx.xxx.xxx.xxx",
      "sweepcodeStatisticsSwitch" : "1",
      "bannerUrl" : "https://xxx.xxx.xxx.xxx",
      "merchant" : "1759540612045058049",
      "productOrigin" : "bj"
    } ]
  }
}

状态码: 500

Error response

{
  "code" : "500",
  "message" : "系统异常"
}
support.huaweicloud.com/api-dac/ListProduct.html