作者 郭文星

123

@@ -109,6 +109,7 @@ class Index extends Api @@ -109,6 +109,7 @@ class Index extends Api
109 'thing8' => array('value' => "李师傅云H12E41", 'color' => '#173177'), 109 'thing8' => array('value' => "李师傅云H12E41", 'color' => '#173177'),
110 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), 110 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
111 ); 111 );
  112 + print_r($sendInfo);return;
112 if ($wxopenid) { 113 if ($wxopenid) {
113 $config = get_addon_config('wechat'); 114 $config = get_addon_config('wechat');
114 $tourl = ''; 115 $tourl = '';