作者 郭文星

123

... ... @@ -306,7 +306,7 @@ class Api extends Controller
'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'),
'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'),
'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'),
'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
'phone_number5' => array('value' => "0873-8896518", 'color' => '#173177'),
);
... ...
... ... @@ -251,7 +251,7 @@ if (!function_exists('senWxmsgToDriverUser')) {
'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'),
'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'),
'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'),
'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
'phone_number5' => array('value' => "0873-8896518", 'color' => '#173177'),
);
if ($wxopenid) {
$config = get_addon_config('wechat');
... ...
... ... @@ -108,7 +108,7 @@ class Index extends Api
'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'),
'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'),
'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'),
'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
'phone_number5' => array('value' => "0873-8896518", 'color' => '#173177'),
);
if ($wxopenid) {
$config = get_addon_config('wechat');
... ... @@ -131,7 +131,7 @@ class Index extends Api
'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'),
'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'),
'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'),
'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
'phone_number5' => array('value' => "0873-8896518", 'color' => '#173177'),
);
if ($wxopenid) {
$config = get_addon_config('wechat');
... ...