正在显示
3 个修改的文件
包含
4 行增加
和
4 行删除
| @@ -306,7 +306,7 @@ class Api extends Controller | @@ -306,7 +306,7 @@ class Api extends Controller | ||
| 306 | 'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'), | 306 | 'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'), |
| 307 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), | 307 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), |
| 308 | 'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'), | 308 | 'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'), |
| 309 | - 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), | 309 | + 'phone_number5' => array('value' => "0873-8896518", 'color' => '#173177'), |
| 310 | ); | 310 | ); |
| 311 | 311 | ||
| 312 | 312 |
| @@ -251,7 +251,7 @@ if (!function_exists('senWxmsgToDriverUser')) { | @@ -251,7 +251,7 @@ if (!function_exists('senWxmsgToDriverUser')) { | ||
| 251 | 'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'), | 251 | 'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'), |
| 252 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), | 252 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), |
| 253 | 'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'), | 253 | 'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'), |
| 254 | - 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), | 254 | + 'phone_number5' => array('value' => "0873-8896518", 'color' => '#173177'), |
| 255 | ); | 255 | ); |
| 256 | if ($wxopenid) { | 256 | if ($wxopenid) { |
| 257 | $config = get_addon_config('wechat'); | 257 | $config = get_addon_config('wechat'); |
| @@ -108,7 +108,7 @@ class Index extends Api | @@ -108,7 +108,7 @@ class Index extends Api | ||
| 108 | 'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'), | 108 | 'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'), |
| 109 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), | 109 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), |
| 110 | 'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'), | 110 | 'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'), |
| 111 | - 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), | 111 | + 'phone_number5' => array('value' => "0873-8896518", 'color' => '#173177'), |
| 112 | ); | 112 | ); |
| 113 | if ($wxopenid) { | 113 | if ($wxopenid) { |
| 114 | $config = get_addon_config('wechat'); | 114 | $config = get_addon_config('wechat'); |
| @@ -131,7 +131,7 @@ class Index extends Api | @@ -131,7 +131,7 @@ class Index extends Api | ||
| 131 | 'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'), | 131 | 'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'), |
| 132 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), | 132 | 'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'), |
| 133 | 'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'), | 133 | 'thing8' => array('value' => "{$driver['name']}{$car['license_plate']}", 'color' => '#173177'), |
| 134 | - 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), | 134 | + 'phone_number5' => array('value' => "0873-8896518", 'color' => '#173177'), |
| 135 | ); | 135 | ); |
| 136 | if ($wxopenid) { | 136 | if ($wxopenid) { |
| 137 | $config = get_addon_config('wechat'); | 137 | $config = get_addon_config('wechat'); |
-
请 注册 或 登录 后发表评论