Authored by gemingdan

cps用户通过不发短信

... ... @@ -933,9 +933,9 @@ public class UnionShareServiceImpl implements IUnionShareService,IBusinessExport
} catch (Exception e) {
logger.warn("relateUnionType,sendMessage error,uid is {},applyId is {},e is {}",uid,applyId,e);
}
//发送联盟用户申请成功短信
//发送联盟用户申请成功短信,---停用,简化版有赚申请无需填写姓名手机号
try {
sendSmsService.smsSendByMobile(UNION_SHARE_USER_APPLY_PASS_SMS_CONTENT, Lists.newArrayList(mobile));
// sendSmsService.smsSendByMobile(UNION_SHARE_USER_APPLY_PASS_SMS_CONTENT, Lists.newArrayList(mobile));
} catch (Exception e) {
logger.warn("relateUnionType,smsSendByMobile error,uid is {},applyId is {},e is {}",uid,applyId,e);
}
... ...