GITLAB

Hermes / api-game

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • api-game_qianyi
  • models
  • demo.go
  • d5604573   feat✨:房间排行活动基本框架 Browse Code »
    王家文
    2024-04-17 18:57:52 +0800  
demo.go 126 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
package models

// ReqDemo 请求
type ReqDemo struct {
	BaseLoginInfo
	BaseSign
}

// RspDemo 返回
type RspDemo struct {
}