增加请求的数据结构与响应的数据结构定义
This commit is contained in:
12
request/curl.go
Normal file
12
request/curl.go
Normal 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) {
|
||||
|
||||
}
|
Reference in New Issue
Block a user