Commit 391a9e7f authored by liudong1993's avatar liudong1993

1

parent d598c14f
......@@ -84,6 +84,7 @@ namespace Mall.WebApi.Controllers.User
};
extModel.TenantId = RequestParm.TenantId;
extModel.MallBaseId = RequestParm.MallBaseId;
if (extModel.MallBaseId != 1) { return ApiResult.Failed(); }
bool flag = MemberUserModule.SetMemberBindCustomer(extModel);
return flag ? ApiResult.Success() : 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