ebass发送push 方法
工具 spapUI
接口地址 http://ip:port/openapis/push
请求报文
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"xmlns:push="http://192.168.2.177:8080/openapis/push/">
<soapenv:Header/>
<soapenv:Body>
<push:sendPush>
<push:content>消息内容</push:content>
<push:method>push</push:method>
<push:uid>8588233</push:uid>
<push:flag>pushMsg</push:flag>
</push:sendPush>
</soapenv:Body>
</soapenv:Envelope>
其中uid 是从 api_mobile 表中UCMID 字段获取
接口地址 http://ip:port/openapis/push
请求报文
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"xmlns:push="http://192.168.2.177:8080/openapis/push/">
<soapenv:Header/>
<soapenv:Body>
<push:sendPush>
<push:content>消息内容</push:content>
<push:method>push</push:method>
<push:uid>8588233</push:uid>
<push:flag>pushMsg</push:flag>
</push:sendPush>
</soapenv:Body>
</soapenv:Envelope>
其中uid 是从 api_mobile 表中UCMID 字段获取

全部 0条评论