feat: add channel code integral reward
This commit is contained in:
@@ -275,6 +275,8 @@ class RoutineServices extends BaseServices
|
||||
$info = $qrcode->get((int)$routine['spread_code']);
|
||||
if ($info) {
|
||||
$spread_uid = $info['third_id'];
|
||||
$routineInfo['spread_qrcode_id'] = (int)$info['id'];
|
||||
$routineInfo['spread_qrcode_type'] = $info['third_type'] ?? '';
|
||||
}
|
||||
}
|
||||
return [$routine['openid'] ?? '', $routineInfo, $spread_uid, $routine['login_type'] ?? 'routine', 'routine'];
|
||||
|
||||
Reference in New Issue
Block a user