query order

This commit is contained in:
ziming 2026-02-09 14:24:37 +08:00
parent ad51cfae46
commit 7ec609137a
1 changed files with 1 additions and 0 deletions

View File

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