极客指定线路
This commit is contained in:
@@ -532,6 +532,13 @@ namespace Home.Controllers
|
||||
var ret = await m_ProductAccountService.Query(exp, true).OrderByDescending(m=>m.Id).ToListAsync();
|
||||
return View(ret);
|
||||
}
|
||||
[HttpGet]
|
||||
[UserAuth]
|
||||
public async Task<IActionResult> AssignAddress([FromQuery]AccountSearchModel request=null )
|
||||
{
|
||||
|
||||
return View();
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
[UserAuth]
|
||||
|
||||
Reference in New Issue
Block a user