On Tue, Nov 13, 2018, 5:23 AM wrote:
> I just want to send a rest call with golang, but it failed, the error
> message : {"header":{"code":201,"desc":"param data not exist"}} .(but
> when I send rest request with postman ,it success)
> the code as follow
>
> 1 package main
> 2
> 3 import
I just want to send a rest call with golang, but it failed, the error
message : {"header":{"code":201,"desc":"param data not exist"}} .(but
when I send rest request with postman ,it success)
the code as follow
1 package main
2
3 import(
4 "net/http"
5 "fmt"
6