作者 郭文星

'2312'

... ... @@ -190,7 +190,6 @@ class Wechat extends Api
$this->error($e->getMessage());
}
if($user_id !=0){
print_r($this->auth->getToken());return;
$this->success('完成',$user_id);
}else{
$this->error('code处理失败');
... ... @@ -217,7 +216,7 @@ class Wechat extends Api
});
3.3 回调修改订单状态
*/
public function prepare_order($order_no = ''){
$user_id = $this->auth->id;
... ...