Skip to content

Instantly share code, notes, and snippets.

@bayborodin
Created September 21, 2020 07:28
Show Gist options
  • Save bayborodin/f8ac78575cbc73d408f636e8cf02a0a8 to your computer and use it in GitHub Desktop.
Save bayborodin/f8ac78575cbc73d408f636e8cf02a0a8 to your computer and use it in GitHub Desktop.
from top.api.base import RestApi
class AliexpressAppraiseRedefiningQuerysellerevaluationorderlistRequest(RestApi):
def __init__(self,domain='gw.api.taobao.com',port=80):
RestApi.__init__(self,domain, port)
self.query_d_t_o = None
def getapiname(self):
return 'aliexpress.appraise.redefining.querysellerevaluationorderlist'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment