正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
@@ -21,7 +21,7 @@ class Index extends Api | @@ -21,7 +21,7 @@ class Index extends Api | ||
21 | */ | 21 | */ |
22 | public function index() | 22 | public function index() |
23 | { | 23 | { |
24 | - $res=$this->senWxmsgToDriverUser(308); | 24 | + $res=$this->senWxmsgToDriverUser(376); |
25 | $this->success('请求成功'); | 25 | $this->success('请求成功'); |
26 | } | 26 | } |
27 | 27 | ||
@@ -104,7 +104,8 @@ class Index extends Api | @@ -104,7 +104,8 @@ class Index extends Api | ||
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 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), | 106 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), |
107 | - ); | 107 | + 'remark' => array('value' => urlencode("123123123123123"), 'color' => '#173177'), |
108 | + ); | ||
108 | if ($wxopenid) { | 109 | if ($wxopenid) { |
109 | $config = get_addon_config('wechat'); | 110 | $config = get_addon_config('wechat'); |
110 | $tourl = ''; | 111 | $tourl = ''; |
-
请 注册 或 登录 后发表评论