文档
测试

创建/更新选房配置

POST
http://127.0.0.1:16066/homebridge_backend/backstage/v1/project/select/house/config

请求参数

参数名
类型
描述
必填
project_id
int
示例:6
必填
unique_no
string
示例:official
必填
time_slot_list
array
数据列表
必填
start_no
int
示例:1
必填
end_no
int
示例:3
必填
upper_limit_time
int
示例:120,单位秒
必填
select_start_time
int
示例:1593573371
必填
select_end_time
int
示例:1593574151
必填
lottery_type
int
摇中用户类型
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
err
object
示例:null
必填
text
object
示例:null
必填
data
boolean
示例:true
必填