mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-02 06:26:35 +08:00
优化了中断功能。
This commit is contained in:
@@ -68,7 +68,7 @@ namespace Serein.Library.Web
|
||||
/// </summary>
|
||||
/// <param name="http"></param>
|
||||
/// <param name="url"></param>
|
||||
public WebApiAttribute(API http = API.POST, bool isUrl = false, string url = "")
|
||||
public WebApiAttribute(API http = API.POST, bool isUrl = true, string url = "")
|
||||
{
|
||||
Http = http;
|
||||
Url = url;
|
||||
|
||||
Reference in New Issue
Block a user