Created
September 21, 2020 07:28
-
-
Save bayborodin/f8ac78575cbc73d408f636e8cf02a0a8 to your computer and use it in GitHub Desktop.
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 characters
| 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