正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
@@ -22,7 +22,6 @@ class Index extends Api | @@ -22,7 +22,6 @@ class Index extends Api | ||
22 | public function index() | 22 | public function index() |
23 | { | 23 | { |
24 | $id = $this->request->param("id");//联系电话 | 24 | $id = $this->request->param("id");//联系电话 |
25 | - | ||
26 | $res=$this->senWxmsgToDriverUser($id); | 25 | $res=$this->senWxmsgToDriverUser($id); |
27 | $this->success('请求成功',$res); | 26 | $this->success('请求成功',$res); |
28 | } | 27 | } |
@@ -109,7 +108,7 @@ class Index extends Api | @@ -109,7 +108,7 @@ class Index extends Api | ||
109 | 'thing8' => array('value' => "李师傅云H12E41", 'color' => '#173177'), | 108 | 'thing8' => array('value' => "李师傅云H12E41", 'color' => '#173177'), |
110 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), | 109 | 'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'), |
111 | ); | 110 | ); |
112 | - print_r($sendInfo);return; | 111 | + print_r($sendInfo); |
113 | if ($wxopenid) { | 112 | if ($wxopenid) { |
114 | $config = get_addon_config('wechat'); | 113 | $config = get_addon_config('wechat'); |
115 | $tourl = ''; | 114 | $tourl = ''; |
-
请 注册 或 登录 后发表评论