Commit 4a72321ee0aec3981b624df3dd5f165b492853d0
1 parent
c44cc7c1
更新basic的方法注释
Showing
2 changed files
with
2 additions
and
0 deletions
commons/basic/duplicateToken.py
@@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | @@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | ||
7 | 7 | ||
8 | 8 | ||
9 | class duplicateToken(): | 9 | class duplicateToken(): |
10 | + "称重防重接口,返回唯一的commit_token" | ||
10 | url = "http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action" | 11 | url = "http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action" |
11 | header = { | 12 | header = { |
12 | "UAP_accessToken": "demo", | 13 | "UAP_accessToken": "demo", |
commons/basic/listCarType.py
@@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | @@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | ||
7 | 7 | ||
8 | 8 | ||
9 | class listCarType(): | 9 | class listCarType(): |
10 | + "返回车型的接口" | ||
10 | url = "http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType" | 11 | url = "http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType" |
11 | header = { | 12 | header = { |
12 | "UAP_accessToken": "demo", | 13 | "UAP_accessToken": "demo", |