|
|
@@ -316,8 +316,8 @@ public class LiveController extends BaseController
|
|
|
HashMap<String, String> map = new HashMap<>();
|
|
|
map.put("grant_type","client_credential");
|
|
|
// 芳华惠选
|
|
|
- map.put("appid","wx503cf8ab31f83dd4");
|
|
|
- map.put("secret","1ba1972363889dcb4a37ecb685744435");
|
|
|
+ map.put("appid","wx4d225cc86cc7885d");
|
|
|
+ map.put("secret","f938f86cfebde0f4d34dad3b0d81b974");
|
|
|
String accessToken = HttpUtils.endApi(url, null, map);
|
|
|
// 创建Gson对象
|
|
|
Gson gson = new Gson();
|