Commit 5d4b6367 authored by 黄奎's avatar 黄奎

页面修改

parent 20795690
...@@ -83,7 +83,7 @@ namespace Mall.WebApi.Filter ...@@ -83,7 +83,7 @@ namespace Mall.WebApi.Filter
}); });
} }
} }
else else if(requestFrom==2)
{ {
var cacheMiniAppUser = UserReidsCache.GetAppletUserLoginInfo(uid); var cacheMiniAppUser = UserReidsCache.GetAppletUserLoginInfo(uid);
if (cacheMiniAppUser == null || (cacheMiniAppUser != null && (cacheMiniAppUser.UserId <= 0))) if (cacheMiniAppUser == null || (cacheMiniAppUser != null && (cacheMiniAppUser.UserId <= 0)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment