|
|
@@ -177,6 +177,7 @@ class Lave extends Api
|
|
|
$this->error(__('Please login first'), null, 401);
|
|
|
}
|
|
|
$return_web = $where['return_web'];
|
|
|
+ @file_put_contents("quanju3.txt", $return_web . "-返回地址\r\n", 8);
|
|
|
unset($where['return_web']);
|
|
|
$where['user_id'] = $this->auth->getUserinfo()['id'];
|
|
|
$where1 = $where;
|