|
|
|
@@ -63,7 +63,7 @@ public class SendCallBackSmsServiceImpl implements MsgSendService { |
|
|
|
if (wxMsgConfig.getRemains() < record.getExpectSendNumber()) { |
|
|
|
throw new MallinkException(ErrorCode.MSG_SUM_INSUFFICENT); |
|
|
|
} |
|
|
|
if(wxMsgConfig.getTotal() <=0l){ |
|
|
|
if(wxMsgConfig.getRemains() <=0l){ |
|
|
|
throw new MallinkException(ErrorCode.MSG_CONFIG_ACCOUNT); |
|
|
|
} |
|
|
|
} |
|
|
|
|