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