Commit 83b2ede0 by wang

状态码修正

parent 96f8044d
Showing with 1 additions and 1 deletions
...@@ -25,7 +25,7 @@ func GetSkuListByClass(ctx *gin.Context) { ...@@ -25,7 +25,7 @@ func GetSkuListByClass(ctx *gin.Context) {
e.CheckError(model.ValidateBind(ctx,req)) e.CheckError(model.ValidateBind(ctx,req))
rsp,err:=service.NewSkuService().GetSkuListByClass(req) rsp,err:=service.NewSkuService().GetSkuListByClass(req)
e.CheckError(err) e.CheckError(err)
common.NResponse("",200,rsp).OutPut(ctx) common.NResponse("",0,rsp).OutPut(ctx)
} }
/** /**
用goods_id 获取sku列表完整字段 用goods_id 获取sku列表完整字段
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment