文档
测试

获取商品详情

POST
http://localhost:8080/portal/product/datail.do?productId=100

接口描述

获取商品详情

请求参数

参数名
类型
描述
必填
productId
Integer
父id
必填

响应参数

参数名
类型
描述
必填
status
integer
状态码
可选
data
T
数据
可选
msg
String
状态信息
可选

成功返回示例

{ "status": 200, "data":{ "id": null, "cid": null, "pname": null, "subtitle": null, "mainImage": null, "subImages": null, "detail": null, "status": null, "price": null, "ptype": null, "pnum": null, "createTime": null, "updateTime": null, "imageHost": "abc" } }