Created
September 21, 2020 07:28
-
-
Save bayborodin/f8ac78575cbc73d408f636e8cf02a0a8 to your computer and use it in GitHub Desktop.
Revisions
-
bayborodin created this gist
Sep 21, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ 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'