面包店
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 个月前
123456789101112
  1. package hdl
  2. import (
  3. "applet/app/e"
  4. "github.com/gin-gonic/gin"
  5. )
  6. // Demo 测试
  7. func Demo(c *gin.Context) {
  8. e.OutSuc(c, "success", nil)
  9. return
  10. }