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 | 7 | |
8 | 8 | |
9 | 9 | class duplicateToken(): |
10 | + "称重防重接口,返回唯一的commit_token" | |
10 | 11 | url = "http://test.gateway.diligrp.com:8285/jmsf-web/appCommon/duplicateToken.action" |
11 | 12 | header = { |
12 | 13 | "UAP_accessToken": "demo", | ... | ... |
commons/basic/listCarType.py