feat: import services and standardize Go 1.26.5
This commit is contained in:
12
apps/base/initial/internal/excode/ex.go
Normal file
12
apps/base/initial/internal/excode/ex.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package excode
|
||||
|
||||
import "git.apinb.com/bsm-sdk/core/errcode"
|
||||
|
||||
var (
|
||||
// 参数错误
|
||||
ErrInvalidApp = errcode.ErrNotFound(404, "app")
|
||||
ErrInvalidOS = errcode.ErrNotFound(404, "os")
|
||||
ErrInvalidArch = errcode.ErrNotFound(404, "arch")
|
||||
ErrInvalidVersion = errcode.ErrNotFound(404, "version")
|
||||
ErrInvalidCountry = errcode.ErrNotFound(404, "country")
|
||||
)
|
||||
Reference in New Issue
Block a user