作者 景龙
1 个管道 的构建 通过 耗费 0 秒

修改分享下线规则

... ... @@ -356,7 +356,7 @@ class Person extends Api
//分享人是自己无效
if($share_uid != $this->user_id){
//分享用户有上线
if($each_other && !$other){
if($each_other){
$on_uid = array_unique(array_column($each_other,'uid'))[0];
//给上线增加积分
$userModel = new \app\admin\model\User();
... ...