摘要: package main import ( "encoding/json" "fmt") type Project struct { Key string `json:"key"` Value string `json:"value"`} type JiraHttpReqField struct { 阅读全文
posted @ 2024-08-16 18:23 技术颜良 阅读(58) 评论(0) 推荐(0) 编辑