|
|
@@ -319,6 +319,8 @@ class PublicController
|
|
|
['image', ''],
|
|
|
['code', ''],
|
|
|
], true);
|
|
|
+ @file_put_contents('quanju.txt', $codeUrl."-传参codeUrl\r\n", 8);
|
|
|
+
|
|
|
/** @var SystemStorageServices $systemStorageServices */
|
|
|
$systemStorageServices = app()->make(SystemStorageServices::class);
|
|
|
$domainArr = $systemStorageServices->getColumn([], 'domain');
|