Commit 6622bfdc19210416bb396ec5f8eb5733511ca9f1
1 parent
b493e6d1
Exists in
master
提交
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
src/HttpServer/logic/logic.go
... | ... | @@ -319,7 +319,7 @@ func HandleInitIndex(w http.ResponseWriter, data string) { |
319 | 319 | resp.Result.Data.Lbase64 = LBASE64 |
320 | 320 | resp.Result.Data.Res_url = RESURL |
321 | 321 | resp.Result.Data.Version_config = VERSION_CONFIG |
322 | - | |
322 | + | |
323 | 323 | resp.Result.Code = ERROR_OK |
324 | 324 | break |
325 | 325 | } | ... | ... |