Пример #1
0
        public static SendSmsResp ToSmsResp(this  SendAliSmsResp aResp)
        {
            var resp = new SendSmsResp();

            resp.WithResp(aResp);
            resp.plat_msg_id = aResp.BizId;
            return(resp);
        }
Пример #2
0
        public static NotifyResp ToNotifyResp(this SendAliSmsResp aRes)
        {
            var resp = new NotifyResp();

            resp.WithResp(aRes);

            resp.msg_biz_id = aRes.BizId;

            return(resp);
        }