文档
测试

推荐商品列表

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

请求参数

参数名
类型
描述
必填
module
模块 场馆venue 景点spot 赛事saishi
必填
object_id
对象id
必填
page
必填
pagesize
必填

响应参数

参数名
类型
描述
必填
id
商品id
必填
title
商品名称
必填
price
原价
必填
face_img
封面
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": { "total": 3, "per_page": 10, "current_page": 1, "last_page": 1, "data": [ { "id": "1036", "product_id": "1036", "object_id": "1013", "title": "乒乓球台费2 小时", "shop_id": "1037", "shop_title": "飞越乒乓(厂多多店)", "category_id": "640", "category_title": "休闲娱乐", "sub_category_id": "657", "sub_category_title": "聚会团建", "price": "60.00", "market_price": "39.90", "group_price": "36.00", "group_count": "2", "face_img": "/upload/file/202503/37d2898420c644a65c1c1dd48e85bb88.jpg", "top_img": "[\"\\/upload\\/file\\/202503\\/cde3ddd0f359ea7723b8114c02086e19.jpg\"]", "detail_img": "[\"\\/upload\\/file\\/202503\\/31b567e826bf400d3718ad58c186f26c.jpg\",\"\\/upload\\/file\\/202503\\/568f403afff79b6d858139ec60dd6937.jpg\"]", "limit_time": "2025-04-30", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2025-03-22 18:07:13", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2025-03-22 18:07:13", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null }, { "id": "1034", "product_id": "1034", "object_id": "1013", "title": "成人私教 1小时", "shop_id": "1037", "shop_title": "飞越乒乓(厂多多店)", "category_id": "640", "category_title": "休闲娱乐", "sub_category_id": "657", "sub_category_title": "聚会团建", "price": "300.00", "market_price": "168.00", "group_price": "160.00", "group_count": "2", "face_img": "/upload/file/202503/255bb51430d4bf86add6596f66f94906.jpg", "top_img": "[\"\\/upload\\/file\\/202503\\/b997d89e6a934b538bd31bcaed554fd8.jpg\"]", "detail_img": "[\"\\/upload\\/file\\/202503\\/8bd9ad02e55f318617e9664ff2e536d3.png\"]", "limit_time": "2025-04-30", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2025-03-22 17:00:33", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2025-03-22 17:00:33", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null }, { "id": "1037", "product_id": "1037", "object_id": "1013", "title": "10发女士射击特惠2次卡(带身份证)", "shop_id": "1038", "shop_title": "枪王真枪实弹射击馆(江阴店)", "category_id": "640", "category_title": "休闲娱乐", "sub_category_id": "657", "sub_category_title": "聚会团建", "price": "400.00", "market_price": "300.00", "group_price": "288.00", "group_count": "2", "face_img": "/upload/file/202503/23dc27001ce6849e0e0e1ced19c5c38a.jpg", "top_img": "[\"\\/upload\\/file\\/202503\\/2f3b28446fffd4b5d35d5b2425caf688.jpg\"]", "detail_img": "[\"\\/upload\\/file\\/202503\\/c23e2b5813f88f81e521dfcf30c4b711.jpg\"]", "limit_time": "2025-05-31", "create_by_account": null, "create_by_name": "超级管理员", "create_date": "2025-03-22 18:12:34", "edit_by_uuid": "628133f1525c618", "edit_by_account": null, "edit_by_name": "超级管理员", "edit_date": "2025-03-22 18:12:34", "is_delete": "0", "delete_by_uuid": null, "delete_date": null, "company_uuid": "0", "company_name": null } ] } }