fix: aliyunsms send error

This commit is contained in:
Your Name
2026-01-23 11:31:21 +08:00
parent ea6af44f0c
commit 6218041725
5 changed files with 82 additions and 204 deletions
+1
View File
@@ -221,6 +221,7 @@ type WayDetailAliyunSMS struct {
AccessKeyId string `json:"access_key_id" validate:"required,max=100" label:"AccessKeyId"`
AccessKeySecret string `json:"access_key_secret" validate:"required,max=100" label:"AccessKeySecret"`
SignName string `json:"sign_name" validate:"required,max=50" label:"短信签名"`
RegionId string `json:"region_id" validate:"required,max=50" label:"区域ID"`
}
func (w *WayDetailAliyunSMS) Validate(authJson string) (string, interface{}) {