Commit c83adf11 by zhengqiuyun86

网络通过

parent 94b04f23
...@@ -23,7 +23,7 @@ func ExceptionGetWayCatch(c *gin.Context) { ...@@ -23,7 +23,7 @@ func ExceptionGetWayCatch(c *gin.Context) {
FailGetWay(c, e.Code, e.SubCode, e.SubMsg) FailGetWay(c, e.Code, e.SubCode, e.SubMsg)
break break
case SError: case SError:
e := (err).(Error) e := (err).(SError)
SuccessGetWay(c, e.Code, e.SubCode, e.SubMsg) SuccessGetWay(c, e.Code, e.SubCode, e.SubMsg)
break break
} }
......
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 to comment