|
@@ -806,7 +806,7 @@ type ContactInfo struct {
|
|
Cbirtharea *string `json:"cbirtharea,optional"`
|
|
Cbirtharea *string `json:"cbirtharea,optional"`
|
|
CidcardNo *string `json:"cidcardNo,optional"`
|
|
CidcardNo *string `json:"cidcardNo,optional"`
|
|
Ctitle *string `json:"ctitle,optional"`
|
|
Ctitle *string `json:"ctitle,optional"`
|
|
- Cc *string `json:"cc,optional"`
|
|
|
|
|
|
+ Cc *string `json:"c,optional"`
|
|
Phone *string `json:"phone,optional"`
|
|
Phone *string `json:"phone,optional"`
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2015,6 +2015,7 @@ type SendMsgReq struct {
|
|
Phone *string `json:"phone"`
|
|
Phone *string `json:"phone"`
|
|
To *string `json:"to"`
|
|
To *string `json:"to"`
|
|
Text *string `json:"text"`
|
|
Text *string `json:"text"`
|
|
|
|
+ Lang *string `json:"lang"`
|
|
}
|
|
}
|
|
|
|
|
|
// The data of msg information | Msg信息
|
|
// The data of msg information | Msg信息
|