作者 chencheng

4

@@ -287,7 +287,7 @@ class Wechat extends Api @@ -287,7 +287,7 @@ class Wechat extends Api
287 */ 287 */
288 public function prepare_order($order_no = ''){ 288 public function prepare_order($order_no = ''){
289 $user_id = $this->auth->id; 289 $user_id = $this->auth->id;
290 - 290 +
291 if(empty($user_id)){ 291 if(empty($user_id)){
292 return $this->error('用户信息错误'); 292 return $this->error('用户信息错误');
293 } 293 }