|
|
@ -23,6 +23,7 @@ class Commission |
|
|
|
$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) { |
|
|
|
// 注册后添加分享信息 |
|
|
|
// 注册后添加分享信息 |
|
|
|