文档
测试

车辆车组添加

POST
http://192.168.1.132/yiwugang/public/index.php/cargroup/add

请求头

参数名
类型
描述
必填
token
string
示例:uyhfuwhui2121
必填

请求参数

参数名
类型
描述
必填
parking_id
string
示例:CG1y4oewipImmGWNhqwTCQ
必填
group_type
string
分组类型(black:黑名单|white:白名单|custom:自定义车组)
必填
custom_id
string
车组规则ID(当group_type为custom时存在)
可选
name
string
车组名称
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
data
object
示例:null
必填
msg
string
示例:操作成功
必填