rdluck 3 years ago
parent
commit
e39d27bbbc
2 changed files with 4 additions and 2 deletions
  1. 2 0
      .gitignore
  2. 2 2
      controllers/sms.go

+ 2 - 0
.gitignore

@@ -4,3 +4,5 @@
 /routers/commentsRouter_controllers.go
 /rdlucklog
 /conf
+/go.sum
+/go.mod

+ 2 - 2
controllers/sms.go

@@ -15,8 +15,8 @@ type SmsController struct {
 // @Description 短信转发接口
 // @Param	request	body company.CompanyApplyApproveReq true "type json string"
 // @Success Ret=200 转发成功
-// @router /approval/approve [post]
-func (this *SmsController) ApplyApprove() {
+// @router /send [post]
+func (this *SmsController) SmsSend() {
 	br := new(models.BaseResponse).Init()
 	defer func() {
 		this.Data["json"] = br