名称 | 类型 | 是否必须 | 示例值 | 描述 |
---|---|---|---|---|
action_type | Number | 可选 | 1 | 变更类型,1--新增,2--修改,3--下线或失效 |
query_param | String | 可选 | {"needOtherBaseInfo":true} | 用于下一步查询数据的参数,值为可以反序列化为查询接口param对象的JSON串 |
shid | Number | 可选 | 1001 | 标准房型所属shid |
srid | Number | 可选 | 3001 | srid |
{ "action_type":"1", "shid":"1001", "query_param":"{\"needOtherBaseInfo\":true}", "srid":"3001" }