# 服务端返回的状态码和消息 type SmsCommonResult { # 状态码 code: Int # 返回消息 message: String }