|
@ -3,11 +3,12 @@ package smsrpc |
|
|
var DES_KEY = "smszgi22" |
|
|
var DES_KEY = "smszgi22" |
|
|
|
|
|
|
|
|
type WoParam struct { |
|
|
type WoParam struct { |
|
|
Cqcode string `json:"cqcode"` |
|
|
|
|
|
|
|
|
Cpcode string `json:"cpcode"` |
|
|
Msg string `json:"msg"` |
|
|
Msg string `json:"msg"` |
|
|
Mobile string `json:"mobile"` |
|
|
|
|
|
|
|
|
Mobiles string `json:"mobiles"` |
|
|
Excode string `json:"excode"` |
|
|
Excode string `json:"excode"` |
|
|
TempletId string `json:"templetid"` |
|
|
TempletId string `json:"templetid"` |
|
|
|
|
|
Key string `json:"key"` |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
type TencentParam struct { |
|
|
type TencentParam struct { |
|
|