...
|
...
|
@@ -218,7 +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;
|
|
|
$user_id = 2;
|
|
|
if(empty($user_id)){
|
|
|
return $this->error('用户信息错误');
|
|
|
}
|
...
|
...
|
|