<?php declare (strict_types = 1); namespace app\subscribe; class Spu { // 活动商品过期检测 public function OnSpuActivityExpired($spu) { } }