update
This commit is contained in:
@@ -135,6 +135,7 @@ namespace Ewide.NbzsZheliban.Service
|
||||
public async Task<dynamic> PrjList2([FromBody] JObject args)
|
||||
{
|
||||
var cardno = "341203199206303411";
|
||||
var username = "张三丰";
|
||||
|
||||
//var cardno = args.GetJsonValue("cardno", isThrowExp: true);
|
||||
//住宅调查表
|
||||
@@ -158,7 +159,9 @@ namespace Ewide.NbzsZheliban.Service
|
||||
});
|
||||
H5IndexModel h5IndexModel = new()
|
||||
{
|
||||
PrjList = list_projects
|
||||
PrjList = list_projects,
|
||||
IdCard = cardno,
|
||||
UserName = username
|
||||
};
|
||||
return h5IndexModel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user