# 输入讯飞开放平台的appid,secret_key和待转写的文件路径 if __name__ == '__main__': api = RequestApi(appid="", secret_key="", upload_file_path=r"") api.all_api_request()