Commit 4a72321ee0aec3981b624df3dd5f165b492853d0

Authored by lixi
1 parent c44cc7c1

更新basic的方法注释

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
... ... @@ -7,6 +7,7 @@ urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
7 7  
8 8  
9 9 class listCarType():
  10 + "返回车型的接口"
10 11 url = "http://test.gateway.diligrp.com:8285/jmsf-web/api/jmsf/query/listCarType"
11 12 header = {
12 13 "UAP_accessToken": "demo",
... ...