This commit is contained in:
“wanyongkang”
2023-12-27 17:28:05 +08:00
parent bc673ff58e
commit 947cbba6f3
36 changed files with 30320 additions and 132 deletions

View File

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