1
This commit is contained in:
parent
82f6bdfe53
commit
c4fada6827
@ -1,7 +1,7 @@
|
||||
package controller
|
||||
package ca
|
||||
|
||||
type ApiGroup struct {
|
||||
GameLog GameLog
|
||||
GameLogApi
|
||||
}
|
||||
|
||||
var ApiGroupApp = new(ApiGroup)
|
@ -1,4 +1,4 @@
|
||||
package controller
|
||||
package ca
|
||||
|
||||
import (
|
||||
"q5"
|
||||
@ -8,11 +8,11 @@ import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
type GameLog struct {
|
||||
type GameLogApi struct {
|
||||
|
||||
}
|
||||
|
||||
func (this *GameLog) caCustomReport(c *gin.Context) {
|
||||
func (this *GameLogApi) caCustomReport(c *gin.Context) {
|
||||
rspObj := struct {
|
||||
ErrCode int32 `json:"errcode"`
|
||||
ErrMsg string `json:"errmsg"`
|
Loading…
x
Reference in New Issue
Block a user