8 lines
		
	
	
		
			157 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			157 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package global
 | |
| 
 | |
| //短效平台code 字典【sms_platform】
 | |
| const (
 | |
| 	SmsPlatformDaisysms     = "daisysms"
 | |
| 	SmsPlatformTextVerified = "textverified"
 | |
| )
 |