作者 郭文星

123

@@ -135,11 +135,10 @@ class Index extends Api @@ -135,11 +135,10 @@ class Index extends Api
135 'first' => array('value' => "客户退票通知", 'color' => "#743A3A"), 135 'first' => array('value' => "客户退票通知", 'color' => "#743A3A"),
136 'thing1' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'), 136 'thing1' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'),
137 'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['reservation_time'])), 'color' => '#173177'), 137 'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['reservation_time'])), 'color' => '#173177'),
138 - 'thing6' => array('value' =>"{$order['position']}", 'color' => '#173177'), 138 + 'thing6' => array('value' =>"{$order['starting_point']}", 'color' => '#173177'),
139 'thing7' => array('value' =>"{$order['end_point']}", 'color' => '#173177'), 139 'thing7' => array('value' =>"{$order['end_point']}", 'color' => '#173177'),
140 ); 140 );
141 141
142 -  
143 if ($wxopenid) { 142 if ($wxopenid) {
144 $config = get_addon_config('wechat'); 143 $config = get_addon_config('wechat');
145 $tourl = ''; 144 $tourl = '';