购买软路由-支付
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user