business-2025


消息提醒

<p><strong>请求URI:</strong></p> <ul> <li><code>/marketing/promotion/apply</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;">channel_type</td> <td style="text-align: left;">require,in:0,1,integer</td> <td style="text-align: left;">int</td> <td>发送通道:0=短信,1=微信</td> </tr> <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> <tr> <td style="text-align: left;">customer_list</td> <td style="text-align: left;">require,list</td> <td style="text-align: left;">array</td> <td>匹配条件命中的会员数据</td> </tr> <tr> <td style="text-align: left;">condition_filter</td> <td style="text-align: left;"></td> <td style="text-align: left;">json</td> <td>发送匹配条件(自定义格式内容)</td> </tr> <tr> <td style="text-align: left;">direct_switch</td> <td style="text-align: left;">require,in:0,1,integer</td> <td style="text-align: left;">int</td> <td>直发:0=否,1=是</td> </tr> </tbody> </table> <ul> <li>direct_switch=1直发模式时会直接扣除对应资产 <ul> <li>channel_type=0时扣除sms_notify_qty,计算数量为content的单条计费*会员数据长度</li> <li>channel_type=wechat_notify_qty一次</li> </ul></li> </ul> <pre><code>//example //Content-Type:application/json {      &amp;quot;content&amp;quot;: &amp;quot;test&amp;quot;,      &amp;quot;customer_list&amp;quot;:[ { &amp;quot;customer_uid&amp;quot;:2501025904100119, &amp;quot;phone&amp;quot;:&amp;quot;&amp;quot; } ],      &amp;quot;condition_filter&amp;quot;: [],      &amp;quot;direct_switch&amp;quot;:0,      &amp;quot;channel_type&amp;quot;:1 }</code></pre>

页面列表

ITEM_HTML