金桥投屏
This commit is contained in:
@@ -779,6 +779,11 @@ namespace Home.Controllers
|
||||
{
|
||||
return View();
|
||||
}
|
||||
[HttpGet]
|
||||
public async Task<IActionResult> Jinqiao()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
[HttpGet, AllowAnonymous]
|
||||
public async Task<ApiResult> IsPay(string orderNo)
|
||||
|
||||
@@ -590,6 +590,14 @@ namespace Home.Controllers
|
||||
return View();
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
[UserAuth]
|
||||
public IActionResult jinqiao()
|
||||
{
|
||||
var userId =this.Request.GetUserInfo().UserId;
|
||||
return View();
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
[UserAuth]
|
||||
public IActionResult MyMoney()
|
||||
|
||||
Reference in New Issue
Block a user