query order

This commit is contained in:
ziming 2026-02-09 14:31:19 +08:00
parent 7ec609137a
commit 8d420e0d00
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ func (this *CmbService) QueryOrder(ctx http.Context) error {
return err
}
ctx.Header().Set("Content-Type", "text/html; charset=utf-8")
ctx.Response().Header().Add("Content-Type", "text/html; charset=utf-8")
return ctx.String(http2.StatusOK, str)
}