golang使用http发送graphql请求
请求内容: query格式: query UnitList($Ids: String!, $offset: Int! ){UnitList(searchParams: {Ids: $Ids, offset: $offset}, searchType: BASE) {list { score score_addbusinesstravel UnitTags commentScore } isOver count}} data数据: {“Ids”:”123′′,”offset”:0} get/post发送http请求: package main import ( “fmt” “strings
下载地址
用户评论