Skip to content

创建新产品

POST
/product/add

添加一个新的产品

请求体

application/json
JSON
{
  
"message_id": "1bd5d003-31b9-476f-ad03-71d471922820",
  
"user_id": "53102fb4bf1044ed8b0ba36c",
  
"params": {
  
  
"access_token": "string",
  
  
"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
  
}
}

响应

操作成功

application/json
JSON
"string"

试验场

主体

示例