|
@@ -124,12 +124,14 @@ class Share
|
|
|
# 发送模板消息 这里没有formid 暂时先不发送模板消息,后续应该通过前端收集formid就好了
|
|
|
|
|
|
# 发短信
|
|
|
+ /*
|
|
|
if (isset($user['mobile']) && $user['mobile'] && Dever::project('sms') && $system == 1) {
|
|
|
$send = array();
|
|
|
$send['num'] = $invite_num;
|
|
|
$send['name'] = $journal['name'];
|
|
|
Dever::load('sms/api.send', 'share_journal', $user['mobile'], $send);
|
|
|
}
|
|
|
+ */
|
|
|
}
|
|
|
|
|
|
Dever::load('act/lib/subscribe')->submit($source_uid, $id, 3);
|