|
@@ -123,6 +123,7 @@ namespace MySystem.Areas.Api.Controllers
|
|
|
Obj.Add("mobile", user.Mobile);
|
|
|
Obj.Add("nickName", user.RealName); //昵称
|
|
|
Obj.Add("headPhoto", SourceHost + user.HeadPhoto); //头像
|
|
|
+ Obj.Add("makerCode", user.MakerCode);
|
|
|
string province = "";
|
|
|
string city = "";
|
|
|
string district = "";
|