|
@@ -83,7 +83,7 @@ public class CommonLogic {
|
|
|
String token = CommonUtils.getToken(request);
|
|
|
if (StringUtils.isBlank(token)) {
|
|
|
token = request.getParameter("token");
|
|
|
- log.info("打印token:"+token);
|
|
|
+
|
|
|
}
|
|
|
if (StringUtils.isBlank(token)) {
|
|
|
token = request.getParameter("x-token");
|
|
@@ -92,6 +92,7 @@ public class CommonLogic {
|
|
|
if (StringUtils.isBlank(device) && StringUtils.isBlank(appid)) {
|
|
|
throw new RemoteServiceException("非法请求,缺少必须的参数");
|
|
|
}
|
|
|
+ log.info("打印token:"+token);
|
|
|
AdminCompanyWechat adminCompanyWechat;
|
|
|
User user = null;
|
|
|
if (StringUtils.isBlank(device)) {
|