...
|
...
|
@@ -22,7 +22,6 @@ class Index extends Api |
|
|
public function index()
|
|
|
{
|
|
|
$id = $this->request->param("id");//联系电话
|
|
|
|
|
|
$res=$this->senWxmsgToDriverUser($id);
|
|
|
$this->success('请求成功',$res);
|
|
|
}
|
...
|
...
|
@@ -109,7 +108,7 @@ class Index extends Api |
|
|
'thing8' => array('value' => "李师傅云H12E41", 'color' => '#173177'),
|
|
|
'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
|
|
|
);
|
|
|
print_r($sendInfo);return;
|
|
|
print_r($sendInfo);
|
|
|
if ($wxopenid) {
|
|
|
$config = get_addon_config('wechat');
|
|
|
$tourl = '';
|
...
|
...
|
|