16 lines
		
	
	
		
			611 B
		
	
	
	
		
			PHP
		
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			611 B
		
	
	
	
		
			PHP
		
	
	
	
| <?php
 | |
| // +----------------------------------------------------------------------
 | |
| // | 控制台配置
 | |
| // +----------------------------------------------------------------------
 | |
| return [
 | |
|     // 指令定义
 | |
|     'commands' => [
 | |
|         'test' => \app\command\Activity::class, //活动过期更新状态
 | |
|         'agreementPay' => \app\cmd\AgreementPay::class,
 | |
|         'getPayOrder' => \app\cmd\GetPayOrder::class,
 | |
|         'getRefundOrder' => \app\cmd\getRefundOrder::class,
 | |
|         'queryAgreeStatus' => \app\cmd\QueryAgreeStatus::class,
 | |
|         'queryRechargeOrder' =>\app\cmd\QueryRechargeOrder::class
 | |
|     ],
 | |
| ];
 |