- 模块序号对应
- 客户端
- 婚宴酒店
- 婚庆司仪
- 婚车租赁
- 户外颁证
- 婚礼跟妆
- 婚纱礼服
- 婚纱摄影
- 婚礼跟拍
- 我的
- 婚庆策划
- 空中/游艇婚礼综合POST
- 公共接口
- 商家端
公共作品列表
开发中
POST
/api/merchant/caseList
请求参数
Body 参数application/json
case_module
integer
必需
shopId
integer
必需
示例
{
"case_module":1,
"shopId":173
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/merchant/caseList' \
--header 'Content-Type: application/json' \
--data-raw '{
"case_module":1,
"shopId":173
}'
返回响应
🟢200成功
application/json
Body
code
string
必需
ms
string
必需
data
object
必需
total
integer
必需
per_page
integer
必需
current_page
integer
必需
last_page
integer
必需
data
array [object {21}]
必需
示例
{"code":"200","ms":"套餐列表","data":{"total":1,"per_page":10,"current_page":1,"last_page":1,"data":[{"id":1,"shop_id":173,"uid":0,"title":"世纪通程大酒店","c_type":"普通作品","c_style":5,"c_style2":1,"fuzhuan_type":1,"scene":5,"price":0,"min_price":1888,"max_price":18888,"module":1,"union_package":"1","photos":"","color_type":3,"zhuwutai":"","yingbingqu":"","create_time":"2025-04-01 09:44:23","hotel_id":"[1]","yanhuiting_id":"[3]"}]}}
修改于 2025-04-01 02:02:01