This commit is contained in:
yangduo 2025-04-01 22:13:27 +08:00
parent af7b784897
commit bad56687e8

View File

@ -5,7 +5,7 @@ trait RechargeActivity
protected function getFirstPurchaseActivity($shopid)
{
$conf = require('../res/firstchargeactivity@firstchargeactivity.php');
return array_key_exists($shopid, $conf) ? $conf[$level] : null;
return array_key_exists($shopid, $conf) ? $conf[$shopid] : null;
}
public function activityInfo()
{