access_token导致的40001错误?
我使用master-worker 多进程工作模型,master负责115分钟定期更新access_token,然后更新到各个worker工作进程。但系统在运行的过程中依然出现{“errcode”:40001,“errmsg”:“invalid credential, access_token is invalid or not latest hints: [reEFn7aLRa-8VehWa!]”}。请问是什么原因,是不是哪儿我没考虑到?