随笔分类 - Gin笔记
摘要:package main import ( "github.com/gin-gonic/gin" "log" "net/http" "time" ) // ApiResponse 封装一个响应结构体 type ApiResponse struct { Code uint8 `json:"code"`
阅读全文
摘要:package main import ( "github.com/gin-gonic/gin" "log" "net/http" "time" ) // ApiResponse 封装一个响应结构体 type ApiResponse struct { Code uint8 `json:"code"`
阅读全文

浙公网安备 33010602011771号