Commit 2b1f9010 authored by 黄奎's avatar 黄奎

新增联系人,联系电话

parent 1360d83c
...@@ -1502,7 +1502,9 @@ namespace Mall.WebApi.Controllers.TradePavilion ...@@ -1502,7 +1502,9 @@ namespace Mall.WebApi.Controllers.TradePavilion
x.UserId, x.UserId,
x.UserName, x.UserName,
x.UserIcon, x.UserIcon,
x.CarrierMetroList x.CarrierMetroList,
x.ContactName,
x.ContactPhone,
}); });
return ApiResult.Success(data: pageModel); return ApiResult.Success(data: pageModel);
} }
......
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