增加回调地址
This commit is contained in:
@@ -39,10 +39,12 @@ class UserController extends Controller
|
||||
*/
|
||||
public function grant(Request $request)
|
||||
{
|
||||
$inputdata = $request->all();
|
||||
$res = $this->checkSign($request);
|
||||
$inputdata = $request->all();
|
||||
$res = $this->checkSign($request);
|
||||
|
||||
$inputdata['jiemi'] = $res;
|
||||
$log = $this->createLog($request->url(), 'POST', $inputdata, 'grant'); //添加日志
|
||||
|
||||
if (is_string($res)) {
|
||||
return $this->error($res, $log);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user