Nav apraksta
from jd.api.base import RestApi class VcItemProductGetRequest(RestApi): def __init__(self, domain='gw.api.360buy.com', port=80): RestApi.__init__(self, domain, port) self.wareId = None def getapiname(self): return 'jingdong.vc.item.product.get'