support 2.0.5

This commit is contained in:
moux23333
2024-02-21 14:41:22 +08:00
parent d2d6517007
commit 205cc9e120
19 changed files with 6572 additions and 32799 deletions

View File

@@ -28,7 +28,7 @@
context.Response.StatusCode = HttpStatusCode.OK;
context.Response.ContentType = "application/json";
await context.Response.WriteAllJsonAsync(DispatchResponseBuilder.Create()
.Retcode((int)RetcodeStatus.RetSucc)
.Retcode(0)
.Message("OK")
.Object("data", dataObject)
.Build());