Commit 51c9b061 authored by 黄奎's avatar 黄奎

页面修改

parent 18c95468
......@@ -13,9 +13,15 @@ namespace Mall.Common.API
public class RequestParm
{
/// <summary>
/// 集团id
/// 商户Id
/// </summary>
public int groupId { get; set; }
public int TenantId { get; set; }
/// <summary>
/// 小程序Id
/// </summary>
public int MallBaseId { get; set; }
/// <summary>
/// 用户ID
/// </summary>
......
......@@ -20,6 +20,15 @@ namespace Mall.Common
set;
}
/// <summary>
/// 小程序Id
/// </summary>
public int MallBaseId
{
get;
set;
}
/// <summary>
/// 账号
/// </summary>
......
......@@ -12,6 +12,6 @@ namespace Mall.Model.Extend.User
[DB(ConnectionName = "DefaultConnection")]
public class RB_Tenant_Extend : Model.Entity.User.RB_Tenant
{
}
}
......@@ -90,6 +90,7 @@ namespace Mall.WebApi.Controllers.User
AccountStatus = model.AccountStatus,
Token = token,
SecretKey="",
MallBaseId=0,
};
UserReidsCache.UserInfoSet(UserModuleCacheKeyConfig.Mall_Login_Info + model.TenantId, obj, Config.JwtExpirTime);
return ApiResult.Success("", obj);
......
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