Python 将产品导出到频道引擎时出现auth_设置错误

Python 将产品导出到频道引擎时出现auth_设置错误,python,Python,使用api客户端python将产品导出到通道引擎时,我遇到以下错误: 回溯: File "api-client-python/swagger_client/api_client.py", line 512, in update_params_for_auth querys.append((auth_setting['key'], auth_setting['value'])) AttributeError: 'dict' object has no attribute 'append' 我已使

使用api客户端python将产品导出到通道引擎时,我遇到以下错误:

回溯:

File "api-client-python/swagger_client/api_client.py", line 512, in update_params_for_auth
querys.append((auth_setting['key'], auth_setting['value']))
AttributeError: 'dict' object has no attribute 'append'
我已使用以下请求创建新产品:

products = [swagger_client.MerchantProductRequest()] api_response =
    api_instance.product_create(products)