购买软路由-支付

This commit is contained in:
“wanyongkang”
2022-03-22 16:07:05 +08:00
parent 11c3264565
commit a62c0e740f
2 changed files with 467 additions and 0 deletions

View File

@@ -759,6 +759,12 @@ namespace Home.Controllers
return View(ret);
}
[HttpGet]
public async Task<IActionResult> Routeros()
{
return View();
}
[HttpGet, AllowAnonymous]
public async Task<ApiResult> IsPay(string orderNo)
{