Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop

This commit is contained in:
Chopper 2021-06-25 18:30:03 +08:00
commit b5088415ce

View File

@ -185,6 +185,7 @@ public class WechatLivePlayerUtil {
/** /**
* 请求微信接口 * 请求微信接口
*
* @param url 链接 * @param url 链接
* @param map 参数 * @param map 参数
* @return 返回内容 * @return 返回内容
@ -193,7 +194,7 @@ public class WechatLivePlayerUtil {
//获取token //获取token
String token = wechatAccessTokenUtil.cgiAccessToken(ClientTypeEnum.WECHAT_MP); String token = wechatAccessTokenUtil.cgiAccessToken(ClientTypeEnum.WECHAT_MP);
//请求链接添加token //请求链接添加token
url+=token; url += token;
//发起请求 //发起请求
String content = HttpUtils.doPostWithJson(url, map); String content = HttpUtils.doPostWithJson(url, map);
//记录请求结果 //记录请求结果