系数接口(非必选)
<p><strong>如果媒体在接入ui版sdk界面显示上需要显示价格有自定义时,可以提供接口来实时调整</strong></p>
<h4>接口地址</h4>
<p>媒体提供</p>
<h4>请求类型</h4>
<p>Post</p>
<h4>传入参数</h4>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>参考值</th>
</tr>
</thead>
<tbody>
<tr>
<td>cid</td>
<td>int</td>
<td>20</td>
</tr>
<tr>
<td>cuid</td>
<td>string</td>
<td>1525001212</td>
</tr>
<tr>
<td>sign</td>
<td>string</td>
<td>sign=md5(cuid+cid+ad_key).substr(10,10)</td>
</tr>
</tbody>
</table>
<h4>返回值</h4>
<p><strong>正常返回</strong></p>
<pre><code class="language-json">{
"status":1,
"data":0.85
}</code></pre>
<p><strong>错误返回</strong></p>
<pre><code class="language-json">{
"status":0,
"msg":"xxxx"
}</code></pre>