dever 6 年之前
父節點
當前提交
c28913603d
共有 9 個文件被更改,包括 41 次插入35 次删除
  1. 3 0
      config/base.php
  2. 1 1
      journal/database/active.php
  3. 26 14
      journal/lib/Pay.php
  4. 0 14
      main/lib/Core.php
  5. 2 0
      main/src/Content.php
  6. 1 2
      main/src/Journal.php
  7. 6 2
      main/src/User.php
  8. 1 1
      main/src/View.php
  9. 1 1
      package.json

+ 3 - 0
config/base.php

@@ -14,6 +14,9 @@ $config['base'] = array
 		//4 => '邀请阅读',
 		//4 => '邀请阅读',
 	),
 	),
 
 
+	# 小程序首页
+	'applet_index' => 'pages/choice/index/index',
+
 	# 功能类型
 	# 功能类型
 	'type' => array
 	'type' => array
 	(
 	(

+ 1 - 1
journal/database/active.php

@@ -117,7 +117,7 @@ return array
         'invite_score'     => array
         'invite_score'     => array
         (
         (
             'type'      => 'int-11',
             'type'      => 'int-11',
-            'name'      => '每邀请一个好友获得积分-设置之后,积分规则里的设置将失效',
+            'name'      => '每邀请一个好友获得积分-仅支持邀请新用户,设置之后,积分规则里的设置将失效',
             'default'   => '2',
             'default'   => '2',
             'desc'      => '每邀请一个好友获得积分',
             'desc'      => '每邀请一个好友获得积分',
             'match'     => 'is_numeric',
             'match'     => 'is_numeric',

+ 26 - 14
journal/lib/Pay.php

@@ -48,25 +48,37 @@ class Pay
 
 
                 # 发消息
                 # 发消息
                 $journal = Dever::db('journal/info')->one($order['product_id']);
                 $journal = Dever::db('journal/info')->one($order['product_id']);
-                Dever::load('message/lib/data')->push(-1, $uid, '购买提醒', '购买成功,您获得了 '.$journal['name'].' 的阅读资格!', $type = 1);
+
+                if (Dever::project('message')) {
+                    Dever::load('message/lib/data')->push(-1, $uid, '购买提醒', '购买成功,您获得了 '.$journal['name'].' 的阅读资格!', $type = 1);
+                }
 
 
                 # 发模板消息
                 # 发模板消息
-                /*
-                $send['key'] = 'pay';
-                $send['project_id'] = 1;
-                $send['touser'] = 'pay';
-                $send['page'] = 'page';
-                $send['data'] = array
-                (
-                    'keyword1' => array('value', 1),
-                );
-                $send['form_id'] = 'pay';
+                $user = Dever::db('passport/user')->one($uid);
+                $wechat = Dever::db('passport/wechat')->one(array('uid' => $uid));
+                if ($wechat && Dever::project('wechat_applet')) {
+                    $send['key'] = 'buy_journal';
+                    $send['project_id'] = 1;
+                    $send['touser'] = $wechat['openid'];
+                    $send['page'] = Dever::config('base')->applet_index . '?scene=' . Dever::login($uid) . ',' . '4,' . $order['product_id'];
+                    $send['data'] = array
+                    (
+                        'keyword1' => array('value', date('Y年m月d日 H:i', $order['cdate'])),
+                        'keyword2' => array('value', '购买成功,您获得了 '.$journal['name'].' 的阅读资格!'),
+                    );
+                    $send['form_id'] = Dever::load('act/lib/form')->get($this->data['uid'], 2);
 
 
-                Dever::load('wechat_applet/msg.send', $send);
-                */
+                    if ($send['form_id']) {
+                        Dever::load('wechat_applet/msg.send', $send);
+                    }
+                }
 
 
                 # 发短信
                 # 发短信
-
+                if (isset($user['mobile']) && $user['mobile'] && Dever::project('sms')) {
+                    $send = array();
+                    $send['name'] = $journal['name'];
+                    Dever::load('sms/api.send', 'buy_journal', $user['mobile'], $send);
+                }
 
 
             } else {
             } else {
                 Dever::db('journal/order')->update(array('where_id' => $order['id'], 'status' => 3));
                 Dever::db('journal/order')->update(array('where_id' => $order['id'], 'status' => 3));

+ 0 - 14
main/lib/Core.php

@@ -134,18 +134,4 @@ class Core
         $url = Dever::url();
         $url = Dever::url();
         Dever::log($url . '||' . $input, 'request');
         Dever::log($url . '||' . $input, 'request');
     }
     }
-
-    protected function writeFormId()
-    {
-        $form_id = Dever::input('form_id');
-        if ($product_id > 0 && $form_id) {
-            $update = array();
-            $update['form_id'] = $form_id;
-            $update['uid'] = $this->data['uid'];
-            
-            $id = Dever::upinto('act/form_id', $update, $update);
-        }
-
-        return 'ok';
-    }
 }
 }

+ 2 - 0
main/src/Content.php

@@ -24,6 +24,8 @@ class Content extends Core
     # 首页精选
     # 首页精选
     public function home()
     public function home()
     {
     {
+        //1 Y2JhNGRwc0hhMEt5akp2bHBPeWIwc08tTDRWcG1DVURrUUZ4ZjV0Um85U01QMlZkOEtTcGEtR3c=
+        //2 ZTdjNjBHUTY4QUpoZk16QVlZRlg0d3locDFRcll5a3FQcWhFdEo1M1QzaFhmNGhrUlAyTTdGVWc= 
         # 栏目
         # 栏目
         //$this->data['push_menu'] = Dever::load('push/lib/data')->get('menu', '头部导航');
         //$this->data['push_menu'] = Dever::load('push/lib/data')->get('menu', '头部导航');
         $this->data['menu'] = Dever::db('content/cate')->getAll();
         $this->data['menu'] = Dever::db('content/cate')->getAll();

+ 1 - 2
main/src/Journal.php

@@ -505,8 +505,7 @@ class Journal extends Core
         $this->data['pay'] = Dever::load('pay/api.' . $method, $param);
         $this->data['pay'] = Dever::load('pay/api.' . $method, $param);
 
 
         if (isset($this->data['pay']['prepay_id'])) {
         if (isset($this->data['pay']['prepay_id'])) {
-            Dever::setInput('form_id', $this->data['pay']['prepay_id']);
-            //$this->writeFormId();
+            Dever::load('act/lib/form')->submit($this->data['uid'], $this->data['pay']['prepay_id'], 2);
         } else {
         } else {
             Dever::alert('支付失败');
             Dever::alert('支付失败');
         }
         }

+ 6 - 2
main/src/User.php

@@ -105,7 +105,8 @@ class User extends Core
         }
         }
 
 
         $template = Dever::input('template', 'share');
         $template = Dever::input('template', 'share');
-        $path = Dever::input('path', 'template/home/index');
+        //$path = Dever::input('path', 'pages/choice/index/index');
+        $path = Dever::config('base')->applet_index;
 
 
         $table = Dever::config('base')->type_table[$type];
         $table = Dever::config('base')->type_table[$type];
         $info = Dever::db($table)->one($id);
         $info = Dever::db($table)->one($id);
@@ -121,6 +122,9 @@ class User extends Core
         if (!$info['share_pic']) {
         if (!$info['share_pic']) {
             return array('img' => '');
             return array('img' => '');
         }
         }
+        if (!$info['share_title']) {
+            $info['share_title'] = $info['name'];
+        }
         $user = Dever::db('passport/user')->one($this->data['uid']);
         $user = Dever::db('passport/user')->one($this->data['uid']);
         $model = array
         $model = array
         (
         (
@@ -173,7 +177,7 @@ class User extends Core
             Dever::alert('错误的类型');
             Dever::alert('错误的类型');
         }
         }
 
 
-        Dever::load('act/lib/share')->submit_reflux($source_uid, $id, $type, $this->data['uid']);
+        Dever::load('act/lib/share')->submit_reflux($source_uid, $this->data['uid'], $id, $type);
 
 
         return array('id' => $id, 'type' => $type);
         return array('id' => $id, 'type' => $type);
     }
     }

+ 1 - 1
main/src/View.php

@@ -51,7 +51,7 @@ class View extends Core
         }
         }
 
 
         if ($this->data['info']['num_view'] > 100000) {
         if ($this->data['info']['num_view'] > 100000) {
-            $this->data['info']['num_view'] = '10w+';
+            //$this->data['info']['num_view'] = '10w+';
         }
         }
 
 
         if (isset($this->data['info']['cate_id']) && $this->data['info']['cate_id']) {
         if (isset($this->data['info']['cate_id']) && $this->data['info']['cate_id']) {

+ 1 - 1
package.json

@@ -1,3 +1,3 @@
 {
 {
-	"rely": "manage,passport,oauth,poster,message,invite"
+	"rely": "manage,passport,oauth,poster,message,invite,sms"
 }
 }