64 lines
3.1 KiB
Plaintext
Executable File
64 lines
3.1 KiB
Plaintext
Executable File
<metalib name="net" version="1">
|
|
<macro name="SS_CMD_GO_GM_REQ" value="18100"/>
|
|
<macro name="SS_CMD_GO_GM_RES" value="18101"/>
|
|
<macro name="SS_CMD_DOUYIN_PUSH_CARD_REQ" value="18105"/>
|
|
<macro name="SS_CMD_DOUYIN_PUSH_CARD_RES" value="18106"/>
|
|
<macro name="SS_CMD_DOUYIN_RECALL_CARD_REQ" value="18107"/>
|
|
<macro name="SS_CMD_DOUYIN_RECALL_CARD_RES" value="18108"/>
|
|
<macro name="SS_CMD_SEND_DOUYIN_SUBSCRIBE_REQ" value="18110"/>
|
|
<macro name="SS_CMD_SEND_DOUYIN_SUBSCRIBE_RES" value="18111"/>
|
|
<macro name="SS_CMD_RECALL_DOUYIN_SUBSCRIBE_REQ" value="18112"/>
|
|
<macro name="SS_CMD_RECALL_DOUYIN_SUBSCRIBE_RES" value="18113"/>
|
|
<struct id="18100" version="1" name="SSGoGMReq">
|
|
<entry name="Cmd" type="int" version="1"/>
|
|
<entry name="input" type="string" size="64" version="1"/>
|
|
<entry name="GmUin" type="uint" version="1"/>
|
|
</struct>
|
|
<struct id="18101" version="1" name="SSGoGMRes">
|
|
<entry name="msg" type="string" size="64" version="1"/>
|
|
<entry name="GmUin" type="uint" version="1"/>
|
|
</struct>
|
|
<struct id="18105" version="1" name="SSDouyinPushCardReq">
|
|
<entry name="Cmd" type="int" version="1"/>
|
|
<entry name="Uin" type="int" version="1"/>
|
|
<entry name="WorldID" type="int" version="1"/>
|
|
<entry name="OpenID" type="string" size="64" version="1"/>
|
|
<entry name="PushID" type="int" version="1"/>
|
|
<entry name="PushTime" type="uint" version="1"/>
|
|
</struct>
|
|
<struct id="18106" version="1" name="SSDouyinPushCardRes">
|
|
<entry name="Reserve" type="int" version="1"/>
|
|
</struct>
|
|
<struct id="18107" version="1" name="SSDouyinRecallCardReq">
|
|
<entry name="Cmd" type="int" version="1"/>
|
|
<entry name="Uin" type="int" version="1"/>
|
|
<entry name="WorldID" type="int" version="1"/>
|
|
<entry name="PushID" type="int" version="1"/>
|
|
</struct>
|
|
<struct id="18108" version="1" name="SSDouyinRecallCardRes">
|
|
<entry name="Reserve" type="int" version="1"/>
|
|
</struct>
|
|
<struct id="18110" version="1" name="SSSendDouyinSubscribeReq">
|
|
<entry name="Cmd" type="int" version="1"/>
|
|
<entry name="Uin" type="int" version="1"/>
|
|
<entry name="OpenID" type="string" size="64" version="1"/>
|
|
<entry name="MsgType" type="int" version="1"/>
|
|
<entry name="PushTime" type="uint" version="1"/>
|
|
</struct>
|
|
<struct id="18111" version="1" name="SSSendDouyinSubscribeRes">
|
|
<entry name="Ret" type="int" version="1"/>
|
|
<entry name="Uin" type="int" version="1"/>
|
|
<entry name="MsgType" type="int" version="1"/>
|
|
</struct>
|
|
<struct id="18112" version="1" name="SSRecallDouyinSubscribeReq">
|
|
<entry name="Cmd" type="int" version="1"/>
|
|
<entry name="Uin" type="int" version="1"/>
|
|
<entry name="MsgType" type="int" version="1"/>
|
|
</struct>
|
|
<struct id="18113" version="1" name="SSRecallDouyinSubscribeRes">
|
|
<entry name="Ret" type="int" version="1"/>
|
|
<entry name="Uin" type="int" version="1"/>
|
|
<entry name="MsgType" type="int" version="1"/>
|
|
</struct>
|
|
</metalib>
|