Commit 99b3a7d3 authored by 吴春's avatar 吴春

提交代码

parent a6fc99a8
...@@ -59,6 +59,7 @@ namespace Mall.WebApi.Controllers.User ...@@ -59,6 +59,7 @@ namespace Mall.WebApi.Controllers.User
Moblie = parms.GetStringValue("Moblie"), Moblie = parms.GetStringValue("Moblie"),
SuperiorId = parms.GetInt("SuperiorId"), SuperiorId = parms.GetInt("SuperiorId"),
SmallShopId = parms.GetInt("SmallShopId"), SmallShopId = parms.GetInt("SmallShopId"),
UserPageType =(Common.Enum.Goods.GoodsPageTypeEnum)parms.GetInt("UserPageType",0),
}; };
if (requestParm.TenantId <= 0) if (requestParm.TenantId <= 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