文档
测试

商品详情

POST
http://jourly.com/mobile/api/Product/detail

请求参数

参数名
类型
描述
必填
id
商品id
必填

响应参数

参数名
类型
描述
必填
id
商品id
必填
title
商品名称
必填
shop_title
核销门店
必填
category_title
分类名称
必填
sub_category_title
子分类名称
必填
price
原价
必填
market_price
单独购买价
必填
group_price
拼团价
必填
group_count
成团人数
必填
face_img
封面
必填
top_img
顶部图片
必填
create_date
创建时间
必填
detail_img
list
商品详情图片
必填
sale_count
已拼数量
必填
limit_time
商品有效期
必填
shop_phone
门店电话
必填
shop_address
门店地址
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "id": "1028", "title": "乐途户外休闲活动", "shop_id": "1027", "shop_title": "胡子小镇", "category_id": "614", "category_title": "研学游", "sub_category_id": "620", "sub_category_title": "二日游", "price": "600.00", "market_price": "500.00", "group_price": "400.00", "group_count": "5", "face_img": "/upload/file/202503/7adb9b7a0df077faa8d07f2951c956a0.jpeg", "top_img": "\"\\/upload\\/file\\/202503\\/7adb9b7a0df077faa8d07f2951c956a0.jpeg\"", "detail_img": "[\"\\/upload\\/file\\/202503\\/7adb9b7a0df077faa8d07f2951c956a0.jpeg\"]", "limit_time": "2025-03-18", "create_by_name": "超级管理员", "create_date": "2025-03-17 16:19:55", "sale_count": 4, "shop_phone": "18795871328", "shop_address": "江阴市璜土村贯中路钱头村1号" } }