Merge pull request '修改回调' (#24) from mkm into dev

Reviewed-on: #24
This commit is contained in:
mkm 2023-09-07 18:04:25 +08:00
commit edc20b92bd

View File

@ -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);