• 河南电信ISAG短信下行数据格式


    仅供参考

    ---------------------------------

    <?xml version="1.0" encoding="UTF-8" ?>
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Header>
    <RequestSOAPHeader soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1">
    <spId>171*****</spId>
    <timeStamp>0921213416</timeStamp>
    <spPassword>********************************</spPassword>
    <productId>*********************</productId>
    <OA>tel:+8613300000000</OA>
    <multicastMessaging>true</multicastMessaging> <!--群发发送设置为true,否则为false-->
    </RequestSOAPHeader>
    </soapenv:Header>
    <soapenv:Body>
    <sendSms xmlns="http://www.chinatelecom.com.cn/schema/ctcc/sms/send/v2_1/local">
    <addresses>tel:+8613300000361</addresses>  <!--群发时addresses可设置多条-->
    <addresses>tel:+8613300000920</addresses>
    <addresses>tel:+8618900000626</addresses>
    <addresses>tel:+8618900000565</addresses>
    <addresses>tel:+8615300000019</addresses>
    <addresses>tel:+8615300000032</addresses>
    <senderName>1065**********</senderName>
    <charging>
    <description xmlns="">fee</description>
    <currency xmlns="">yes</currency>
    <amount xmlns="">0</amount>
    <code xmlns="" />
    </charging>
    <message>
    <![CDATA[测试短信,无需恢复。]]>
    </message>
    <receiptRequest>
    <endpoint xmlns=""></endpoint>
    <interfaceName xmlns=""></interfaceName>
    <correlator xmlns="">C16AF35FFA34-00000000000-3416880</correlator>
    </receiptRequest>
    </sendSms>
    </soapenv:Body>
    </soapenv:Envelope> 
  • 相关阅读:
    ASP.NET Core基于SignalR实现消息推送实战演练
    corn常用表达式
    muzejs 基于webassembly 的高性能数据可视化库
    xk6 构建原理说明
    集群、分布式、负载均衡区别
    Docker深入浅出系列 | Swarm多节点实战
    You Can’t Sacrifice Partition Tolerance
    Cookies are deleted when I close the browser?
    Using more than one index per table is dangerous?
    Multiple Indexes vs Multi-Column Indexes
  • 原文地址:https://www.cnblogs.com/hope250/p/2697524.html
Copyright © 2020-2023  润新知