增加请求的数据结构与响应的数据结构定义

This commit is contained in:
2021-08-01 21:13:17 +08:00
parent b55b3f374a
commit f1fac196f7
4 changed files with 60 additions and 92 deletions

12
request/curl.go Normal file
View File

@ -0,0 +1,12 @@
// Package request...
//
// Description : http 请求
//
// Author : go_developer@163.com<白茶清欢>
//
// Date : 2021-08-01 8:47 下午
package request
func Send(apiMethod *APIMethod) {
}