Interface WxWorkResult

interface WxWorkResult {
    errcode: number;
    errmsg: string;
}

Properties

Properties

errcode: number
errmsg: string