1 Star 1 Fork 0

李沐风岚/murphy

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Member.go 174 Bytes
Copy Edit Raw Blame History
Your Name authored 2024-08-03 13:55 +08:00 . BaseController
package model
type Member struct {
Id int64
}
func (m *Member) CheckSid(id *int64, sid *string) bool {
println("CheckSid id,sid:", *id, *sid)
m.Id = 100
return true
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oshine/murphy.git
git@gitee.com:oshine/murphy.git
oshine
murphy
murphy
v1.0.26

Search