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.

Revisions

  1. bayborodin created this gist Sep 21, 2020.
    8 changes: 8 additions & 0 deletions aliexpress.py
    Original 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'