-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于编码器开发的文档 #102
Comments
文档的话,正在抽空写,如果你急的话我给你先大概讲一下,这是个样例:
要点:
比如: 框架传入的 pwd 为 ant, 传入的 data 内容如下:
然后将 最后返回的 data 结构如下:
最终调用 HTTP 发送的时候,POST 包数据部分为:
|
想问一下。如果想修改post包中的命令部分编码方式(随机字符名),如何修改 |
找到了,在antSword-2.1.3\source\core\base.js文件内的base64加密字段 |
问一下,如果想修改数据包里0x开头的这个参数名要在哪个文件修改呢 |
编码器的结构好像影响了密码不能为下划线“_”,虽然用点号“.”可以来代替,但是这种行为感觉很怪 |
关于编码器开发 作者能否给出一个文档用来参考
The text was updated successfully, but these errors were encountered: