add
This commit is contained in:
@@ -24,7 +24,7 @@ type UpdateResponse struct {
|
||||
Message string `json:"message"` // 提示信息
|
||||
}
|
||||
|
||||
// UpdateHandler 处理国家信息更新逻辑
|
||||
// UpdateHandler 更新逻辑
|
||||
func UpdateHandler(c *gin.Context) {
|
||||
startTime := time.Now()
|
||||
// 获取或生成请求ID
|
||||
|
||||
Reference in New Issue
Block a user