Authored by gemingdan

cps用户通过不发短信

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