- 模块序号对应
- 客户端
- 婚宴酒店
- 婚庆司仪
- 婚车租赁
- 户外颁证
- 婚礼跟妆
- 婚纱礼服
- 婚纱摄影
- 婚礼跟拍
- 我的
- 婚庆策划
- 空中/游艇婚礼综合POST
- 公共接口
- 商家端
婚车服务列表
开发中
POST
/api/merchant/carServiceList
请求参数
Body 参数application/json
shop_id
integer
必需
示例
{
"shop_id": 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/carServiceList' \
--header 'Content-Type: application/json' \
--data-raw '{
"shop_id": 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 {13}]
必需
示例
{"code":"200","ms":"成功","data":{"total":1,"per_page":10,"current_page":1,"last_page":1,"data":[{"id":2,"car_id":0,"logo":"","price":1888,"detail":"","title":"世纪通程大酒店","shop_id":173,"s_type":1,"use_time":"0","recourse":"","photos":"[\"\\\/uploads\\\/example\\\/y2.webp\",\"\\\/uploads\\\/example\\\/y2.webp\"]","create_time":"2025-04-01 16:45","state":"在售"}]}}
修改于 2025-04-01 08:46:46