akfamily / aktools

AKTools is an elegant and simple HTTP API library for AKShare, built for AKSharers!
https://aktools.akfamily.xyz/
MIT License
533 stars 108 forks source link

stock_news_em调用报错 #147

Closed congcong009 closed 10 months ago

congcong009 commented 10 months ago

stock_news_em函数在akshare的python环境下调用正常,在docker部署后,以http访问:

http://192.168.1.61:8280/api/public/stock_news_em?symbol=002771

报错如下:

{ error: "请输入正确的参数错误 'cmsArticleWebOld',请升级 AKShare 到最新版本并在文档中确认该接口的使用方式:https://www.akshare.xyz" }

docker 中的 akshare 已经升级到最新版本,错误依旧。

albertandking commented 10 months ago

stock_news_em函数在akshare的python环境下调用正常,在docker部署后,以http访问:

http://192.168.1.61:8280/api/public/stock_news_em?symbol=002771

报错如下:

{ error: "请输入正确的参数错误 'cmsArticleWebOld',请升级 AKShare 到最新版本并在文档中确认该接口的使用方式:https://www.akshare.xyz" }

docker 中的 akshare 已经升级到最新版本,错误依旧。

目前接口正常

congcong009 commented 10 months ago

image 但是从http访问,就还是会有问题

albertandking commented 10 months ago
/api/public/stock_news_em?symbol=002771

image