golang使用http发送graphql请求

xjlshowup 36 0 PDF 2021-02-01 16:02:42

请求内容: 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

用户评论
请输入评论内容
评分:
暂无评论