Update README.md
This commit is contained in:
parent
d3b397a0e2
commit
4d4748021e
13
README.md
13
README.md
@ -92,7 +92,7 @@ step3: run the test project E.g kuaishou
|
||||
|
||||
## Usage
|
||||
|
||||
~~**step1:** 在源码中加入hook app的包名,由于技术lj,没有能够实现自动加载配置文件、后续实现~~
|
||||
已实现自动化,省去该步骤 ~~**step1:** 在源码中加入hook app的包名,由于技术lj,没有能够实现自动加载配置文件、后续实现~~
|
||||
|
||||
>路径:com.lateautumn4lin.headwolf.entry.BaseEntry
|
||||
|
||||
@ -110,7 +110,7 @@ step3: run the test project E.g kuaishou
|
||||
|
||||

|
||||
|
||||
~~**step4:** 在Config文件中预先添加handler的实例,没有实现动态添加,后续补充~~
|
||||
已实现自动化,省去该步骤 ~~**step4:** 在Config文件中预先添加handler的实例,没有实现动态添加,后续补充~~
|
||||
|
||||
>路径:com.lateautumn4lin.headwolf.Config
|
||||
|
||||
@ -118,6 +118,15 @@ step3: run the test project E.g kuaishou
|
||||
|
||||
**案例演示:** 看看实际演示效果!
|
||||
|
||||
- group
|
||||
>也就是Config配置文件中group_pdd/group_kuaishou这两个值,当然你也可以自定义,group_xxxxx开头的就行
|
||||
|
||||
- action
|
||||
>对应的是每个handler的action获取方法
|
||||
|
||||
- name
|
||||
>这个就是在handler方法中指定的query参数了,当然也可以放在post请求的body中
|
||||
|
||||

|
||||
|
||||
## Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user