# wechat-ipad-sdk-golang **Repository Path**: ifinder/wechat-ipad-sdk-golang ## Basic Information - **Project Name**: wechat-ipad-sdk-golang - **Description**: wechat-ipad-sdk-golang - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-02-08 - **Last Updated**: 2022-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wechat-ipad-sdk-golang # 调用顺序 * 登陆流程 * 1. GetQr : 获取登陆二维码 * 2. 扫码登陆: 用户动作 * 3. CheckQr 检测登陆情况 * 4. NewInit 初始化 * 5. HeartBeat 启动自动心跳 * 6. 业务API相关 * 7. LogOut 退出 * 退出唤醒流程 * 节点退出 =》 二维码唤醒 =》 获得新得uuid 进行CheckQr => NewInit 一定要是这个流程 # 基础响应数据 ``` { "Code": 0, "Success": true, "Message": "成功", "Data": { "BaseResponse": { "ret": 0, "errMsg": {} } }, "Debug": "" } ``` # api 数据 ## 扫码进群 ``` { "MsgId": 1115417149, "FromUserName": { "string": "18650136565@chatroom" }, "ToUserName": { "string": "dragon803040" }, "MsgType": 10002, "Content": { "string": "18650136565@chatroom:\n\n\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t<![CDATA[撤销]]>\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\n\t\n\n" }, "Status": 4, "CreateTime": 1612772847, "ImgStatus": 1, "NewMsgId": 3612413823488568300, "MsgSeq": 715417149 } ```