/** 云之讯平台API接口返回基础内容 */
export interface UcpaasBaseResponse {
    /** 短信请求响应返回码 */
    code: number;
    /** 短信请求响应返回中文描述 */
    msg: string;
}
