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