发放免费优惠券
POST
localhost:8002/park/customerCoupon/grantFreeVehicleCoupon
请求头
参数名
类型
描述
必填
token
string
校验token
必填
请求参数
参数名
类型
描述
必填
vehicleNumber
string
车牌号
必填
color
string
车辆颜色
必填
响应参数
参数名
类型
描述
必填
success
boolean
示例:true
必填
code
int
示例:1
必填
msg
string
示例:发放成功
必填
data
object
示例:null
必填
timestamp
string
示例:1624356261880
必填