jsonqwsdk

jsonqwsdk


1.启动企微且注入

<p>功能: 启动企微 并注入, 只需要扫码一次, 以后免扫, 免替 Config.cfg文件,自动登录 支持 已独立登录目录 方式, 多开企微</p> <p>qwpath : 启动企微绝对路径 比如 &quot;C:\Program Files(x86)\WXWork\WXWork.exe&quot; alias: 独立登陆目录名 多开企微 填写 &quot;t0&quot;,&quot;t1&quot;, 不需要多开 填写 &quot;null&quot; cefkaiguan : 1 屏蔽掉cef功能右侧聊天栏, 0不屏蔽</p> <p>返回值: 0 版本不支持, 1授权key无效, 2注入dll的路径错误 大于4 表示成功,返回企微 pid(进程id)</p> <p>string ss = “xxxx” int nPid =SendCommand(const char* pjson);</p> <pre><code>SendCommand请求 { &amp;quot;qwpath&amp;quot;: &amp;quot;C:\\Program Files(x86)\\WXWork\\WXWork.exe&amp;quot;, &amp;quot;alias&amp;quot;: &amp;quot;t0&amp;quot;, &amp;quot;cefkaiguan &amp;quot;: 1, &amp;quot;type&amp;quot;: 300 } 多开3个企微 SendCommand 请求 3次 alias依次 &amp;quot;alias&amp;quot;: &amp;quot;t0&amp;quot;, &amp;quot;alias&amp;quot;: &amp;quot;t1&amp;quot;, &amp;quot;alias&amp;quot;: &amp;quot;t2&amp;quot;</code></pre> <pre><code>不需要多开 SendCommand请求 { &amp;quot;qwpath&amp;quot;: &amp;quot;C:\\Program Files(x86)\\WXWork\\WXWork.exe&amp;quot;, &amp;quot;alias&amp;quot;: &amp;quot;null&amp;quot;, &amp;quot;cefkaiguan &amp;quot;: 1, &amp;quot;type&amp;quot;: 300 }</code></pre> <p>启动且附加 企微完成后, OnSign回调返回</p> <pre><code>{ &amp;quot;type&amp;quot;:98, &amp;quot;data&amp;quot;:{ &amp;quot;iPid&amp;quot;:111, &amp;quot;initok&amp;quot;: 1 } } 收到 本 回调后, 就可以 自由 调用企微方法</code></pre>

页面列表

ITEM_HTML