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