接收自我游价格数据
请求url
> POST https://gateway.wdtrip.com/disp/pub/listen/price/save
Body 请求参数
{
"checkInDate": "2023-03-29",
"checkOutDate": "2023-03-30",
"cpOriPrice": 13900,
"cpSalePrice": 10900,
"infoId": "68351452",
"priceRatio": 0.789,
"reasons": "固定金额比价校验失败",
"timeStamp": 1680055984658
}
请求参数
名称 | 位置 | 类型 | 必选 | 中文名 | 说明 |
---|---|---|---|---|---|
token | header | string | 否 | token | |
body | body | object | true | dto | none |
> checkInDate | string(date) | false | none | 入住时间 | |
> checkOutDate | string(date) | false | none | 离店时间 | |
> cpOriPrice | integer(int64) | false | none | 市场价(单位:分) | |
> cpSalePrice | integer(int64) | false | none | 提供给高德的价格(单位:分) | |
> infoId | string | false | none | 产品ID | |
> priceRatio | number | false | none | 折扣 | |
> reasons | string | false | none | none | |
> timeStamp | integer(int64) | false | none | 高德推送时间 |
返回示例
> OK
{
"success": true,
"code": 1,
"message": "操作成功",
"data": ""
}