- 模块序号对应
- 客户端
- 婚宴酒店
- 婚庆司仪
- 婚车租赁
- 户外颁证
- 婚礼跟妆
- 婚纱礼服
- 婚纱摄影
- 婚礼跟拍
- 我的
- 婚庆策划
- 空中/游艇婚礼综合POST
- 公共接口
- 商家端
婚车租赁创建/编辑
开发中
POST
/api/merchant/hunchezulingUpdate
请求参数
Body 参数application/json
title
string
必需
type
integer
必需
price
integer
必需
zulingguige
array [object {3}]
必需
hour
integer
必需
gongli
integer
必需
price
integer
必需
touchexinghao
object
必需
header_model
string
必需
header_brand
integer
必需
gengchexinghao
array [object {3}]
必需
follow_car_brand
integer
必需
follow_car_model
string
必需
num
integer
必需
chaoshifei
integer
必需
chaogonglifei
integer
必需
baohanfuwu
object
必需
siji
integer
必需
youfei
integer
必需
qingxifei
integer
必需
baoyangfei
integer
必需
weizhangfakuan
integer
必需
xianhuazhuanshi
integer
必需
chaoshifei
integer
必需
guolufei
integer
必需
gengchetupian
array[string]
必需
img_text
string
必需
shopId
integer
必需
photos
array[string]
必需
示例
// 汽车品牌代号:
// 1 => '奥迪',
// 2 => '奔驰',
// 3 => '宝马',
// 4 => '保时捷',
// 5 => '大众',
// 6 => '特斯拉',
// 7 => '劳斯来斯',
// 8 => '宾利',
// 9 => '丰田',
// 10 => '特斯拉',
// 11 => '别克',
{
"title": "保时捷车队",
"type": 1,
"price": 5888,
"zulingguige":[{"hour": 6,"gongli": 100,"price": 5888},{"hour": 10,"gongli": 150,"price": 8888}],
"touchexinghao": {"header_model": "帕拉梅拉","header_brand": 4},
"gengchexinghao": [{"follow_car_brand": 2,"follow_car_model": "E300","num": 2},{"follow_car_brand": 1,"follow_car_model": "A6","num": 2}],
"chaoshifei": 100,
"chaogonglifei": 50,
"baohanfuwu": {"siji": 1,"youfei": 1,"qingxifei": 1,"baoyangfei": 1,"weizhangfakuan": 0,"xianhuazhuanshi": 0,"chaoshifei": 0,"guolufei": 0},
"gengchetupian":["/uploads/example/y2.webp","/uploads/example/y2.webp"],
"img_text": "",
"shopId":173,
"photos":["/uploads/example/y2.webp","/uploads/example/y2.webp"]
}
示例代码
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/hunchezulingUpdate' \
--header 'Content-Type: application/json' \
--data-raw '// 汽车品牌代号:
// 1 => '\''奥迪'\'',
// 2 => '\''奔驰'\'',
// 3 => '\''宝马'\'',
// 4 => '\''保时捷'\'',
// 5 => '\''大众'\'',
// 6 => '\''特斯拉'\'',
// 7 => '\''劳斯来斯'\'',
// 8 => '\''宾利'\'',
// 9 => '\''丰田'\'',
// 10 => '\''特斯拉'\'',
// 11 => '\''别克'\'',
{
"title": "保时捷车队",
"type": 1,
"price": 5888,
"zulingguige":[{"hour": 6,"gongli": 100,"price": 5888},{"hour": 10,"gongli": 150,"price": 8888}],
"touchexinghao": {"header_model": "帕拉梅拉","header_brand": 4},
"gengchexinghao": [{"follow_car_brand": 2,"follow_car_model": "E300","num": 2},{"follow_car_brand": 1,"follow_car_model": "A6","num": 2}],
"chaoshifei": 100,
"chaogonglifei": 50,
"baohanfuwu": {"siji": 1,"youfei": 1,"qingxifei": 1,"baoyangfei": 1,"weizhangfakuan": 0,"xianhuazhuanshi": 0,"chaoshifei": 0,"guolufei": 0},
"gengchetupian":["/uploads/example/y2.webp","/uploads/example/y2.webp"],
"img_text": "",
"shopId":173,
"photos":["/uploads/example/y2.webp","/uploads/example/y2.webp"]
}'
返回响应
🟢200成功
application/json
Body
code
string
必需
ms
string
必需
data
string
必需
示例
{"code":"200","ms":"成功","data":"4"}
修改于 2025-03-31 08:37:57