This commit is contained in:
aozhiwei 2024-05-24 07:25:36 +08:00
parent fcf5da2e10
commit c8470b1d93

View File

@ -0,0 +1,13 @@
package controller
import (
"github.com/gin-gonic/gin"
)
type GameLog struct {
}
func (this *GameLog) caCustomReport(c *gin.Context) {
}