正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -218,7 +218,7 @@ class Wechat extends Api | @@ -218,7 +218,7 @@ class Wechat extends Api | ||
| 218 | */ | 218 | */ |
| 219 | public function prepare_order($order_no = ''){ | 219 | public function prepare_order($order_no = ''){ |
| 220 | $user_id = $this->auth->id; | 220 | $user_id = $this->auth->id; |
| 221 | - print_r([$this->auth->id,$this->auth->getUser()]);return; | 221 | + $user_id = 2; |
| 222 | if(empty($user_id)){ | 222 | if(empty($user_id)){ |
| 223 | return $this->error('用户信息错误'); | 223 | return $this->error('用户信息错误'); |
| 224 | } | 224 | } |
-
请 注册 或 登录 后发表评论