Skip to content

How do you get the return information using post? #31

@guaicaiboshi

Description

@guaicaiboshi

How do you get the return information using post?

Now when I do that it's unusual
var param = JsonConvert.SerializeObject(new { stationCodes = "", version = 1 });
logDataService.Info(param);
Http.Post(Url + "/metadata/gasStation").Form(param).OnSuccess(
result =>
{
logDataService.Info(result);
}).OnFail(
webException =>
{
logDataService.Error(webException.Message);
}) .Go();

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