You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
352 B

package callback
import "github.com/gin-gonic/gin"
type Cmcc struct {
}
// Record @Title 录音接收
func (*Cmcc) Record(c *gin.Context) {
}
// Start @Title 呼叫起始
func (*Cmcc) Start(c *gin.Context) {
}
// End @Title 呼叫结束
func (*Cmcc) End(c *gin.Context) {
}
// RingDown @Title 振铃
func (*Cmcc) RingDown(c *gin.Context) {
}