2020年9月11日

golang post请求带json数据

摘要: package main import ( "encoding/json" "fmt" ) type JsonPost struct { Org_code string `json:"org_code"` Org_index string `json:"org_index"` Org_name st 阅读全文

posted @ 2020-09-11 17:24 Kurenoki 阅读(3002) 评论(0) 推荐(0)

导航