|
@@ -65,6 +65,7 @@ namespace MySystem.Areas.Api.Controllers
|
|
|
string OpenId = data["openId"].ToString(); //小程序openId
|
|
|
Dictionary<string, object> Obj = new Dictionary<string, object>();
|
|
|
// Models.Users user = db.Users.FirstOrDefault(m => m.Id == 1) ?? new Models.Users();
|
|
|
+ Obj.Add("mobile", "138xxxxxxxx");
|
|
|
Obj.Add("nickName", "测试昵称"); //昵称
|
|
|
Obj.Add("headPhoto", SourceHost + "/xxx/xxx.jpg"); //头像
|
|
|
Obj.Add("province", "四川省"); //省
|