def download_revise_task(self, data={}): return CommonClient.post_stream(self, DOWNLOAD_REVISE_TASK, data)
def download_sign_task(self, data={}): return CommonClient.post_stream(self, DOWNLOAD_SIGN_TASK, data)