Skip to content

查询产品详情

POST
/product/query

查询单个产品的详细信息

请求体

application/json
JSON
"string"

响应

查询成功

application/json
JSON
{
  
"error_code": 200,
  
"message_id": "1bd5d003-31b9-476f-ad03-71d471922820",
  
"data": {
  
  
"product_id": "string",
  
  
"product_secret": "string",
  
  
"product_name": "string",
  
  
"product_icon": "string",
  
  
"category_id": 0,
  
  
"vendor_type": 0,
  
  
"net_type": 0,
  
  
"encrypt_type": 0,
  
  
"node_type": 0,
  
  
"status": 0,
  
  
"popular": 0,
  
  
"creator": "string",
  
  
"modifier": "string",
  
  
"gmt_create": "string",
  
  
"gmt_modified": "string"
  
}
}

试验场

主体

示例