query order
This commit is contained in:
parent
7ec609137a
commit
8d420e0d00
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue