预估单条短信所需数量
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/marketing/promotion/estimate</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST <code>AUTH</code></li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">校验规则</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">content</td>
<td style="text-align: left;">require</td>
<td style="text-align: left;">string</td>
<td>发送内容</td>
</tr>
</tbody>
</table>
<ul>
<li>注意,签名也计算在字数内,因此content需要包含签名才准确</li>
</ul>
<pre><code>{
&quot;customer_count&quot;: &quot;2&quot;,
&quot;content&quot;: &quot;【第一家】自动划扣自动划扣自动自动划扣自动划扣自动自动划扣自动划扣自动自动划扣自动划扣自动自动划扣自动划扣自动自动划扣自动划扣自动自动划扣自动划扣自动自动划扣自动划扣自动&quot;
}</code></pre>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;channel_cost_qty&quot;: 4//内容计费数量
},
&quot;code&quot;: 0
}</code></pre>