|
|
|
@ -785,12 +785,15 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
|
} catch (Exception ignore) {
|
|
|
|
|
logger.error("{}自助申请成功,支付宝报备失败:{}",clientMoniker,ignore);
|
|
|
|
|
}
|
|
|
|
|
//发送开通短信和邮件
|
|
|
|
|
try {
|
|
|
|
|
simpleClientApplyService.sendOpenSms(apply.getString("contact_phone"), "61");
|
|
|
|
|
// clientManager.sendOpenEmail(sysClient, apply.getString("username"), apply.getString("password"));
|
|
|
|
|
} catch (Exception e) {
|
|
|
|
|
logger.error("{}:发送短信或邮件失败:{}",clientMoniker,e);
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
pool.execute(task2);
|
|
|
|
|
|
|
|
|
|
//发送开通短信和邮件
|
|
|
|
|
//simpleClientApplyService.sendOpenSms(apply.getString("contact_phone"),"61");
|
|
|
|
|
//clientManager.sendOpenEmail(sysClient,apply.getString("username"),apply.getString("password"));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private String generateClientMoniker() {
|
|
|
|
|