Commit 1ded14db32f0f5106389bcd5ec0320d5dab1d56a

Authored by 陆恒
1 parent 9a9b560c
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -946,7 +946,7 @@ func HandlerGeneratebox(w http.ResponseWriter, data string, uuid int) {
946 946 if uinfo.PosInfo[BOXGIFTPOS].Cat != 0 {
947 947 //位置被占用无法生成
948 948 logger.Error("HandlerGeneratebox not empty failed=%v", err)
949   - resp.Code = -1
  949 + resp.Code = 98
950 950 resp.Message = "not empty"
951 951 break
952 952 }
... ...