Browse Source

修改参数名

master v0.0.1
guzeng 2 years ago
parent
commit
eeb65f3b26
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      variable.go

+ 3
- 2
variable.go View File

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


Loading…
Cancel
Save