Get the time
Request:
<PublicSDK Message=”GetTime” />
Response:
<PublicSDK Message=”Time” UTC=”...” MilliSeconds=”...”/>
UTC is the number of seconds since the 1st of January 1970.
MilliSeconds is the number of milliseconds.这个是SDK中的一段话.我在socket中发送了<PublicSDK Message=”GetTime” />但是没有任何返回.之后我用TCP调试助手也试过了发送了<PublicSDK Message=”GetTime” />文字过去没有response
这种XML是发送文字过吗?谁做过类似的...