@@ -202,7 +202,7 @@ public class SmsServiceImpl implements SmsService {
} catch (StatusException e) {
throw e;
} catch (Exception e) {
- log.error("fail to send SMS", e);
+ throw new StatusException("101002", "短信发送失败", e);
}