Open AirFin opened 2 years ago
import gopup as gp g = gp.pro_api(token = "") df_index = gp.cctv_news(date="2020-10-02") print(df_index)
在填写token之后,返回
AttributeError: module 'gopup' has no attribute 'cctv_news'
我也遇到了这个问题,请问您是怎么解决的?
在填写token之后,返回