query order
This commit is contained in:
parent
2441203833
commit
42b88fd9f9
|
|
@ -78,7 +78,7 @@ func (this *CmbService) QueryOrder(ctx http.Context) error {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
ctx.Response().Header().Add("Content-Type", "text/html; charset=utf-8")
|
ctx.Response().Header().Add("Content-Type", "text/plain; charset=utf-8")
|
||||||
ctx.Response().WriteHeader(http2.StatusOK)
|
ctx.Response().WriteHeader(http2.StatusOK)
|
||||||
_, err = ctx.Response().Write([]byte(str))
|
_, err = ctx.Response().Write([]byte(str))
|
||||||
return err
|
return err
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue