通则

baseUrl:
接口url说明
返回数据说明



接口列表

获取产品信息

GET /product/{id}

Path Parameters:

参数名 必须 说明
id y 产品id

Headers:

名称 必须 说明

Query Parameters:

参数名 必须 说明

Response:

提交产品

POST /product/

Post Body:

样例:
{
    "name": "Matrix VR",
    "description": "Awesome!",
    "produceDate": "2018/6/21"
}

Response: