Skip to content

Commit d412bb3

Browse files
committed
update readme
1 parent 4d8dbe1 commit d412bb3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @Date: 2021-12-23 14:25:35
44
* @version:
55
* @LastEditors: 饕餮
6-
* @LastEditTime: 2021-12-24 12:58:58
6+
* @LastEditTime: 2021-12-24 13:00:32
77
* @Description: How to use
88
-->
99
# DongTai-SDK-Python
@@ -21,7 +21,7 @@
2121

2222
# Quick start
2323

24-
1.your need a config file
24+
## You need a config file
2525

2626
config.json
2727
```json
@@ -33,22 +33,22 @@ config.json
3333
}
3434
```
3535

36-
2.how to use:
36+
## How to use:
3737
```python
3838
from dongtai_sdk.DongTai import DongTai
3939
dongTaiSdk = DongTai("config.json")
4040
```
4141

42-
3.now support function
43-
## Project
42+
## Support function (Continuous updating)
43+
### Project
4444
```python
4545
GetProjectList(self,page,pageSize,name=None)
4646
GetProjectVerList(self,projectId)
4747
AddProjectVersion(self,projectId,verName,description,isEdit=True)
4848
SearchProject(self,projectId)
4949
```
5050

51-
## Agent
51+
### Agent
5252
```python
5353
DeleteAgent(self,agentId)
5454
StartAgent(self,agentId)

0 commit comments

Comments
 (0)