From 8ce499c66aece425f6063f07c64b672fe45dccba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=83=B3=E8=A6=81=E6=88=90=E4=B8=BARapStar=E5=90=97?= =?UTF-8?q?=EF=BC=9F?= Date: Thu, 24 Sep 2020 16:24:29 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=AE=8C=E5=96=84=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++++++++ config.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 05280f4..f6ba30a 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/config.py b/config.py index a932dd7..1462a73 100644 --- a/config.py +++ b/config.py @@ -18,7 +18,7 @@ INJECTION_APPS = [ "package_name": "com.drcuiyutao.babyhealth" }, { - "name": "快读作业", + "name": "快对作业", "path": "kuaiduizuoye", "package_name": "com.kuaiduizuoye.scan" }