This commit is contained in:
yangduo 2025-04-01 22:12:21 +08:00
parent a5821ee112
commit af7b784897

View File

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