1234567891011121314151617181920212223 |
- <?php
- /**
- * FecShop file.
- *
- * @link http://www.fecshop.com/
- *
- * @copyright Copyright (c) 2016 FecShop Software LLC
- * @license http://www.fecshop.com/license/
- */
- return [
- 'event' => [
- 'eventList' => [
- /*
- # 加入购物车前
- 'event_add_to_cart_before' => [
- ['appfront\event\CartTest1','beforeAdd1'],
- ['appfront\event\CartTest2','beforeAdd2'],
- ],
- */
- ],
- ],
- ];
|