@@ -171,6 +171,7 @@ class Lave extends Api
['from', 'weixin'],
], $request
);
+ @file_put_contents("quanju.txt", $where['from'] . "-来源\r\n", 8);
if (!$this->auth->isLogin()) {
$this->error(__('Please login first'), null, 401);
}