正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
| @@ -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,6 +104,7 @@ class Index extends Api | @@ -104,6 +104,7 @@ 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 | + 'remark' => array('value' => urlencode("123123123123123"), 'color' => '#173177'), | ||
| 107 | ); | 108 | ); |
| 108 | if ($wxopenid) { | 109 | if ($wxopenid) { |
| 109 | $config = get_addon_config('wechat'); | 110 | $config = get_addon_config('wechat'); |
-
请 注册 或 登录 后发表评论