作者 郭文星

123

... ... @@ -103,8 +103,8 @@ class Index extends Api
'thing2' => array('value' => "{$order['starting_point']}-{$order['end_point']}", 'color' => '#173177'),
'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' => "李师傅云H12E41", 'color' => '#173177'),
'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
'remark' => array('value' => urlencode("123123123123123"), 'color' => '#173177'),
);
if ($wxopenid) {
$config = get_addon_config('wechat');
... ...