小商城里面access_token这个值是怎么获取的?
https://api.weixin.qq.com/product/category/get?access_token=xxxxxxxxx
https://developers.weixin.qq.com/doc/ministore/minishopopencomponent/API/cat/get_cat_list.html
上面的这个接口中的access_token值时候什么?试了很多值都不对 有没有调用成功的大佬?
1 回复
access_token 就是普通 token啊,通过接口 https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET 获取的