commit
edc20b92bd
@ -425,7 +425,7 @@ class IndexController extends BaseApiController
|
||||
public function notifyAuthentication()
|
||||
{
|
||||
$parmas = Request()->param();
|
||||
Log::info('认证回调:'.$parmas);
|
||||
Log::info(['认证回调:',$parmas]);
|
||||
try {
|
||||
if ($parmas) {
|
||||
$data=json_decode($parmas['data'],true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user