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

hdl_responsible.go 133 B

8 个月前
12345678910
  1. package hdl
  2. import (
  3. "applet/app/ipad/svc"
  4. "github.com/gin-gonic/gin"
  5. )
  6. func Responsible(c *gin.Context) {
  7. svc.Responsible(c)
  8. }