接口列表
  • GETApi/Auth/Get : { ActionName: "Get", RelativePath: "Api/Auth/Get", Method: "GET" }

  • GETApi/Auth/Get/{id} : { ActionName: "Get", RelativePath: "Api/Auth/Get/{id}", Method: "GET" }

    id : { Source: "FromUri", DefaultValue: "" }

  • POSTApi/Auth/Post : { ActionName: "Post", RelativePath: "Api/Auth/Post", Method: "POST" }

    value : { Source: "FromBody", DefaultValue: "" }

  • PUTApi/Auth/Put/{id} : { ActionName: "Put", RelativePath: "Api/Auth/Put/{id}", Method: "PUT" }

    id : { Source: "FromUri", DefaultValue: "" }

    value : { Source: "FromBody", DefaultValue: "" }

  • DELETEApi/Auth/Delete/{id} : { ActionName: "Delete", RelativePath: "Api/Auth/Delete/{id}", Method: "DELETE" }

    id : { Source: "FromUri", DefaultValue: "" }


  • GETApi/Home/Get : { ActionName: "Get", RelativePath: "Api/Home/Get", Method: "GET" }

  • GETApi/Home/Get/{id} : { ActionName: "Get", RelativePath: "Api/Home/Get/{id}", Method: "GET" }

    id : { Source: "FromUri", DefaultValue: "" }

  • POSTApi/Home/Post : { ActionName: "Post", RelativePath: "Api/Home/Post", Method: "POST" }

    value : { Source: "FromBody", DefaultValue: "" }

  • PUTApi/Home/Put/{id} : { ActionName: "Put", RelativePath: "Api/Home/Put/{id}", Method: "PUT" }

    id : { Source: "FromUri", DefaultValue: "" }

    value : { Source: "FromBody", DefaultValue: "" }

  • DELETEApi/Home/Delete/{id} : { ActionName: "Delete", RelativePath: "Api/Home/Delete/{id}", Method: "DELETE" }

    id : { Source: "FromUri", DefaultValue: "" }