feat: add hosted message

This commit is contained in:
engigu
2025-01-01 17:30:54 +08:00
parent 344ace9020
commit 42eb0b2946
18 changed files with 506 additions and 19 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ func GetMsgSendWayList(c *gin.Context) {
type AddMsgSendWayReq struct {
Name string `json:"name" validate:"required,max=100,min=1" label:"渠道名"`
Type string `json:"type" validate:"required,max=100,min=1" label:"渠道类型"`
Auth string `json:"auth" validate:"required,max=2048,min=6" label:"渠道认证方式"`
Auth string `json:"auth" label:"渠道认证方式"`
}
// AddMsgSendWay 添加发送渠道