expires_in的返回值怎么没有了?发布于 7 年前作者 bgong2371 次浏览最后编辑 7 年前来自 ask今天晚上,接口"https://api.weixin.qq.com/sns/jscode2session?appid=“.env(‘WXA\_APPID’).”&secret=".env("WXA\_SECRET"). “&js_code=”.$code.“&grant_type=authorization_code”; 的返回值,没有了expires_in这个值了,麻烦看下是怎么回事。