zeng-git
zeng-git
这个我也第一次见,我甚至不知道还可以这么玩....得看有没有人协助测试了
It is best to create a new document repository for maintenance for this requirement, and do not add it to the existing openos code, because the hard disk in OC...
> I mean, you could make it so you can download the documentation via OPPM, yea I finished it in one night, but it was just the most basic version,...
All documents have been preliminarily completed, except for a few component APIs provided by other mods. Most of them are generated by GPT from existing documentation websites. Welcome to review
The Chinese translation on Crowdin has multiple translation errors. Most of the text is three years ago, and I have submitted corrections for some of the found wrong text, please...
The implementation of this function is to directly call the API provided by AE, and the result of the function is provided by AE. It is not convenient to modify...
@asiekierka How about this?
我发现QQ的登录接口好像和微信的有一些相似,token API 是:https://graph.qq.com/oauth2.0/token 不带任何参数的话,返回值是:callback( {"error":100004,"error_description":"param grant_type is wrong or lost"} );
> 接口实现不难,主要需要找包里面的id和 key, 类似微信接口的 appid 和 secret,没有这两个东西是无法实现 QQ 登录的 appid我倒是抓到了 secret没抓到 只有一个key是签名,我找不到登录需要的那个API appid 是1001 或者716027069
> appid这个一半是固定的,它和secret一般是对应的 主要是我没在登录的请求里面发现这个,1001是酷狗自身域名下的appid, 716027069 是qq 登录域名下的ID,应该是后者 @MakcRe 不过我这抓包都是在电脑酷狗上抓的,因为手机端很不方便,不排除手机端是另一个appid