Documentation
¶
Index ¶
- func HttpDeleteCommon(url, userToken, language string) (err error)
- func HttpGet(url, userToken, language string) (byteArr []byte, err error)
- func HttpPost(url, userToken, language string, postBytes []byte) (byteArr []byte, err error)
- func HttpPostCommon(url, userToken, language string, postBytes []byte) (err error)
- func HttpPostJsonFile(filePath, url, userToken, language string) (uploadData []byte, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HttpDeleteCommon ¶
HttpDeleteCommon http Delete
func HttpPostCommon ¶
HttpPostCommon Post请求,通用返回处理
func HttpPostJsonFile ¶
HttpPostJsonFile 上传文件
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.