demo.py 304 Bytes
# -*- coding: utf-8 -*-

# @Time    : 2021/7/28 16:59
# @Author  : Ljq
# @File    : demo.py
# @Software: PyCharm

"""

"""
from commons.basic import getLookupList as gLL

carTypeList = gLL.get_LookupList(host="http://test.jmsf.diligrp.com:8385", providerName="货物品类").json()[1:]
print(carTypeList)