我要报名
POST
http://localhost:8091/customer/apply?customerId=2&groupId=7
接口描述
根据客户端id和团购楼盘id报名
请求参数
参数名
类型
描述
必填
customerId
int
示例:2
必填
groupId
int
示例:7
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
message
string
示例:报名成功
必填
data
object
示例:null
必填