fix:购买操作报错;添加帮助文档

This commit is contained in:
Xwite
2022-01-17 12:07:34 +08:00
parent 9483be5c47
commit 9c2962b36a
4 changed files with 46 additions and 4 deletions
+8 -1
View File
@@ -189,10 +189,17 @@ source.getVariable()
* 登录头操作
```
source.getLoginHeader()
source.getLoginHeaderMap(): Map<String, String>?
source.getLoginHeaderMap().get(key: String)
source.putLoginHeader(header: String)
source.removeLoginHeader()
```
* 用户登录信息操作
> 使用`登录UI`规则,并成功登录,阅读自动加密保存登录UI规则中除type为button的信息
```
source.getLoginInfo()
source.getLoginInfoMap().get(key: String)
source.removeLoginInfo()
```
## cookie对象的部分可用函数
```
获取全部cookie