[ 'interval' => 1, // 时间以分为单位 'start_at'=> '', // 开始同步WMS的时间 时间格式: yyyy-MM-dd HH:mm:ss 如 2020-09-05 13:15:16 ], 'asn_sync' => [ 'interval' => 1, // 时间以分为单位 'start_at'=> '', // 开始同步WMS的时间 时间格式: yyyy-MM-dd HH:mm:ss 如 2020-09-05 13:15:16 ], 'order_sync' => [ 'enabled' => true, 'interval' => 1, // 时间以分为单位 'start_at'=> '', // 开始同步WMS的时间 时间格式: yyyy-MM-dd HH:mm:ss 如 2020-09-05 13:15:16 'cache_prefix' => [ 'newest' =>'order_newest_', 'renewal' =>'order_renewal_', 'newest_has' => 'order_newest_has_set', // 创建标记 'renewal_has' => 'order_renewal_has_set', // 跟新标记 'created_at' => 'order_last_created_sync_at', // 最后创建时间 'updated_at' => 'order_last_updated_sync_at', // 最后更新时间 'newest_list' => 'order_newest_cache_keys', // 新增保存记录 'renewal_list' => 'order_renewal_cache_keys' // 创建保存记录 ] ] ];