指向字符串的指针

 

github.com\tencentcloud\tencentcloud-sdk-go\tencentcloud\sms@v1.0.333\v20210111\models.go

type SendStatus struct {

    // 发送流水号。
    SerialNo *string `json:"SerialNo,omitempty" name:"SerialNo"`

    // 手机号码,E.164标准,+[国家或地区码][手机号] ,示例如:+8613711112222, 其中前面有一个+号 ,86为国家码,13711112222为手机号。
    PhoneNumber *string `json:"PhoneNumber,omitempty" name:"PhoneNumber"`

    // 计费条数,计费规则请查询 [计费策略](https://cloud.tencent.com/document/product/382/36135)。
    Fee *uint64 `json:"Fee,omitempty" name:"Fee"`

    // 用户 session 内容。
    SessionContext *string `json:"SessionContext,omitempty" name:"SessionContext"`

    // 短信请求错误码,具体含义请参考 [错误码](https://cloud.tencent.com/document/api/382/55981#6.-.E9.94.99.E8.AF.AF.E7.A0.81),发送成功返回 "Ok"。
    Code *string `json:"Code,omitempty" name:"Code"`

    // 短信请求错误码描述。
    Message *string `json:"Message,omitempty" name:"Message"`

    // 国家码或地区码,例如 CN、US 等,对于未识别出国家码或者地区码,默认返回 DEF,具体支持列表请参考 [国际/港澳台短信价格总览](https://cloud.tencent.com/document/product/382/18051)。
    IsoCode *string `json:"IsoCode,omitempty" name:"IsoCode"`
}

 

posted @ 2022-01-20 21:42  papering  阅读(69)  评论(0编辑  收藏  举报