Commit 906f9edf2299850130ae90c422dab514ec050500

Authored by lixi
1 parent a7cda13c

更新接口封装文件

Showing 1 changed file with 5 additions and 2 deletions
commons/basic/listCarType.py
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 # -*- coding: UTF-8 -*- 2 # -*- coding: UTF-8 -*-
3 import urllib3 3 import urllib3
4 from commons import common as com 4 from commons import common as com
5 -from commons.MySession import my,sy1 5 +from commons.MySession import my,sy1,heb
6 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) 6 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
7 7
8 8
@@ -32,4 +32,7 @@ class listCarType(): @@ -32,4 +32,7 @@ class listCarType():
32 return re.json() 32 return re.json()
33 33
34 # tt=listCarType(sy1) 34 # tt=listCarType(sy1)
35 -# print(tt.car_list())  
36 \ No newline at end of file 35 \ No newline at end of file
  36 +# print(tt.car_list())
  37 +#
  38 +# ttt=listCarType(heb)
  39 +# print(ttt.car_list())
37 \ No newline at end of file 40 \ No newline at end of file