fix:完善说明文档

This commit is contained in:
想要成为RapStar吗? 2020-09-24 16:24:29 +08:00
parent 1e256785bf
commit 8ce499c66a
2 changed files with 13 additions and 1 deletions

View File

@ -54,10 +54,22 @@ eg:
![对应api的参数图](https://github.com/lateautumn4lin/arida/blob/master/source/post_body_hints.png)
## 如何开发自己的接口呢?
1. `Config`文件中写入自己的`App信息`
2. `Apps`目录写开发相应的`Frida-Js`脚本,可参考其他两个文件
## Run tests
```sh
uvicorn main:app --reload
测试Apk地址
1. https://www.wandoujia.com/apps/6612700
2. https://www.wandoujia.com/apps/7666802
```
eg:

View File

@ -18,7 +18,7 @@ INJECTION_APPS = [
"package_name": "com.drcuiyutao.babyhealth"
},
{
"name": "作业",
"name": "作业",
"path": "kuaiduizuoye",
"package_name": "com.kuaiduizuoye.scan"
}