support 2.0.5
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
context.Response.StatusCode = HttpStatusCode.OK;
|
||||
context.Response.ContentType = "application/json";
|
||||
await context.Response.WriteAllJsonAsync(DispatchResponseBuilder.Create()
|
||||
.Retcode((int)RetcodeStatus.RetSucc)
|
||||
.Retcode(0)
|
||||
.Boolean("success", true)
|
||||
.String("message", "")
|
||||
.Build());
|
||||
|
||||
Reference in New Issue
Block a user