|
|
@ -22,6 +22,7 @@ class Commission |
|
|
|
// $shareInfo = request()->param('shareInfo/a'); |
|
|
|
// $shareInfo = request()->param('shareInfo/a'); |
|
|
|
$shareInfo = request()->param('shareInfo'); |
|
|
|
$shareInfo = request()->param('shareInfo'); |
|
|
|
$shareInfo = json_decode(htmlspecialchars_decode($shareInfo), true); |
|
|
|
$shareInfo = json_decode(htmlspecialchars_decode($shareInfo), true); |
|
|
|
|
|
|
|
//\think\Log::info('分享参数:'.$shareInfo['shareId']); |
|
|
|
\think\Log::info('分享参数:'.$shareInfo['shareId']); |
|
|
|
\think\Log::info('分享参数:'.$shareInfo['shareId']); |
|
|
|
|
|
|
|
|
|
|
|
if ($shareInfo) { |
|
|
|
if ($shareInfo) { |
|
|
|