作者 郭文星

'213'

... ... @@ -218,6 +218,7 @@ class Wechat extends Api
*/
public function prepare_order($order_no = ''){
$user_id = $this->auth->id;
print_r([$this->auth->id,$this->auth->getUser()]);return;
if(empty($user_id)){
return $this->error('用户信息错误');
}
... ...