...
|
...
|
@@ -21,7 +21,7 @@ class Index extends Api |
|
|
*/
|
|
|
public function index()
|
|
|
{
|
|
|
$res=$this->senWxmsgToDriverUser(308);
|
|
|
$res=$this->senWxmsgToDriverUser(376);
|
|
|
$this->success('请求成功');
|
|
|
}
|
|
|
|
...
|
...
|
@@ -104,7 +104,8 @@ class Index extends Api |
|
|
'time3' => array('value' =>date("Y-m-d H:i:s",$order['departure_time']), 'color' => '#173177'),
|
|
|
'thing7' => array('value' =>"{$order['position']}", 'color' => '#173177'),
|
|
|
'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
|
|
|
);
|
|
|
'remark' => array('value' => urlencode("123123123123123"), 'color' => '#173177'),
|
|
|
);
|
|
|
if ($wxopenid) {
|
|
|
$config = get_addon_config('wechat');
|
|
|
$tourl = '';
|
...
|
...
|
|