Skip to content

所有的访问都是Get是日志的问题还是本来就有问题 #2

@gwhzh21

Description

@gwhzh21

我用的是wiki中的例子,但是在调Add的时候日志是
request http://127.0.0.1:5000/ error [GET /Add 404 Not Found] Response
这里为啥是GET?

public interface INorthWind
{
Task GetEmployee(int id);
[Post]
Task Add(string emp);
[Post]
Task Login(string name, string value);
[Post]
Task Modify([CQuery]int id, string body);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions