作者 郭文星

123

@@ -107,8 +107,10 @@ class Index extends Api @@ -107,8 +107,10 @@ class Index extends Api
107 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), 107 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'),
108 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), 108 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
109 ); 109 );
110 -  
111 - 110 + print_r($sendInfo);
  111 + print_r("=======");
  112 + print_r($order);
  113 + return;
112 if ($wxopenid) { 114 if ($wxopenid) {
113 $config = get_addon_config('wechat'); 115 $config = get_addon_config('wechat');
114 $tourl = ''; 116 $tourl = '';