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