This website requires JavaScript.
Explore
Help
Sign In
tangping
/
goProject
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
22ac6c1fedfa14442ce6e794123aa2daea28f3d8
goProject
/
.svn
/
pristine
/
89
/
8996d61e3ed3340138e2d205d61386137a224149.svn-base
T
10 lines
103 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Apply .gitignore rules
2025-01-06 16:21:36 +08:00
package model
// 返回结果状态
type ResultStatus int
const (
Success = 0
NoMessage = 7000
)
Reference in New Issue
Copy Permalink