1、新接textverified

This commit is contained in:
2025-08-23 16:38:04 +08:00
parent 6c95e6fb04
commit 82d5acc873
45 changed files with 3154 additions and 461 deletions

View File

@ -0,0 +1,7 @@
package global
//短效平台code 字典【sms_platform】
const (
SmsPlatformDaisysms = "daisysms"
SmsPlatformTextVerified = "textverified"
)