Commit 3efd38af authored by liudong1993's avatar liudong1993

1

parent 4d735fd5
......@@ -82,6 +82,7 @@ namespace Mall.WebApi.Controllers.User
Id = jobj.GetInt("Id"),
CustomerOpenId = jobj.GetStringValue("CustomerOpenId")
};
if (string.IsNullOrEmpty(extModel.CustomerOpenId)) { return ApiResult.Failed(); }
extModel.TenantId = RequestParm.TenantId;
extModel.MallBaseId = RequestParm.MallBaseId;
if (extModel.MallBaseId != 1) { return ApiResult.Failed(); }
......
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