正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -103,8 +103,8 @@ class Index extends Api | @@ -103,8 +103,8 @@ class Index extends Api | ||
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 H:i:s",$order['departure_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 | + 'thing8' => array('value' => "李师傅云H12E41", 'color' => '#173177'), | ||
106 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), | 107 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), |
107 | - 'remark' => array('value' => urlencode("123123123123123"), 'color' => '#173177'), | ||
108 | ); | 108 | ); |
109 | if ($wxopenid) { | 109 | if ($wxopenid) { |
110 | $config = get_addon_config('wechat'); | 110 | $config = get_addon_config('wechat'); |
-
请 注册 或 登录 后发表评论