测试OSTV接口获取令牌-getAccessTokenInfo和OSTV接口-getEntityObjInfo

<soapenv:Envelope xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/” xmlns:ws=”http://ws.ovicnet.com”>
   <soapenv:Header/>
   <soapenv:Body>
      <ws:getAccessTokenInfo>
      <!—网卡mac地址–>
         <ws:NetworkId>74-27-EA-53-C8-EF</ws:NetworkId>
         <!—本机IP地址—>
         <ws:Ip>192.168.8.196</ws:Ip>
      <!—客房号—>
         <ws:RoomNum>0606</ws:RoomNum>
         <!—–ID—>
         <ws:UserId>ovicnet</ws:UserId>
         <!—密码—>
         <ws:Passwd>ovk123</ws:Passwd>
      </ws:getAccessTokenInfo>
   </soapenv:Body>
</soapenv:Envelope>

————————————————————-

测试OSTV接口-getEntityObjInfo

<soapenv:Envelope xmlns:soapenv=”http://schemas.xmlsoap.org/soap/envelope/” xmlns:ws=”http://ws.ovicnet.com”>
   <soapenv:Header/>
   <soapenv:Body>
      <ws:getEntityObjInfo>
      <!—令牌–>
         <ws:AccessToken>a92e3bdace237d52a0e82a2e695e7e7b571f3c3e3c5e749f94ce495ac9b96f954c188df01810f9931c8cbc042f4e50a11d3af84e519cddf3790b0f7aa1198df3d49af16995f9bc9a580f6d7c7258c2b7529be4319e9943bd</ws:AccessToken>
        <!—时间戳—>
         <ws:Timestamp>1455863107</ws:Timestamp>
         <!—所属酒店—>
         <ws:HotelNum>330109000002</ws:HotelNum>
         <!—–应用类型—>
         <ws:LangType>01</ws:LangType>
        <!—–表明实体名–>
         <ws:EntityObjName>BXtZdyydh</ws:EntityObjName>
        <!—默认可以为空—>
         <ws:Conditions></ws:Conditions>
      </ws:getEntityObjInfo>
   </soapenv:Body>
</soapenv:Envelope>

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/192550.html

(0)
上一篇 2021年11月15日
下一篇 2021年11月15日

相关推荐

发表回复

登录后才能评论