|
@ -1697,7 +1697,7 @@ public class SysService {
|
1697
|
1697
|
|
1698
|
1698
|
public void sendConsultSMS(String mobilePhone) throws SQLException, JfwBaseException{
|
1699
|
1699
|
try {
|
1700
|
|
this.mobilePhoneServcie.sendMessage(mobilePhone, this.sendConsultSMSContentTemplate, null, null);
|
|
1700
|
this.mobilePhoneServcie.sendMarketMessage(mobilePhone, this.sendConsultSMSContentTemplate);
|
1701
|
1701
|
} catch (Exception e) {
|
1702
|
1702
|
throw new JfwBaseException(10012, "send mobile phone message to " + mobilePhone + " error", e);
|
1703
|
1703
|
}
|