Esempio n. 1
0
 def download_revise_task(self, data={}):
     return CommonClient.post_stream(self, DOWNLOAD_REVISE_TASK, data)
Esempio n. 2
0
 def download_sign_task(self, data={}):
     return CommonClient.post_stream(self, DOWNLOAD_SIGN_TASK, data)