正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
@@ -190,7 +190,6 @@ class Wechat extends Api | @@ -190,7 +190,6 @@ class Wechat extends Api | ||
190 | $this->error($e->getMessage()); | 190 | $this->error($e->getMessage()); |
191 | } | 191 | } |
192 | if($user_id !=0){ | 192 | if($user_id !=0){ |
193 | - print_r($this->auth->getToken());return; | ||
194 | $this->success('完成',$user_id); | 193 | $this->success('完成',$user_id); |
195 | }else{ | 194 | }else{ |
196 | $this->error('code处理失败'); | 195 | $this->error('code处理失败'); |
@@ -217,7 +216,7 @@ class Wechat extends Api | @@ -217,7 +216,7 @@ class Wechat extends Api | ||
217 | }); | 216 | }); |
218 | 3.3 回调修改订单状态 | 217 | 3.3 回调修改订单状态 |
219 | 218 | ||
220 | - | 219 | + |
221 | */ | 220 | */ |
222 | public function prepare_order($order_no = ''){ | 221 | public function prepare_order($order_no = ''){ |
223 | $user_id = $this->auth->id; | 222 | $user_id = $this->auth->id; |
-
请 注册 或 登录 后发表评论