订单状态机解决方案
方案一:使用laravel-state-machine实现
方案二:使用php-enum实现
方案三:使用数据库实现
方案四:使用laravel-activitylog实现