作者 郭文星

111

@@ -302,7 +302,7 @@ class Api extends Controller @@ -302,7 +302,7 @@ class Api extends Controller
302 $sendInfo = array( 302 $sendInfo = array(
303 'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"), 303 'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"),
304 'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'), 304 'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'),
305 - 'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['reservation_time'])), 'color' => '#173177'), 305 + 'time3' => array('value' =>urlencode(date('Y-m-d H:i:s',$order['departure_time'])), 'color' => '#173177'),
306 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), 306 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'),
307 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), 307 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
308 ); 308 );
@@ -246,7 +246,7 @@ if (!function_exists('senWxmsgToDriverUser')) { @@ -246,7 +246,7 @@ if (!function_exists('senWxmsgToDriverUser')) {
246 $sendInfo = array( 246 $sendInfo = array(
247 'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"), 247 'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"),
248 'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'), 248 'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'),
249 - 'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['reservation_time'])), 'color' => '#173177'), 249 + 'time3' => array('value' =>urlencode(date('Y-m-d H:i:s', $order['departure_time'])), 'color' => '#173177'),
250 'thing7' => array('value' =>"{$order['starting_point']}", 'color' => '#173177'), 250 'thing7' => array('value' =>"{$order['starting_point']}", 'color' => '#173177'),
251 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), 251 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
252 ); 252 );
@@ -101,7 +101,7 @@ class Index extends Api @@ -101,7 +101,7 @@ class Index extends Api
101 $sendInfo = array( 101 $sendInfo = array(
102 'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"), 102 'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"),
103 'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'), 103 'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'),
104 - 'time3' => array('value' =>date("Y-m-d",time()), 'color' => '#173177'), 104 + 'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'),
105 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), 105 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'),
106 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), 106 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
107 ); 107 );
@@ -123,7 +123,7 @@ class Index extends Api @@ -123,7 +123,7 @@ class Index extends Api
123 $sendInfo = array( 123 $sendInfo = array(
124 'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"), 124 'first' => array('value' => "汽车票出票状态通知", 'color' => "#743A3A"),
125 'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'), 125 'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'),
126 - 'time3' => array('value' =>date("Y-m-d",time()), 'color' => '#173177'), 126 + 'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'),
127 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), 127 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'),
128 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), 128 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
129 ); 129 );