You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
827 lines
53 KiB
PHP
827 lines
53 KiB
PHP
<?php
|
|
/**
|
|
* 每个Route定义一个常量
|
|
* @author tangjianhui 2013-7-6 下午1:02:26
|
|
*
|
|
*/
|
|
class RouteConst {
|
|
const frontHelpIndex = 'front/help/index';
|
|
const frontHelpDeny = 'front/help/deny';
|
|
const frontHelpErrorTip = 'front/help/error_tip';
|
|
const frontHelpNotice = 'front/help/notice';
|
|
|
|
const commonAuthLogin = 'common/auth/login';
|
|
const commonAuthGetCaptchaCode = 'common/auth/get_captcha_code';
|
|
const commonAuthAuth = 'common/auth/auth';
|
|
const commonAuthAjaxAuth = 'common/auth/ajax_auth';
|
|
const commonAuthExitApp = 'common/auth/exit_app';
|
|
const commonAuthMockUser = 'common/auth/mock_user';
|
|
const commonAuthGetLoginVerificationCode = 'common/auth/get_login_verification_code';
|
|
|
|
const mobileUserMock = '/api/mobile/user/mock';
|
|
|
|
const commonOverallMallInfo = 'common/overall/mall_info';
|
|
const commonOverallCheckRsyncDataFinished = 'common/overall/check_rsync_data_finished';
|
|
const commonOverallAppHeartbeat = 'common/overall/app_heartbeat';
|
|
|
|
const openCommonGetImg = 'open/common/get_img';
|
|
const openCommonGetFcContent = 'open/common/get_fc_content';
|
|
|
|
const openFetchBankGetCommonHeaderHtml = 'open/fetch_bank/get_common_header_html';
|
|
|
|
const openProxyAlp = 'open/proxy/alp';
|
|
|
|
const userUserGoAuth = 'user/user/go_auth';
|
|
const userUserCallback = 'user/user/callback';
|
|
const userUserOpCallback = 'user/user/op_callback';
|
|
const userUserAfterAuth = 'user/user/after_auth';
|
|
const userUserLogin = 'user/user/login';
|
|
const userUserGoRenew = 'user/user/go_renew';
|
|
const userPaymentIndex = 'user/payment/index';
|
|
const userPaymentPayAfterReturn = 'user/payment/pay_after_return';
|
|
const userPaymentPayAfterNotify = 'user/payment/pay_after_notify';
|
|
const userPaymentUpgradePayAfterReturn = 'user/payment/upgrade_pay_after_return';
|
|
const userPaymentUpgradePayAfterNotify = 'user/payment/upgrade_pay_after_notify';
|
|
const userPaymentCreateOrderAndGotoPay = 'user/payment/create_order_and_goto_pay';
|
|
const userPaymentCheckPayIsSuccess = 'user/payment/check_pay_is_success';
|
|
const userPaymentAppOrderList = 'user/payment/app_order_list';
|
|
const userPaymentMoveSpeedRechargeAfterReturn = 'user/payment/move_speed_recharge_after_return';
|
|
const userPaymentMoveSpeedRechargeAfterNotify = 'user/payment/move_speed_recharge_after_notify';
|
|
const userPaymentMoveSpeedRechargeList = 'user/payment/move_speed_recharge_list';
|
|
const userPaymentGroupMemberMallDownloadCsv = 'user/payment/group_member_mall_download_csv';
|
|
const userPaymentAppGroupPayAfterReturn = 'user/payment/app_group_pay_after_return';
|
|
const userPaymentAppGroupPayAfterNotify = 'user/payment/app_group_pay_after_notify';
|
|
const userPaymentAppGroupOrderList = 'user/payment/app_group_order_list';
|
|
|
|
const desktopUserPaymentIndex = 'desktop/user/payment/index';
|
|
const desktopCommonAuthExitApp = 'desktop/common/auth/exit_app';
|
|
const desktopOpenCommonConfig = 'desktop/open/common/config';
|
|
|
|
const msodChatChatSetting = 'msod/chat/chat_setting';
|
|
const msodChatReplyRule = 'msod/chat/reply_rule';
|
|
const msodChatReplyLog = 'msod/chat/reply_log';
|
|
|
|
const rubyDtChatChatSetting = 'mms/chat/chat_setting';
|
|
const rubyDtChatReplyRule = 'mms/chat/reply_rule';
|
|
const rubyDtChatReplyLog = 'mms/chat/reply_log';
|
|
const rubyDtOrderDesktopPurchaseSetting = 'order/desktop/purchase_setting';
|
|
const rubyDtOrderDesktopRsync = 'order/desktop/rsync';
|
|
|
|
const moveBatchIndex = 'move/batch/index';
|
|
const moveBatchShopCopy = 'move/batch/shop_copy';
|
|
const moveBatchTarget = 'move/batch/target';
|
|
const moveBatchDsCopy = 'move/batch/ds_copy';
|
|
const moveBatchDtAuth = 'move/batch/dt_auth';
|
|
const moveBatchGoTargetShowConfigModal = 'move/batch/go_target_show_config_modal';
|
|
const moveBatchImportCopy = 'move/import/import_copy';
|
|
const moveQualityGoodsCopy = 'move/quality_goods/copy';
|
|
const moveBatchHistory = 'move/batch/history';
|
|
const moveBatchDsHistory = 'move/batch/ds_history';
|
|
const goodsDsGoodsDs = 'goods/ds_goods/ds';
|
|
const goodsDsGoodsDsSource = 'goods/ds_goods/ds_source';
|
|
const moveBatchSaveTask = 'move/batch/save_task';
|
|
const moveBatchDownloadCsv = 'move/batch/download_csv';
|
|
const moveBatchWatermarkPosition = 'move/batch/watermark_position';
|
|
const moveBatchFinish = 'move/batch/finish';
|
|
const moveBatchSetting = 'move/batch/setting';
|
|
const moveBatchGetImg = 'move/batch/get_img';
|
|
const moveImageBlackImg = 'move/image/black_img';
|
|
const moveBatchSaveMeituEdit = 'move/batch/save_meitu_edit';
|
|
const moveImportDownloadMsCsv = 'move/import/download_ms_csv';
|
|
const moveBatchShowUuid = 'move/batch/show_uuid';
|
|
|
|
const moveGroupIndex = 'move/group/index';
|
|
const moveGroupIndexV2 = 'move/group/index_v2';
|
|
const moveGroupDownloadCsv = 'move/group/download_csv';
|
|
const moveGroupDownloadCsvV2 = 'move/group/download_csv_v2';
|
|
const moveGroupExportMallItemTaskItemList = 'move/group/export_mall_item_task_item_list';
|
|
|
|
const moveSourceCategoryIndex = 'move/source_category/index';
|
|
|
|
const moveSyncPlanList = 'move/sync/plan_list';
|
|
const moveSyncPlanConfig = 'move/sync/plan_config';
|
|
const moveSyncSearchGoods = 'move/sync/search_goods';
|
|
const moveSyncCreatePlanComplete = 'move/sync/create_plan_complete';
|
|
const moveSyncPlanDetail = 'move/sync/plan_detail';
|
|
const moveSyncGoodsDetail = 'move/sync/goods_detail';
|
|
const moveSyncSearchAllPlanGoods = 'move/sync/search_all_plan_goods';
|
|
|
|
const goodsDetectConflictAttr = 'goods/detect/conflict_attr';
|
|
const goodsDetectConflictAttrTaskList = 'goods/detect/conflict_attr_task_list';
|
|
const goodsDetectConflictAttrTaskGoodsList = 'goods/detect/conflict_attr_task_goods_list';
|
|
const goodsDetectQuickEditConflictAttrTaskGoodsList = 'goods/detect/quick_edit_conflict_attr_task_goods_list';
|
|
const goodsDetectGoodsOptimize = 'goods/detect/goods_optimize';
|
|
const goodsDetectDownloadCsv = 'goods/detect/download_csv';
|
|
const goodsDetectProcessImportFile = 'goods/detect/process_import_file';
|
|
|
|
|
|
const materialPosterTestSystemTxt = 'material/poster/test_system_txt';
|
|
const materialPosterSystemTxt = 'material/poster/system_txt';
|
|
const materialPosterAeSystemTxt = 'material/poster/ae_system_txt';
|
|
const materialPosterTestAeSystemTxt = 'material/poster/test_ae_system_txt';
|
|
const materialPosterTestAeTxt = 'material/poster/test_ae_txt';
|
|
const materialPosterAeTxt = 'material/poster/ae_txt';
|
|
const materialPosterTplGroupList = 'material/poster/tpl_group_list';
|
|
const materialPosterEditor = 'material/poster/editor';
|
|
const materialPosterEditorV2 = 'material/poster/editor_v2';
|
|
const materialPosterGetPosterHtmlCode = 'material/poster/get_poster_html_code';
|
|
const materialPosterUserPoster = 'material/poster/user_poster';
|
|
const materialPosterUserMaterial = 'material/poster/user_material';
|
|
const materialPosterUserFavorite = 'material/poster/user_favorite';
|
|
const materialPosterDelUserMaterial = 'material/poster/del_user_material';
|
|
const materialPosterDelUserPoster = 'material/poster/del_user_poster';
|
|
const materialPosterConfig = 'material/poster/config';
|
|
const materialPosterUploadByUrl = 'material/poster/upload_by_url';
|
|
const materialPosterUpload = 'material/poster/upload';
|
|
const materialPosterUserMaterialList = 'material/poster/user_material_list';
|
|
const materialPosterSave = 'material/poster/save';
|
|
const materialPosterTxt = 'material/poster/txt';
|
|
const materialPosterLoadDescXml = 'material/poster/load_desc_xml';
|
|
|
|
const goodsBatchIndex = 'goods/batch/index';
|
|
const goodsMoveCategoryIndex = 'goods/move_category/index';
|
|
const goodsMoveCategoryTask = 'goods/move_category/task';
|
|
const goodsMoveCategoryTaskGoods = 'goods/move_category/task_goods';
|
|
const goodsBatchTask = 'goods/batch/task';
|
|
const goodsBatchTaskGoods = 'goods/batch/task_goods';
|
|
const goodsBatchImport = 'goods/batch/import';
|
|
const goodsBatchDownloadCsv = 'goods/batch/download_csv';
|
|
const goodsBatchDoImport = 'goods/batch/do_import';
|
|
const goodsGoodsManage = 'goods/goods/manage';
|
|
const goodsGoodsSaveEdit = 'goods/goods/saveEdit';
|
|
const goodsGoodsMeituUplad = 'goods/goods/upload';
|
|
const goodsGoodsMeituEdit = 'goods/goods/edit';
|
|
const goodsGoodsMeituEditDesc = 'goods/goods/edit_desc';
|
|
const goodsGoodsMeituUpladDesc = 'goods/goods/upload_desc';
|
|
const goodsBatchSearchChooseGoods = 'goods/batch/search_choose_goods';
|
|
const goodsGoodsMeitudeleteDescImg = 'goods/goods/delete_desc_img';
|
|
const goodsBatchDownloadFailTaskGoods = 'goods/batch/download_fail_task_goods';
|
|
|
|
const TimerMonitorDb = 'timer/monitor/db';
|
|
|
|
const TimerVipCrmAnalyzeTrace = 'timer/vip_crm/analyze_trace';
|
|
const TimerVipCrmInitVipCrmGroup = 'timer/vip_crm/init_vip_crm_group';
|
|
const TimerVipCrmCollectVipCrmData = 'timer/vip_crm/collect_vip_crm_data';
|
|
|
|
const TimerGoodsWhiteBgImgUnpackTaskSelf = 'timer/goods_white_bg_img/unpack_task_self';
|
|
const TimerGoodsWhiteBgImgUnpackTask = 'timer/goods_white_bg_img/unpack_task';
|
|
const TimerGoodsWhiteBgImgMoveBufferToQueueSelf = 'timer/goods_white_bg_img/move_buffer_to_queue_self';
|
|
const TimerGoodsWhiteBgImgMoveBufferToQueue = 'timer/goods_white_bg_img/move_buffer_to_queue';
|
|
const TimerGoodsWhiteBgImgSetWhiteBgImgSelf = 'timer/goods_white_bg_img/set_white_bg_img_self';
|
|
const TimerGoodsWhiteBgImgSetWhiteBgImg = 'timer/goods_white_bg_img/set_white_bg_img';
|
|
const TimerGoodsWhiteBgImgCheckEndSelf = 'timer/goods_white_bg_img/check_end_self';
|
|
const TimerGoodsWhiteBgImgCheckEnd = 'timer/goods_white_bg_img/check_end';
|
|
const TimerGoodsWhiteBgImgCheckCommitStatusQueueSelf = 'timer/goods_white_bg_img/check_commit_status_queue_self';
|
|
const TimerGoodsWhiteBgImgCheckCommitStatusQueue = 'timer/goods_white_bg_img/check_commit_status_queue';
|
|
|
|
const TimerDsMessageConsumerMsgSelf = 'timer/ds_message/consumer_msg_self';
|
|
const TimerDsMessageConsumerMsg = 'timer/ds_message/consumer_msg';
|
|
const TimerDsMessageMoveDsMessageConsumerBufferToQueueSelf = 'timer/ds_message/move_ds_message_consumer_buffer_to_queue_self';
|
|
const TimerDsMessageMoveDsMessageConsumerBufferToQueue = 'timer/ds_message/move_ds_message_consumer_buffer_to_queue';
|
|
|
|
const mmsMallDataIndex = 'mms/mall_data/index';
|
|
|
|
const goodsUnsalableDealGoods = 'goods/unsalable/deal_goods';
|
|
const goodsUnsalableDealHistory = 'goods/unsalable/deal_history';
|
|
const goodsUnsalableDownloadCsvTpl = 'goods/unsalable/downloadCsvTpl';
|
|
const goodsUnsalableDoImportLockGoods = 'goods/unsalable/doImportLockGoods';
|
|
|
|
const goodsDetailGalleryMaterial = 'goods/detail_gallery/material';
|
|
const goodsDetailGalleryMaterialTaskDetail = 'goods/detail_gallery/material_task_detail';
|
|
const goodsDetailGalleryMaterialTaskThrow = 'goods/detail_gallery/material_task_throw';
|
|
const goodsDetailGalleryDoUploadMaterial = 'goods/detail_gallery/do_upload_material';
|
|
const goodsDetailGalleryMaterialEdit = 'goods/detail_gallery/material_edit';
|
|
|
|
const promotionCouponIndex = 'goods/promotion/index';
|
|
const promotionCouponList = 'goods/promotion/coupon_list';
|
|
|
|
const TimerRsyncDwsDataTaskStartRsyncSelf = 'timer/rsync_dws_data_task/start_rsync_self';
|
|
const TimerRsyncDwsDataTaskStartRsync = 'timer/rsync_dws_data_task/start_rsync';
|
|
const TimerRsyncDwsDataAddUnlockTimeoutQueue = 'timer/rsync_dws_data_task/unlock_timeout_queue';
|
|
|
|
const userRechargeMoveRecharge = 'user/recharge/move_recharge';
|
|
const userRechargeMoveRechargeList = 'user/recharge/move_recharge_list';
|
|
const userRechargeCreateMoveRechargeOrderAndGotoPay = 'user/recharge/create_move_recharge_order_and_goto_pay';
|
|
const userRechargeMoveRechargeAfterReturn = 'user/recharge/move_recharge_after_return';
|
|
const userRechargeMoveRechargeAfterNotify = 'user/recharge/move_recharge_after_notify';
|
|
const userRechargFreePlan = 'user/recharge/free_plan';
|
|
|
|
const chatChatShowAuthMallList = 'chat/chat/show_auth_mall_list';
|
|
const monitorUnGroupOrderIndex = 'monitor/un_group_order/index';
|
|
|
|
const designPhotoIndex = 'design/photo/index';
|
|
const designPhotoHistory = 'design/photo/history';
|
|
const designPhotoBatch = 'design/photo/batch';
|
|
|
|
|
|
const goodsWhiteBgImgIndex = 'goods/white_bg_img/index';
|
|
const goodsWhiteBgSaveTask = 'goods/white_bg_img/saveTask';
|
|
const goodsWhiteBgImgSearchGoodsList = 'goods/white_bg_img/search_goods_list';
|
|
|
|
const goodsWatermarkList = 'goods/watermark/watermark_list';
|
|
const goodsWatermarkSaveWatermarkEdit = 'goods/watermark/save_watermark_edit';
|
|
const goodsWatermarkSearchAllowAddGoods = 'goods/watermark/search_allow_add_goods';
|
|
const goodsWatermarkTaskThrow = 'goods/watermark/watermark_task_throw';
|
|
const goodsWatermarkTaskDetail = 'goods/watermark/watermark_task_detail';
|
|
const goodsWatermarkExportGoodsTask = 'goods/watermark/export_goods_task';
|
|
const goodsWatermarkShowEditWatermarkView = 'goods/watermark/show_edit_watermark_view';
|
|
const goodsWatermarkSearchWatermarkGoods = 'goods/watermark/search_watermark_goods';
|
|
const goodsWatermarkSystemMaterialList = 'goods/watermark/system_material_list';
|
|
const goodsWatermarkDownloadImportGoodsCsv = 'goods/watermark/download_import_goods_csv';
|
|
const goodsWatermarkDownloadRevertGoodsCsv = 'goods/watermark/download_revert_goods_csv';
|
|
const goodsWatermarkFavorite = 'goods/watermark/favorite_material_list';
|
|
const goodsExportIndex = 'goods/export/index';
|
|
const goodsExportShowExportTaskList = 'goods/export/show_export_task_list';
|
|
|
|
const moveVideoIndex = 'move/video/index';
|
|
const moveVideoVideoList = 'move/video/video_list';
|
|
const moveVideoUploadVideo = 'move/video/upload_video';
|
|
|
|
|
|
const goodsCpsIndex = 'goods/cps/index';
|
|
|
|
const dataRealTimeIndex = 'data/real_time/index';
|
|
const dataOrderStatGoodsAnalysis = 'data/order_stat/goods_analysis';
|
|
const dataOrderStatHotGoods = 'data/order_stat/hot_goods';
|
|
const dataOrderStatSaleAnalysis = 'data/order_stat/sale_analysis';
|
|
const dataOrderStatCustomerAnalysis = 'data/order_stat/customer_analysis';
|
|
|
|
const orderAssemblyIndex = 'order/assembly/index';
|
|
const orderAssemblySearchTradeList = 'order/assembly/search_trade_list';
|
|
const orderAssemblyAddMultiShopAssembly = 'order/assembly/add_multi_shop_assembly';
|
|
const orderAssemblyMultiShopAssembly = 'order/assembly/multi_shop_assembly';
|
|
const orderAssemblyAssemblyTaskItems = 'order/assembly/assembly_task_items';
|
|
|
|
const orderCustomPrintAddCustomOrder = 'order/custom_print/add_custom_order';
|
|
const orderCustomPrintCustomOrderList = 'order/custom_print/custom_order_list';
|
|
const orderCustomPrintUpdateSenderAddress = 'order/custom_print/update_sender_address';
|
|
const orderCustomPrintUpdateReceiveAddress = 'order/custom_print/update_receive_address';
|
|
const orderCustomPrintAddCustomOrderByOpOrderSns = 'order/custom_print/add_custom_order_by_op_order_sns';
|
|
const orderCustomPrintImportCustomOrderTpl = 'order/custom_print/import_custom_order_tpl';
|
|
const orderCustomPrintDownloadImportCustomOrderTpl = 'order/custom_print/download_import_custom_order_tpl';
|
|
const orderCustomPrintExpressLog = 'order/custom_print/express_log';
|
|
const orderCustomPrintInvoiceLog = 'order/custom_print/invoice_log';
|
|
const orderCustomPrintDownloadImportCustomReceiverTpl = 'order/custom_print/download_import_custom_receiver_tpl';
|
|
|
|
const orderOrderPrintIndex = 'order/order_print/index';
|
|
const orderOrderPrintMultiShop = 'order/order_print/multi_shop';
|
|
const orderOrderPrintDeleteLocalOrders = 'order/order_print/delete_local_orders';
|
|
const orderOrderPrintUpdateTradeAddress = 'order/order_print/update_trade_address';
|
|
const orderOrderPrintExpressLog = 'order/order_print/express_log';
|
|
const orderOrderPrintInvoiceLog = 'order/order_print/invoice_log';
|
|
const orderOrderPrintOutstorageLog = 'order/order_print/outstorage_log';
|
|
const orderOrderPrintDownloadImportSellerMemoTpl = 'order/order_print/download_import_seller_memo_tpl';
|
|
|
|
const orderOpLogisticsPreOutstorage = 'order/op_logistics/pre_outstorage';
|
|
const orderOpLogisticsWarning = 'order/op_logistics/warning';
|
|
|
|
const orderFdsOrderPrintIndex = 'order/fds_order_print/index';
|
|
const orderFdsOrderPrintExpressLog = 'order/fds_order_print/express_log';
|
|
const orderFdsOrderPrintInvoiceLog = 'order/fds_order_print/invoice_log';
|
|
const orderFdsOrderPrintReturnLog = 'order/fds_order_print/return_log';
|
|
|
|
const orderOrderBatchLogisticsSend = 'order/order/batch_logistics_send';
|
|
const orderOrderDownloadLogisticsSendTpl = 'order/order/download_logistics_send_tpl';
|
|
|
|
const orderWaybillManage = 'order/waybill/manage';
|
|
|
|
const opWaybillBillIndex = 'op/waybill_bill/index';
|
|
const opWaybillBillDownloadImportWaybillBillTpl = 'op/waybill_bill/download_import_waybill_bill_tpl';
|
|
|
|
const mmsDeductFeeIndex = 'mms/deduct_fee/index';
|
|
|
|
const orderOpSettingIndex = 'order/op_setting/index';
|
|
const orderOpSettingSenderAddressList = 'order/op_setting/sender_address_list';
|
|
const orderOpSettingSenderAddressAdd = 'order/op_setting/sender_address_add';
|
|
const orderOpSettingSenderAddressEdit = 'order/op_setting/sender_address_edit';
|
|
const orderOpSettingSenderAddressSave = 'order/op_setting/sender_address_save';
|
|
const orderOpSettingExpressTpl = 'order/op_setting/express_tpl';
|
|
const orderOpSettingExpressTplEdit = 'order/op_setting/express_tpl_edit';
|
|
const orderOpSettingInvoiceTpl = 'order/op_setting/invoice_tpl';
|
|
const orderOpSettingInvoiceTplEdit = 'order/op_setting/invoice_tpl_edit';
|
|
const orderOpSettingItemTagTpl = 'order/op_setting/item_tag_tpl';
|
|
const orderOpSettingItemTagTplEdit = 'order/op_setting/item_tag_tpl_edit';
|
|
const orderOpSettingLogistics = 'order/op_setting/logistics';
|
|
const orderOpSettingGoodsShort = 'order/op_setting/goods_short';
|
|
const orderOpSettingWbAuthorize = 'order/op_setting/wb_authorize';
|
|
const orderOpSettingPaymentNoticeTemplate = 'order/op_setting/payment_notice_template';
|
|
const orderOpSettingSavePaymentNoticeTemplate = 'order/op_setting/save_payment_notice_template';
|
|
const orderOpSettingMultiShop = 'order/op_setting/multi_shop';
|
|
const orderOpSettingExpressTplAuth = 'order/op_setting/express_tpl_auth';
|
|
const orderBeyondAreaLogisticsList = 'order/beyond_area/logistics_list';
|
|
const orderBeyondAreaLogisticsDetailList = 'order/beyond_area/logistics_detail_list';
|
|
const orderBeyondAreaDownloadImportBeyondAreaTpl = 'order/beyond_area/download_import_beyond_area_tpl';
|
|
const orderOpSettingDownloadImportSpuInfoTpl = 'order/op_setting/download_import_spu_info_tpl';
|
|
const orderOrderPrintPrintGuide = 'order/order_print/print_guide';
|
|
|
|
const orderPurchaseOrderIndex = 'order/purchase_order/index';
|
|
const orderPurchaseOrderPurchaseTransitAddress = 'order/purchase_order/purchase_transit_address';
|
|
const orderPurchaseOrderPurchaseOrderTransitAddress = 'order/purchase_order/purchase_order_transit_address';
|
|
|
|
const openGetMoveGoodsData = 'timer/move_goods_add/openGetMoveGoodsData';
|
|
const openRebuildGoodsDetailAndAddGoods = 'timer/move_goods_add/openRebuildGoodsDetailAndAddGoods';
|
|
|
|
const TimerWaybillBillParseWaybillBillQueue = 'timer/waybill_bill/parse_waybill_bill_queue';
|
|
const TimerWaybillBillParseWaybillBillQueueSelf = 'timer/waybill_bill/parse_waybill_bill_queue_self';
|
|
|
|
const openDdcLockSourceSyncGoodsQueue = 'open/ddc/lock_source_sync_goods_queue';
|
|
const openDdcUpdateSourceSyncGoodsQueue = 'open/ddc/update_source_sync_goods_queue';
|
|
const openDdcGetGoodsInfoFromPdd = 'open/ddc/get_gifp';
|
|
const openDdcGetGoodsDetailFromPdd = 'open/ddc/get_gdfp';
|
|
const openDdcGetGoodsListFromPdd = 'open/ddc/get_glfp';
|
|
const openDdcGetGoodsDetailListFromPdd = 'open/ddc/get_gdlfp';
|
|
const openDdcGetGoodsInfoListFromPdd = 'open/ddc/get_gilfp';
|
|
const openDdcCheckAvailableCopyAndGetMoveConfigId = 'open/ddc/check_available_copy_and_get_move_config_id';
|
|
const openDdcGetAuthMallApp = 'open/ddc/get_auth_mall_app';
|
|
const openDdcLockGoodsAddQueue = 'open/ddc/lock_goods_add_queue';
|
|
const openDdcGetMoveSetting = 'open/ddc/get_move_setting';
|
|
const openDdcGetSourceCategoryMap = 'open/ddc/get_source_category_map';
|
|
const openDdcHandleMoveConfigSkipConditions = 'open/ddc/handle_move_config_skip_conditions';
|
|
const openDdcProcessAfterAddGoodsToPdd = 'open/ddc/process_after_add_goods_to_pdd';
|
|
const openDdcClearGoodsAddQueue = 'open/ddc/clear_goods_add_queue';
|
|
const openDdcCheckMultiShopValid = 'open/ddc/check_multi_shop_valid';
|
|
const openDdcGetMoveGroupTaskDetailWaitCount = 'open/ddc/get_move_group_task_detail_wait_count';
|
|
const openDdcAddMoveGroupTask = 'open/ddc/add_move_group_task';
|
|
const openDdcClearMoveGroupTask = 'open/ddc/clear_move_group_task';
|
|
const openDdcLockFillMoveGroupTask = 'open/ddc/lock_fill_move_group_task';
|
|
const openDdcFillMoveGroupTask = 'open/ddc/fill_move_group_task';
|
|
const openDdcLockFillMoveGroupTaskQueue = 'open/ddc/lock_fill_move_group_task_queue';
|
|
const openDdcFillMoveGroupTaskQueue = 'open/ddc/fill_move_group_task_queue';
|
|
const openDdcLockSolidRedisQueue = 'open/ddc/lock_solid_redis_queue';
|
|
const openDdcSaveImportTaskDetail = 'open/ddc/save_import_task_detail';
|
|
const openDdcClearImportTaskQueue = 'open/ddc/clear_import_task_queue';
|
|
const openDdcProcessShopUrlHistory = 'open/ddc/process_shop_url_history';
|
|
const openDdcGetMoveSettingBigFieldInfosByQueryIds = 'open/ddc/get_move_setting_big_field_infos_by_query_ids';
|
|
const openDdcCheckAuthMallIdsHasPermission = 'open/ddc/check_auth_mall_ids_has_permission';
|
|
const openDdcGetHasMovedSourceItemIds = 'open/ddc/get_has_moved_source_item_ids';
|
|
|
|
const openAppGateGetMallFriendInfo = 'open/app_gate/get_mall_friend_info';
|
|
const openAppGateSaveMallFriendInfo = 'open/app_gate/save_mall_friend_info';
|
|
|
|
const openAppGateUploadImgToPddFileSpace = 'open/app_gate/upload_img_to_pdd_filespace';
|
|
const openAppGateUploadGoodsVideoToPdd = 'open/app_gate/upload_goods_video_to_pdd';
|
|
const openAppGateGetGoodsVideoFileInfoFromPdd = 'open/app_gate/get_goods_video_file_info_from_pdd';
|
|
const openAppGateGetGoodsMaterialListFromPdd = 'open/app_gate/get_goods_material_list_from_pdd';
|
|
|
|
const openAppGateExecSql = 'open/app_gate/exec_sql';
|
|
const openAppGateSendSmsVerifyCode = 'open/app_gate/send_sms_verify_code';
|
|
|
|
const TimerQualityGoodsProcessQualityGoodsCollectQueue = 'timer/quality_goods/process_quality_goods_collect_queue';
|
|
const TimerQualityGoodsCollectQualityGoodsCollectQueue = 'timer/quality_goods/collect_quality_goods_collect_queue';
|
|
|
|
const TimerMoveRestoreHistoryMoveRestoreHistorySelf = 'timer/move_restore_history/move_restore_history_self';
|
|
const TimerMoveRestoreHistoryMoveRestoreHistory = 'timer/move_restore_history/move_restore_history';
|
|
|
|
const TimerMoveTaskFetchItem = 'timer/move_task/fetch_item';
|
|
const TimerMoveTaskFetchShop = 'timer/move_task/fetch_shop';
|
|
const TimerMoveTaskFetchShopInfo = 'timer/move_task/fetch_shop_info';
|
|
const TimerMoveTaskFetchWebsite = 'timer/move_task/fetch_website';
|
|
const TimerMoveTaskFetchCidInfo = 'timer/move_task/fetch_cid_info';
|
|
|
|
const TimerUpdateSimilarGoodsStatus = 'timer/similar_goods/update_similar_goods_status';
|
|
const TimerDeleteSimilarGoods = 'timer/similar_goods/delete_similar_goods';
|
|
|
|
const TimerMoveGoodsAddProcessGoodsAddSelf = 'timer/move_goods_add/process_goods_add_self';
|
|
const TimerMoveGoodsAddProcessGoodsAdd = 'timer/move_goods_add/process_goods_add';
|
|
const TimerMoveGoodsAddUnlockTimeoutQueue = 'timer/move_goods_add/unlock_timeout_queue';
|
|
const TimerMoveGoodsAddClearMoveMallPublishCount = 'timer/move_goods_add/clear_move_mall_publish_count';
|
|
const TimerMoveGoodsAddRetrySetGoodsRelation = 'timer/move_goods_add/retry_set_goods_relation';
|
|
|
|
const TimerMoveAfterGoodsAddUpdateGoodsDetailSelf = 'timer/move_after_goods_add/update_goods_detail_self';
|
|
const TimerMoveAfterGoodsAddUpdateGoodsDetail = 'timer/move_after_goods_add/update_goods_detail';
|
|
|
|
const TimerGoodsAfterCommitUpdateGoodsDetailSelf = 'timer/goods_after_commit/update_goods_detail_self';
|
|
const TimerGoodsAfterCommitUpdateGoodsDetail = 'timer/goods_after_commit/update_goods_detail';
|
|
|
|
const TimerMoveGoodsAddDelBufferAndCancelTask = 'timer/move_goods_add/del_buffer_and_cancel_task';
|
|
const TimerMoveGoodsAddMoveTaskDetailExtDataToOss = 'timer/move_goods_add/move_task_detail_ext_data_to_oss';
|
|
|
|
const TimerMoveGoodsAddShowGoodsNotes = 'timer/move_goods_add/show_goods_notes';
|
|
|
|
const TimerMoveGoodsAdMoveGoodsPublishBufferFirstSelf = 'timer/move_goods_add/move_goods_publish_buffer_first_self';
|
|
const TimerMoveGoodsAdMoveGoodsPublishBufferFirst = 'timer/move_goods_add/move_goods_publish_buffer_first';
|
|
const TimerMoveGoodsAdMoveGoodsPublishBufferSelf = 'timer/move_goods_add/move_goods_publish_buffer_self';
|
|
const TimerMoveGoodsAdMoveGoodsPublishBuffer = 'timer/move_goods_add/move_goods_publish_buffer';
|
|
const TimerMoveGoodsGuaranteeMoveMallQuota = 'timer/move_goods_add/guarantee_move_mall_quota';
|
|
|
|
const TimeroveGoodsCheckMoveGoodsStopSelf = 'timer/move_goods_add/check_move_goods_stop_self';
|
|
const TimeroveGoodsCheckMoveGoodsStop = 'timer/move_goods_add/check_move_goods_stop';
|
|
|
|
const TimerParseImportQueue = 'timer/move_import/parse_import_queue';
|
|
const TimerParseImportQueueSelf = 'timer/move_import/parse_import_queue_self';
|
|
const TimerMoveImportTaskBuffer = 'timer/move_import/move_import_task_buffer';
|
|
const TimerMoveImportTaskBufferSelf = 'timer/move_import/move_import_task_buffer_self';
|
|
const TimerParseImportTaskDetail = 'timer/move_import/parse_import_task_detail';
|
|
const TimerParseImportTaskDetailSelf = 'timer/move_import/parse_import_task_detail_self';
|
|
const TimerAddImportDetailToMove = 'timer/move_import/add_import_detail_to_move';
|
|
const TimerAddImportDetailToMoveSelf = 'timer/move_import/add_import_detail_to_move_self';
|
|
|
|
const TimerUnsalableTaskCheckPreparedSelf = 'timer/unsalable_task/check_prepared_self';
|
|
const TimerUnsalableTaskCheckPrepared = 'timer/unsalable_task/check_prepared';
|
|
|
|
const TimerRefreshTokenStartRefreshToken = 'timer/refresh_token/start_refresh_token';
|
|
const TimerDdkRefreshTokenStartRefreshToken = 'timer/ddk_refresh_token/start_refresh_token';
|
|
const TimerSyncGoodsStartSyncGoodsSelf = 'timer/sync_goods/start_sync_goods_self';
|
|
const TimerSyncGoodsStartSyncGoods = 'timer/sync_goods/start_sync_goods';
|
|
|
|
const TimerBanWordsParseScanTask = 'timer/ban_words/parse_scan_task';
|
|
const TimerBanWordsParseScanTaskSelf = 'timer/ban_words/parse_scan_task_self';
|
|
const TimerBanWordsMoveBufferQueueBuffer = 'timer/ban_words/move_buffer_queue_buffer';
|
|
const TimerBanWordsMoveBufferQueueBufferSelf = 'timer/ban_words/move_buffer_queue_buffer_self';
|
|
const TimerBanWordsHandleBufferQueueSelf = 'timer/ban_words/handle_buffer_queue_self';
|
|
const TimerBanWordsHandleBufferQueue = 'timer/ban_words/handle_buffer_queue';
|
|
const TimerBanWordsMoveBuffer = 'timer/ban_words/move_buffer';
|
|
const TimerBanWordsMoveBufferSelf = 'timer/ban_words/move_buffer_self';
|
|
const TimerBanWordsMoveTextBuffer = 'timer/ban_words/move_text_buffer';
|
|
const TimerBanWordsMoveTestBufferSelf = 'timer/ban_words/move_text_buffer_self';
|
|
const TimerBanWordsScan = 'timer/ban_words/scan';
|
|
const TimerBanWordsScanSelf = 'timer/ban_words/scan_self';
|
|
const TimerBanWordsScanText = 'timer/ban_words/scan_text';
|
|
const TimerBanWordsScanTextSelf = 'timer/ban_words/scan_text_self';
|
|
const TimerBanWordsCheckUnpackTaskEnd = 'timer/ban_words/check_unpack_task_end';
|
|
const TimerBanWordsCheckScanQueueEnd = 'timer/ban_words/check_scan_queue_end';
|
|
const TimerBanWordsTimeoutUnlock = 'timer/ban_words/timeout_unlock';
|
|
const TimerBanWordsClearGoodsBanWords = 'timer/ban_words/clear_goods_ban_words';
|
|
|
|
const TimerGoodsSimilarDetectStart = 'timer/similar_goods/start';
|
|
const TimerGoodsSimilarDetectStartSelf = 'timer/similar_goods/start_self';
|
|
const TimerGoodsSimilarDetectStartFast = 'timer/similar_goods/start_fast';
|
|
const TimerGoodsSimilarDetectStartSubQueueSelf = 'timer/similar_goods/start_sub_queue_self';
|
|
const TimerGoodsSimilarDetectStartSubQueue = 'timer/similar_goods/start_sub_queue';
|
|
const TimerGoodsSimilarDetectUnlockTimeoutQueue = 'timer/similar_goods/unlock_timeout_queue';
|
|
const TimerGoodsSimilarBuildGoodsImageSelf = 'timer/similar_goods/build_goods_image_self';
|
|
const TimerGoodsSimilarBuildGoodsImage = 'timer/similar_goods/build_goods_image';
|
|
const TimerGoodsSimilarCompareImagesSimilarSelf = 'timer/similar_goods/compare_images_similar_self';
|
|
const TimerGoodsSimilarCompareImagesSimilar = 'timer/similar_goods/compare_images_similar';
|
|
const TimerGoodsSimilarCheckSimilarGoodsTaskStatus = 'timer/similar_goods/check_similar_goods_task_status';
|
|
const TimerGoodsSimilarCheckSimilarGoodsTaskStatusSelf = 'timer/similar_goods/check_similar_goods_task_status_self';
|
|
|
|
const TimerSyncMoveSyncGoodsBufferToQueueSelf = 'timer/sync/move_sync_goods_buffer_to_queue_self';
|
|
const TimerSyncMoveSyncGoodsBufferToQueue = 'timer/sync/move_sync_goods_buffer_to_queue';
|
|
const TimerSyncFillSyncQueueSelf = 'timer/sync/fill_sync_queue_self';
|
|
const TimerSyncFillSyncQueue = 'timer/sync/fill_sync_queue';
|
|
const TimerSyncProcessSyncQueueSelf = 'timer/sync/process_sync_queue_self';
|
|
const TimerSyncProcessSyncQueue = 'timer/sync/process_sync_queue';
|
|
const TimerSyncCheckFinishSyncGoods = 'timer/sync/check_finish_sync_goods';
|
|
const TimerSyncSyncUpdateToPddTask = 'timer/sync/sync_update_to_pdd_task';
|
|
const TimerSyncSyncUpdateToPddTaskSelf = 'timer/sync/sync_update_to_pdd_task_self';
|
|
const TimerSyncProcessTimeoutSyncQueueSelf = 'timer/sync/process_timeout_sync_queue_self';
|
|
const TimerSyncProcessTimeoutSyncQueue = 'timer/sync/process_timeout_sync_queue';
|
|
|
|
const detectBanWordsIndex = 'detect/ban_words/index';
|
|
const detectBanWordsScanHistory = 'detect/ban_words/scan_history';
|
|
const detectBanWordsEditBanWord = 'detect/ban_words/edit_ban_word';
|
|
const detectBanWordsScanTaskPayAfterNotify = 'detect/ban_words/scan_task_pay_after_notify';
|
|
const detectBanWordsScanTaskPayAfterReturn = 'detect/ban_words/scan_task_pay_after_return';
|
|
const detectBanWordsExportTemplate = 'detect/ban_words/export_template';
|
|
const detectBanWordsExportMallBanWords = 'detect/ban_words/export_mall_ban_words';
|
|
|
|
const detectSimilarGoodsIndex = 'detect/similar_goods/index';
|
|
const detectAddSimilarGoodsTask = 'detect/similar_goods/add_similar_goods_task';
|
|
|
|
const TimerBatchTaskParseTask = 'timer/batch_task/parse_task';
|
|
const TimerBatchTaskParseSelfTask = 'timer/batch_task/parse_self_task';
|
|
const TimerBatchTaskCheckFinish = 'timer/batch_task/check_finish';
|
|
const TimerBatchTaskCheckFinishSelf = 'timer/batch_task/check_finish_self';
|
|
const TimerBatchTaskProcessQueue = 'timer/batch_task/process_queue';
|
|
const TimerBatchTaskProcessSelfQueue = 'timer/batch_task/process_self_queue';
|
|
const TimerBatchTaskMoveBatchTaskBuffer = 'timer/batch_task/move_batch_task_buffer';
|
|
const TimerBatchTaskMoveBatchTaskBufferSelf = 'timer/batch_task/move_batch_task_buffer_self';
|
|
const TimerBatchTaskRestoreBatchTaskArchive = 'timer/batch_task/restore_batch_task_archive';
|
|
const TimerBatchTaskRestoreBatchTaskArchiveSelf = 'timer/batch_task/restore_batch_task_archive_self';
|
|
|
|
const TimerWatermarkProcessWatermarkQueueSelf = 'timer/watermark/process_watermark_queue_self';
|
|
const TimerWatermarkProcessWatermarkQueue = 'timer/watermark/process_watermark_queue';
|
|
const TimerWatermarkCheckFinishDelWatermark = 'timer/watermark/check_finish_del_watermark';
|
|
const TimerWatermarkParseTaskSelf = 'timer/watermark/parse_task_self';
|
|
const TimerWatermarkParseTask = 'timer/watermark/parse_task';
|
|
const TimerWatermarkTimingQueueSelf = 'timer/watermark/timing_queue_self';
|
|
const TimerWatermarkTimingQueue = 'timer/watermark/timing_queue';
|
|
const TimerWatermarkBufferMoveWatermarkQueueBufferSelf = 'timer/watermark_buffer/move_watermark_queue_buffer_self';
|
|
const TimerWatermarkBufferMoveWatermarkQueueBuffer = 'timer/watermark_buffer/move_watermark_queue_buffer';
|
|
|
|
const TimerWatermarkProcessCheckCommitStatusQueue = 'timer/watermark/process_check_commit_status_queue';
|
|
const TimerWatermarkProcessCheckCommitStatusQueueSelf = 'timer/watermark/process_check_commit_status_queue_self';
|
|
|
|
const TimerExportParseExportTaskSelf = 'timer/export/parse_export_task_self';
|
|
const TimerExportParseExportTask = 'timer/export/parse_export_task';
|
|
const TimerExportBuildExportDataSelf = 'timer/export/build_export_data_self';
|
|
const TimerExportBuildExportData = 'timer/export/build_export_data';
|
|
const TimerExportCheckBuildDataFinishSelf = 'timer/export/check_build_data_finish_self';
|
|
const TimerExportCheckBuildDataFinish = 'timer/export/check_build_data_finish';
|
|
|
|
const TimerMultiShopAssemblyProcessTaskStageSelf = 'timer/multi_shop_assembly/process_task_stage_self';
|
|
const TimerMultiShopAssemblyProcessTaskStage = 'timer/multi_shop_assembly/process_task_stage';
|
|
const TimerMultiShopAssemblyCheckTaskStageEndSelf = 'timer/multi_shop_assembly/check_task_stage_end_self';
|
|
const TimerMultiShopAssemblyCheckTaskStageEnd = 'timer/multi_shop_assembly/check_task_stage_end';
|
|
const TimerMultiShopAssemblyCheckTaskStage = 'timer/multi_shop_assembly/check_task_stage';
|
|
|
|
const TimerRsyncOpOrderRsyncOpSelf = 'timer/rsync_op_order/rsync_op_self';
|
|
const TimerRsyncOpOrderRsyncOp = 'timer/rsync_op_order/rsync_op';
|
|
const TimerRsyncOpOrderFixupRsyncOpSelf = 'timer/rsync_op_order/fixup_rsync_op_self';
|
|
const TimerRsyncOpOrderFixupRsyncOp = 'timer/rsync_op_order/fixup_rsync_op';
|
|
const TimerRsyncOpOrderRsyncRiskStatusSelf = 'timer/rsync_op_order/rsync_risk_status_self';
|
|
const TimerRsyncOpOrderRsyncRiskStatus = 'timer/rsync_op_order/rsync_risk_status';
|
|
const TimerRsyncOpOrderMoveRsyncRiskBufferSelf = 'timer/rsync_op_order/move_rsync_risk_buffer_self';
|
|
const TimerRsyncOpOrderMoveRsyncRiskBuffer = 'timer/rsync_op_order/move_rsync_risk_buffer';
|
|
const TimerRsyncSingleOpOrderSelf = 'timer/rsync_op_order/rsync_single_op_order_self';
|
|
const TimerRsyncSingleOpOrder = 'timer/rsync_op_order/rsync_single_op_order';
|
|
const TimerMoveRsyncSingleOpOrderBufferSelf = 'timer/rsync_op_order/move_rsync_single_op_order_buffer_self';
|
|
const TimerMoveRsyncSingleOpOrderBuffer = 'timer/rsync_op_order/move_rsync_single_op_order_buffer';
|
|
|
|
const TimerRsyncFdsOrderTaskParseTaskSelf = 'timer/rsync_fds_order_task/parse_task_self';
|
|
const TimerRsyncFdsOrderTaskParseTask = 'timer/rsync_fds_order_task/parse_task';
|
|
const TimerRsyncFdsOrderTaskMoveBufferSelf = 'timer/rsync_fds_order_task/move_buffer_self';
|
|
const TimerRsyncFdsOrderTaskMoveBuffer = 'timer/rsync_fds_order_task/move_buffer';
|
|
const TimerRsyncFdsOrderTaskProcessQueueSelf = 'timer/rsync_fds_order_task/process_queue_self';
|
|
const TimerRsyncFdsOrderTaskProcessQueue = 'timer/rsync_fds_order_task/process_queue';
|
|
const TimerRsyncFdsOrderTaskProcessRetryQueueSelf = 'timer/rsync_fds_order_task/process_retry_queue_self';
|
|
const TimerRsyncFdsOrderTaskProcessRetryQueue = 'timer/rsync_fds_order_task/process_retry_queue';
|
|
const TimerRsyncFdsOrderTaskCheckFinishSelf = 'timer/rsync_fds_order_task/check_finish_self';
|
|
const TimerRsyncFdsOrderTaskCheckFinish = 'timer/rsync_fds_order_task/check_finish';
|
|
|
|
const TimerOrderOutstorageCheckTaskEndSelf = 'timer/order_outstorage/check_task_end_self';
|
|
const TimerOrderOutstorageCheckTaskEnd = 'timer/order_outstorage/check_task_end';
|
|
const TimerOrderOutstorageProcessQueueSelf = 'timer/order_outstorage/process_queue_self';
|
|
const TimerOrderOutstorageProcessQueue = 'timer/order_outstorage/process_queue';
|
|
const TimerOrderOutstorageProcessRetryQueue = 'timer/order_outstorage/process_retry_queue';
|
|
const TimerOrderOutstorageProcessRetryQueueSelf = 'timer/order_outstorage/process_retry_queue_self';
|
|
const TimerOrderOutstorageMoveRetryOutstorageBufferToQueue = 'timer/order_outstorage/move_retry_outstorage_buffer_to_queue';
|
|
const TimerOrderOutstorageMoveRetryOutstorageBufferToQueueSelf = 'timer/order_outstorage/move_retry_outstorage_buffer_to_queue_self';
|
|
|
|
const TimerPmcMessage = 'timer/pmc/message';
|
|
const TimerPmcMessageSelf = 'timer/pmc/message_self';
|
|
|
|
const TimerOssProcessDeleteOss = 'timer/oss/process_delete_oss';
|
|
|
|
const TimerLogisticsOutstorage = 'timer/logistics/outstorage';
|
|
const TimerLogisticsOutstorageSelf = 'timer/logistics/outstorage_self';
|
|
const TimerLogisticsMoveLogisticsStatusCheckBuffer = 'timer/logistics/move_logistics_status_check_buffer';
|
|
const TimerLogisticsMoveLogisticsStatusCheckBufferSelf = 'timer/logistics/move_logistics_status_check_buffer_self';
|
|
const TimerLogisticsLogisticsStatusCheck = 'timer/logistics/logistics_status_check';
|
|
const TimerLogisticsLogisticsStatusCheckSelf = 'timer/logistics/logistics_status_check_self';
|
|
|
|
const TimerDdcProcessRequestRetryQueue = 'timer/ddc/process_request_retry_queue';
|
|
const TimerDdcProcessRequestRetryQueueSelf = 'timer/ddc/process_request_retry_queue_self';
|
|
|
|
const TimerAppGateProcessRequestRetryQueue = 'timer/app_gate/process_request_retry_queue';
|
|
const TimerAppGateProcessRequestRetryQueueSelf = 'timer/app_gate/process_request_retry_queue_self';
|
|
|
|
const TimerDbToolProcessSqlExecQueue = 'timer/db_tool/process_sql_exec_queue';
|
|
|
|
const TimerSyncGoodsTaskParseTaskSelf = 'timer/sync_goods_task/parse_task_self';
|
|
const TimerSyncGoodsTaskParseTask = 'timer/sync_goods_task/parse_task';
|
|
const TimerSyncGoodsTaskMoveSyncGoodsTaskBufferSelf = 'timer/sync_goods_task/move_sync_goods_task_buffer_self';
|
|
const TimerSyncGoodsTaskMoveSyncGoodsTaskBuffer = 'timer/sync_goods_task/move_sync_goods_task_buffer';
|
|
const TimerSyncGoodsTaskProcessQueueSelf = 'timer/sync_goods_task/process_queue_self';
|
|
const TimerSyncGoodsTaskProcessQueue = 'timer/sync_goods_task/process_queue';
|
|
const TimerSyncGoodsTaskProcessMoveQueueSelf = 'timer/sync_goods_task/process_move_queue_self';
|
|
const TimerSyncGoodsTaskProcessMoveQueue = 'timer/sync_goods_task/process_move_queue';
|
|
const TimerSyncGoodsTaskCheckFinishSelf = 'timer/sync_goods_task/check_finish_self';
|
|
const TimerSyncGoodsTaskCheckFinish = 'timer/sync_goods_task/check_finish';
|
|
|
|
const TimerMoveClearDataProcessSelf = 'timer/move_clear_data/process_self';
|
|
const TimerMoveClearDataProcess = 'timer/move_clear_data/process';
|
|
const TimerMoveClearCheckFixup = 'timer/move_clear_data/move_clear_check_fixup';
|
|
|
|
const TimerDetailGalleryMaterialParseTaskSelf = 'timer/detail_gallery_material/parse_task_self';
|
|
const TimerDetailGalleryMaterialParseTask = 'timer/detail_gallery_material/parse_task';
|
|
const TimerDetailGalleryMaterialPublishDetailGallerySelf = 'timer/detail_gallery_material/publish_detail_gallery_self';
|
|
const TimerDetailGalleryMaterialPublishDetailGallery = 'timer/detail_gallery_material/publish_detail_gallery';
|
|
const TimerDetailGalleryMaterialCheckMaterialEndSelf = 'timer/detail_gallery_material/check_material_end_self';
|
|
const TimerDetailGalleryMaterialCheckMaterialEnd = 'timer/detail_gallery_material/check_material_end';
|
|
const TimerDetailGalleryMaterialBufferMove = 'timer/detail_gallery_material/buffer_move';
|
|
const TimerDetailGalleryMaterialUnlockTimeoutQueue = 'timer/detail_gallery_material/unlock_timeout_queue';
|
|
|
|
const TimerOrderStatCollectSelf = 'timer/order_stat/collect_self';
|
|
const TimerOrderStatCollect = 'timer/order_stat/collect';
|
|
const TimerOrderStatProcessQueueSelf = 'timer/order_stat/process_queue_self';
|
|
const TimerOrderStatProcessQueue = 'timer/order_stat/process_queue';
|
|
|
|
const TimerVasOrderUploadAppOrderSelf = 'timer/vas_order/upload_app_order_self';
|
|
const TimerVasOrderUploadAppOrder = 'timer/vas_order/upload_app_order';
|
|
const TimerVasOrderRsyncVasOrder = 'timer/vas_order/rsync_vas_order';
|
|
|
|
const TimerRsyncAfterSalesRsyncSelf = 'timer/rsync_after_sales/rsync_self';
|
|
const TimerRsyncAfterSalesRsync = 'timer/rsync_after_sales/rsync';
|
|
const TimerRsyncAfterSalesRsyncDetailSelf = 'timer/rsync_after_sales/rsync_detail_self';
|
|
const TimerRsyncAfterSalesRsyncDetail = 'timer/rsync_after_sales/rsync_detail';
|
|
|
|
const TimerRubyRefreshCookieProcessCookieQueue = 'timer/ruby_refresh_cookie/process_cookie_queue';
|
|
|
|
|
|
const TimerGoodsAiUpdownTaskInitPlanUpdownSelf = 'timer/goods_ai_updown_task/init_plan_updown_self';
|
|
const TimerGoodsAiUpdownTaskInitPlanUpdown = 'timer/goods_ai_updown_task/init_plan_updown';
|
|
const TimerGoodsAiUpdownTaskDoPlanUpdownQueueSelf = 'timer/goods_ai_updown_task/do_plan_updown_queue_self';
|
|
const TimerGoodsAiUpdownTaskDoPlanUpdownQueue = 'timer/goods_ai_updown_task/do_plan_updown_queue';
|
|
const TimerGoodsAiUpdownTaskUnlockPlanUpdownQueue = 'timer/goods_ai_updown_task/unlock_plan_updown_queue';
|
|
|
|
const userMallAuthIndex = 'user/mall_auth/index';
|
|
const userMallAuthGetMallAuthGroupMap = 'user/mall_auth/get_mall_auth_group_map';
|
|
const userMallAuthSwitchAuthShop = 'user/mall_auth/switch_auth_shop';
|
|
|
|
const pictureWirelessTplSearchPosterTplList = 'picture/wireless_tpl/search_poster_tpl_list';
|
|
|
|
const orderStockUpHome = 'order/stock_up/home';
|
|
const orderStockUpIndex = 'order/stock_up/index';
|
|
const orderGoodsSourceIndex = 'order/goods_source/index';
|
|
|
|
const orderFulfillmentOrderIndex = 'order/fulfillment_order/index';
|
|
const orderFulfillmentOrderOutstorageLog = 'order/fulfillment_order/outstorage_log';
|
|
const orderFulfillmentOrderGoodsLabelCodePrintLog = 'order/fulfillment_order/goods_label_code_print_log';
|
|
|
|
const billOrderIndex = 'bill/order/index';
|
|
const billOrderDownloadOrderCustomCostTpl = 'bill/order/download_order_custom_cost_tpl';
|
|
|
|
const frontHomeIndex = 'front/home/index';
|
|
|
|
const TimerCheckClearRequestApiLog = 'timer/check/clear_request_api_log';
|
|
const TimerOpOrderResendOrderWaybillTypeReportSelf = 'timer/op_order/resend_order_waybill_type_report_self';
|
|
const TimerOpOrderResendOrderWaybillTypeReport = 'timer/op_order/resend_order_waybill_type_report';
|
|
const TimerOpOrderResendOrderChannelReportSelf = 'timer/op_order/resend_order_channel_report_self';
|
|
const TimerOpOrderResendOrderChannelReport = 'timer/op_order/resend_order_channel_report';
|
|
|
|
const TimerMoveGroupFillMoveGroupTaskSelf = 'timer/move_group/fill_move_group_task_self';
|
|
const TimerMoveGroupFillMoveGroupTask = 'timer/move_group/fill_move_group_task';
|
|
const TimerMoveGroupParseMoveGroupTaskSelf = 'timer/move_group/parse_move_group_task_self';
|
|
const TimerMoveGroupParseMoveGroupTask = 'timer/move_group/parse_move_group_task';
|
|
const TimerMoveGroupMoveGroupMoveBufferSelf = 'timer/move_group/move_group_move_buffer_self';
|
|
const TimerMoveGroupMoveGroupMoveBuffer = 'timer/move_group/move_group_move_buffer';
|
|
const TimerMoveGroupFillMoveGroupQueueSelf = 'timer/move_group/fill_move_group_queue_self';
|
|
const TimerMoveGroupFillMoveGroupQueue = 'timer/move_group/fill_move_group_queue';
|
|
const TimerMoveGroupProcessMoveGroupSelf = 'timer/move_group/process_move_group_self';
|
|
const TimerMoveGroupProcessMoveGroup = 'timer/move_group/process_move_group';
|
|
const TimerMoveGroupStatisticMoveGroupCopyStatusCountSelf = 'timer/move_group/statistic_move_group_copy_status_count_self';
|
|
const TimerMoveGroupStatisticMoveGroupCopyStatusCount = 'timer/move_group/statistic_move_group_copy_status_count';
|
|
|
|
const TimerPurchaseNeedCheckStatusFixupSelf = 'timer/purchase/need_check_status_fixup_self';
|
|
const TimerPurchaseNeedCheckStatusFixup = 'timer/purchase/need_check_status_fixup';
|
|
const TimerPurchaseMovePurchaseOutstorageBufferToTask = 'timer/purchase/move_purchase_outstorage_buffer_to_task';
|
|
|
|
const TimerGoodsDetectParseTask = 'timer/goods_detect/parse_task';
|
|
const TimerGoodsDetectParseTaskSelf = 'timer/goods_detect/parse_task_self';
|
|
const TimerGoodsDetectMoveBuffer = 'timer/goods_detect/move_buffer';
|
|
const TimerGoodsDetectMoveBufferSelf = 'timer/goods_detect/move_buffer_self';
|
|
const TimerGoodsDetectProcessQueue = 'timer/goods_detect/process_queue';
|
|
const TimerGoodsDetectProcessQueueSelf = 'timer/goods_detect/process_queue_self';
|
|
const TimerGoodsDetectCheckFinish = 'timer/goods_detect/check_finish';
|
|
const TimerGoodsDetectCheckFinishSelf = 'timer/goods_detect/check_finish_self';
|
|
const TimerGoodsDetectUnlockGoodsDetectQueue = 'timer/goods_detect/unlock_goods_detect_queue';
|
|
const TimerGoodsDetectUnlockGoodsDetectUpdateQueue = 'timer/goods_detect/unlock_goods_detect_update_queue';
|
|
|
|
const TimerGoodsDetectParseUpdateGoodsAttrTask = 'timer/goods_detect/parse_update_goods_attr_task';
|
|
const TimerGoodsDetectParseUpdateGoodsAttrTaskSelf = 'timer/goods_detect/parse_update_goods_attr_task_self';
|
|
const TimerGoodsDetectMoveUpdateGoodsAttrBufferToQueue = 'timer/goods_detect/move_update_goods_attr_buffer_to_queue';
|
|
const TimerGoodsDetectMoveUpdateGoodsAttrBufferToQueueSelf = 'timer/goods_detect/move_update_goods_attr_buffer_to_queue_self';
|
|
const TimerGoodsDetectProcessUpdateGoodsAttrQueue = 'timer/goods_detect/process_update_goods_attr_queue';
|
|
const TimerGoodsDetectProcessUpdateGoodsAttrQueueSelf = 'timer/goods_detect/process_update_goods_attr_queue_self';
|
|
const TimerGoodsDetectCheckFinishUpdateTask = 'timer/goods_detect/check_finish_update_task';
|
|
const TimerGoodsDetectCheckFinishUpdateTaskSelf = 'timer/goods_detect/check_finish_update_task_self';
|
|
|
|
const TimerCrmSmsOrderCareSend = 'timer/crm_sms_order_care_send/send';
|
|
const TimerCrmSmsOrderCareSendSelf = 'timer/crm_sms_order_care_send/send_self';
|
|
const TimerCrmSmsOrderCareMoveSendBuffer = 'timer/crm_sms_order_care_send/move_send_buffer';
|
|
const TimerCrmSmsOrderCareRevertTimeoutQueue = 'timer/crm_sms_order_care_send/revert_timeout_queue';
|
|
|
|
const TimerCrmSmsRefundCareSend = 'timer/crm_sms_refund_care_send/send';
|
|
const TimerCrmSmsRefundCareSendSelf = 'timer/crm_sms_refund_care_send/send_self';
|
|
const TimerCrmSmsRefundCareMoveSendBuffer = 'timer/crm_sms_refund_care_send/move_send_buffer';
|
|
|
|
const TimerTest2MultiProcessQueue = 'timer/test2/multi_process_queue';
|
|
|
|
const userRechargeSmsAfterReturn = 'user/recharge/sms_after_return';
|
|
const userRechargeSmsAfterNotify = 'user/recharge/sms_after_notify';
|
|
const userRechargeSmsProcess = 'user/recharge/sms_process';
|
|
const userRechargeSmsPay = 'user/recharge/sms_pay';
|
|
const userRechargeSmsRechargeOrder = 'user/recharge/sms_recharge_order';
|
|
|
|
const crmSettingConfig = 'crm/setting/config';
|
|
const crmSettingIndex = 'crm/setting/index';
|
|
const crmSettingSaveConfig = 'crm/setting/save_config';
|
|
const crmMemberBlacklist = 'crm/member/blacklist';
|
|
const crmMemberDownloadCsv = '/crm/member/download_csv';
|
|
const crmOrderCarePayedCare = 'crm/order_care/payed_care';
|
|
const crmOrderCareShipedCare = 'crm/order_care/shiped_care';
|
|
const crmOrderCareConfirmed = 'crm/order_care/confirmed';
|
|
const crmUrgeReviewIndex = 'crm/urge_review/index';
|
|
const crmOrderCareRefundCare = 'crm/order_care/refund_care';
|
|
|
|
const crmSendHistoryOrderDetail = 'crm/send_history/sms_order_detail';
|
|
const crmSendHistoryOrderReport = 'crm/send_history/sms_order_report';
|
|
const crmSendHistoryOrderSmsTask = 'crm/send_history/order_sms_task';
|
|
const crmSendHistoryReport = 'crm/send_history/sms_send_report';
|
|
const crmSendHistoryTaskSmsSendDetail = 'crm/send_history/task_sms_send_detail';
|
|
const crmSendHistoryDetail = 'crm/send_history/sms_send_detail';
|
|
const crmSendHistoryDownloadReportList = 'crm/send_history/download_report_list';
|
|
const crmSendHistorySearchSmsSendLog = 'crm/send_history/search_sms_send_log';
|
|
const crmOrderCareSaveCareCondition= 'crm/order_care/save_care_condition';
|
|
|
|
const orderAfterSalesIndex = 'order/after_sales/index';
|
|
|
|
const userSubAccountIndex = 'user/sub_account/index';
|
|
const userSubAccountDeleteSubAccount = 'user/sub_account/delete_sub_account';
|
|
const userSubAccountEditPassword = 'user/sub_account/edit_password';
|
|
const userSubAccountGetSubAccount = 'user/sub_account/get_sub_account';
|
|
const userSubAccountSetSubAccountStatus = 'user/sub_account/set_sub_account_status';
|
|
const userSubAccountSaveSubAccount = 'user/sub_account/save_sub_account';
|
|
const userSubAccountGetSubAccountModalContent = 'user/sub_account/get_sub_account_modal_content';
|
|
const userSubAccountSearchSubAccountList = 'user/sub_account/search_sub_account_list';
|
|
const userSubAccountDeleteRole = 'user/sub_account/delete_role';
|
|
const userSubAccountGetRole = 'user/sub_account/get_role';
|
|
const userSubAccountSaveRole = 'user/sub_account/save_role';
|
|
const userSubAccountSearchRoleList = 'user/sub_account/search_role_list';
|
|
|
|
const userLoginSubAccount = 'user/login/sub_account';
|
|
const userLoginAuthSubAccount = 'user/login/auth_sub_account';
|
|
const userLoginGetSubAccountVerifyCode = 'user/login/get_sub_account_verify_code';
|
|
const userUserAfterWbAuth = 'user/user/after_wb_auth';
|
|
|
|
const frontErrorNoPermission = 'front/error/no_permission';
|
|
const frontErrorError = 'front/error/error';
|
|
|
|
const goodsAiUpdownIndex = 'goods/ai_updown/index';
|
|
const goodsAiUpdownStartAiUpdownPlan = 'goods/ai_updown/start_ai_updown_plan';
|
|
const goodsAiUpdownHistory = 'goods/ai_updown/history';
|
|
|
|
|
|
|
|
const TimerVideoMoveVideoMoveBufferSelf = 'timer/video/move_video_move_buffer_self';
|
|
const TimerVideoMoveVideoMoveBuffer = 'timer/video/move_video_move_buffer';
|
|
const TimerVideoVideoMoveSelf = 'timer/video/video_move_self';
|
|
const TimerVideoVideoMove = 'timer/video/video_move';
|
|
const TimerVideoMoveCheckVideoStatusBufferSelf = 'timer/video/move_check_video_status_buffer_self';
|
|
const TimerVideoMoveCheckVideoStatusBuffer = 'timer/video/move_check_video_status_buffer';
|
|
const TimerVideoCheckVideoStatusSelf = 'timer/video/check_video_status_self';
|
|
const TimerVideoCheckVideoStatus = 'timer/video/check_video_status';
|
|
|
|
const TimerVideoMoveVideoMakeBufferSelf = 'timer/video/move_video_make_buffer_self';
|
|
const TimerVideoMoveVideoMakeBuffer = 'timer/video/move_video_make_buffer';
|
|
const TimerVideoMakeVideoSelf = 'timer/video/make_video_self';
|
|
const TimerVideoMakeVideo = 'timer/video/make_video';
|
|
const TimerVideoUnlockVideoMakeQueue = 'timer/video/unlock_video_make_queue';
|
|
|
|
const affiliateAuthLogin = 'affiliate/auth/login';
|
|
const affiliateAuthDoLogin = 'affiliate/auth/do_login';
|
|
const affiliateAppOrderIndex = 'affiliate/app_order/index';
|
|
const affiliateAppOrderInvite = 'affiliate/app_order/invite';
|
|
|
|
const orderPendingMatterIndex = 'order/pending_matter/index';
|
|
|
|
const TimerPendingMatterMovePendingMatterBufferToQueue = 'timer/pending_matter/move_pending_matter_buffer_to_queue';
|
|
const TimerPendingMatterRemindOrderPendingMatterSelf = 'timer/pending_matter/remind_order_pending_matter_self';
|
|
const TimerPendingMatterRemindOrderPendingMatter = 'timer/pending_matter/remind_order_pending_matter';
|
|
|
|
const orderOrderPrintShortcutToDesktop = 'order/order_print/shortcut_to_desktop';
|
|
|
|
const TimerGoodsCommitProcessCheckCommitStatusQueue = 'timer/goods_commit/process_check_commit_status_queue';
|
|
const TimerGoodsCommitProcessCheckCommitStatusQueueSelf = 'timer/goods_commit/process_check_commit_status_queue_self';
|
|
|
|
const commonOverallNoReferrerJump = 'common/overall/no_referrer_jump';
|
|
|
|
const TimerRsyncOpOrderDelayProcessDelayQueueSelf = 'timer/rsync_op_order_delay/process_delay_queue_self';
|
|
const TimerRsyncOpOrderDelayProcessDelayQueue = 'timer/rsync_op_order_delay/process_delay_queue';
|
|
const TimerRsyncOpOrderDelayMoveBufferSelf = 'timer/rsync_op_order_delay/move_buffer_self';
|
|
const TimerRsyncOpOrderDelayMoveBuffer = 'timer/rsync_op_order_delay/move_buffer';
|
|
|
|
const orderStockUpDistributionAutoPurchase = 'order/stock_up/distribution_auto_purchase';
|
|
const orderStockUpDistributionOrder = 'order/stock_up/distribution_order';
|
|
const orderStockUpDsOutstorageLog = 'order/stock_up/ds_outstorage_log';
|
|
const orderStockUpDistributionAutoAfterSales = 'order/stock_up/distribution_auto_after_sales';
|
|
|
|
const TimeDsAutoPurchaseMoveBufferToQueue = 'timer/ds_auto_purchase/move_buffer_to_queue';
|
|
const TimeDsAutoPurchaseMoveBufferToQueueSelf = 'timer/ds_auto_purchase/move_buffer_to_queue_self';
|
|
const TimeDsAutoPurchaseAutoPurchase = 'timer/ds_auto_purchase/auto_purchase';
|
|
const TimeDsAutoPurchaseAutoPurchaseSelf = 'timer/ds_auto_purchase/auto_purchase_self';
|
|
|
|
const TimerDsProductAnalysisRelateProductDsOrder = 'timer/ds_product/analysis_relate_product_ds_order';
|
|
const TimerDsProductAnalysisRelateProductDsOrderSelf = 'timer/ds_product/analysis_relate_product_ds_order_self';
|
|
|
|
const TimerRsyncFulfillmentOrderRsyncFulfillmentSelf = 'timer/rsync_fulfillment_order/rsync_fulfillment_self';
|
|
const TimerRsyncFulfillmentOrderRsyncFulfillment = 'timer/rsync_fulfillment_order/rsync_fulfillment';
|
|
|
|
const TimerCgMessageConsumerMsgSelf = 'timer/cg_message/consumer_msg_self';
|
|
const TimerCgMessageConsumerMsg = 'timer/cg_message/consumer_msg';
|
|
const TimerCgMessageMoveCgMessageConsumerBufferToQueueSelf = 'timer/cg_message/move_cg_message_consumer_buffer_to_queue_self';
|
|
const TimerCgMessageMoveCgMessageConsumerBufferToQueue = 'timer/cg_message/move_cg_message_consumer_buffer_to_queue';
|
|
|
|
const TimerPlatformMsgMovePlatformToDsMsgBufferToQueueSelf = 'timer/platform_msg/move_platform_to_ds_msg_buffer_to_queue_self';
|
|
const TimerPlatformMsgMovePlatformToDsMsgBufferToQueue = 'timer/platform_msg/move_platform_to_ds_msg_buffer_to_queue';
|
|
const TimerPlatformMsgPushPlatformToDsMsg = 'timer/platform_msg/push_platform_to_ds_msg';
|
|
const TimerPlatformMsgPushPlatformToDsMsgSelf = 'timer/platform_msg/push_platform_to_ds_msg_self';
|
|
|
|
const TimerCheckClearMallAllRouteReqStat = 'timer/check/clear_mall_all_route_req_stat';
|
|
|
|
const TimerOrderOutstorageMoveDelayBufferToQueue = 'timer/order_outstorage/move_delay_buffer_to_queue';
|
|
const TimerOrderOutstorageMoveDelayBufferToQueueSelf = 'timer/order_outstorage/move_delay_buffer_to_queue_self';
|
|
const TimerOrderOutstorageProcessDelayQueueSelf = 'timer/order_outstorage/process_delay_queue_self';
|
|
const TimerOrderOutstorageProcessDelayQueue = 'timer/order_outstorage/process_delay_queue';
|
|
|
|
const TimerStatOrderStat = 'timer/stat/order_stat';
|
|
const TimerStatOrderStatSelf = 'timer/stat/order_stat_self';
|
|
|
|
const TimerDsOrderMoveDsOrderMergeBuffer = 'timer/ds_order/move_ds_order_merge_buffer';
|
|
const TimerDsOrderMoveDsOrderMergeBufferSelf = 'timer/ds_order/move_ds_order_merge_buffer_self';
|
|
const TimerDsOrderMergeDsOrder = 'timer/ds_order/merge_ds_order';
|
|
const TimerDsOrderMergeDsOrderSelf = 'timer/ds_order/merge_ds_order_self';
|
|
}
|