Commit c83adf11 by zhengqiuyun86

网络通过

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