Documentation
¶
Index ¶
Constants ¶
View Source
const ( OnlineUrl = "https://newopen.imdada.cn" NoOnlineUrl = "http://newopen.qa.imdada.cn" Timeout = 5000 // 超时时间 5000ms Version = "1.0" // api版本 Format = "json" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base ¶
type Base struct {
Client *http.Client // Assuming client type is defined elsewhere
AppKey string
AppSecret string
SourceID string
Host string
URL string
RequestData io.Reader // 请求参数map
}
Base represents the main structure for Dada delivery service.
Click to show internal directories.
Click to hide internal directories.