管理后台 dscp-html-manage

Vue3 + axios + Element Plus

连接配置
环境主机dev https://dscp-dev.hn12301.netuat https://dscp-uat.hn12301.netpro https://dscp-uat.hn12301.net (.env.pro 指向 uat;仓库未见独立生产域名,生产可能由 CI 覆盖)
认证头Authorization: Bearer <token>;另带 tenant-id 头(多租户开启时)
响应判定code==200 成功;兼容 errcode==0;401/errcode 30002 触发重登
路径前缀axios baseURL=/manage-api;代码字面量不含渠道前缀(如 /card/...),即等于后端 class+method 路径
默认渠道管理后台
如何理解「匹配 / 未匹配」
匹配
该前端代码里的请求路径,能在本后端找到对应接口(去掉渠道前缀后精确匹配,末两段兜底)。点“匹配后端接口”可跳详情。
未匹配
本后端找不到同名接口。多为:芋道模板未实现模块、路径命名差异、Mock 路由、或外部第三方接口详见说明 —— 未匹配不一定是 bug。
已匹配后端接口(501 个去重接口 / 501 调用点)
前端方法/常量方法前端路径字面量匹配后端接口后端渠道匹配
queryPromotionActivityPagePOST/promotion/queryPromotionActivityPage/promotion/queryPromotionActivityPage管理后台exact
addPromotionActivityPOST/promotion/addPromotionActivity/promotion/addPromotionActivity管理后台exact
updatePromotionActivityPOST/promotion/updatePromotionActivity/promotion/updatePromotionActivity管理后台exact
getPromotionActivityPOST/promotion/getPromotionActivity/promotion/getPromotionActivity管理后台exact
deletePromotionActivityPOST/promotion/deletePromotionActivity/promotion/deletePromotionActivity管理后台exact
queryPromotionActivityShopPagePOST/promotion/queryPromotionActivityShopPage/promotion/queryPromotionActivityShopPage 渠道疑不一致开放/回调exact
addPromotionActivityShopPOST/promotion/addPromotionActivityShop/promotion/addPromotionActivityShop管理后台exact
updatePromotionActivityShopPOST/promotion/updatePromotionActivityShop/promotion/updatePromotionActivityShop管理后台exact
getPromotionActivityShopPOST/promotion/getPromotionActivityShop/promotion/getPromotionActivityShop管理后台exact
deletePromotionActivityShopPOST/promotion/deletePromotionActivityShop/promotion/deletePromotionActivityShop管理后台exact
queryPromotionCouponTemplatePagePOST/promotion/couponTemplate/queryPromotionCouponTemplatePage/promotion/couponTemplate/queryPromotionCouponTemplatePage管理后台exact
getCouponTemplatePagePOST/promotion/couponTemplate/getCouponTemplatePage/promotion/couponTemplate/getCouponTemplatePage管理后台exact
addPromotionCouponTemplatePOST/promotion/couponTemplate/addPromotionCouponTemplate/promotion/couponTemplate/addPromotionCouponTemplate管理后台exact
updatePromotionCouponTemplatePOST/promotion/couponTemplate/updatePromotionCouponTemplate/promotion/couponTemplate/updatePromotionCouponTemplate管理后台exact
getPromotionCouponTemplatePOST/promotion/couponTemplate/getPromotionCouponTemplate/promotion/couponTemplate/getPromotionCouponTemplate管理后台exact
setPromotionCouponTemplateStatusPOST/promotion/couponTemplate/setPromotionCouponTemplateStatus/promotion/couponTemplate/setPromotionCouponTemplateStatus管理后台exact
deletePromotionCouponTemplatePOST/promotion/couponTemplate/deletePromotionCouponTemplate/promotion/couponTemplate/deletePromotionCouponTemplate管理后台exact
deletePromotionCouponPOST/promotion/coupon/deletePromotionCoupon/promotion/coupon/deletePromotionCoupon管理后台exact
getCouponPagePOST/promotion/coupon/getCouponPage/promotion/coupon/getCouponPage管理后台exact
sendCouponPOST/promotion/coupon/send/promotion/coupon/send管理后台exact
getPromotionCouponPOST/promotion/coupon/getPromotionCoupon/promotion/coupon/getPromotionCoupon管理后台exact
queryOrderListPOST/order/queryOrderList/order/queryOrderList管理后台exact
queryOrderPagePOST/order/queryOrderPage/order/queryOrderPage管理后台exact
addOrderPOST/order/addOrder/order/addOrder管理后台exact
getOrderPOST/order/getOrder/order/getOrder管理后台exact
getOrderByOrderIdPOST/order/getOrderByOrderId/order/getOrderByOrderId管理后台exact
updateOrderPOST/order/updateOrder/order/updateOrder管理后台exact
deleteOrderPOST/order/deleteOrder/order/deleteOrder管理后台exact
queryOrderTradePagePOST/order/queryOrderTradePage/order/queryOrderTradePage管理后台exact
updateOrderStatusPOST/order/updateOrderStatus/order/updateOrderStatus管理后台exact
queryCardOrderPageListPOST/order/queryCardOrderPage/order/queryCardOrderPage管理后台exact
getCardOrderDetailPOST/order/getCardOrderDetail/order/getCardOrderDetail管理后台exact
querySmsCardLogPagePOST/sms/querySmsCardLogPage/sms/querySmsCardLogPage管理后台exact
refundXghOrderPOST/xgh/refund?orderNo=/xgh/refund管理后台exact
queryAfterSalesPagePOST/afterSales/queryAfterSalesPage/afterSales/queryAfterSalesPage管理后台exact
approvePOST/afterSales/approve/afterSales/approve管理后台exact
refundPOST/refund/submit/refund/submit管理后台exact
zfbRefundPOST/afterSales/zfbRefund/afterSales/zfbRefund管理后台exact
queryOrderDeliveryListPOST/orderDelivery/queryOrderDeliveryList/orderDelivery/queryOrderDeliveryList管理后台exact
queryOrderDeliveryPagePOST/orderDelivery/queryOrderDeliveryPage/orderDelivery/queryOrderDeliveryPage管理后台exact
addOrderDeliveryPOST/orderDelivery/addOrderDelivery/orderDelivery/addOrderDelivery管理后台exact
getOrderDeliveryPOST/orderDelivery/getOrderDelivery/orderDelivery/getOrderDelivery管理后台exact
updateOrderDeliveryPOST/orderDelivery/updateOrderDelivery/orderDelivery/updateOrderDelivery管理后台exact
deleteOrderDeliveryPOST/orderDelivery/deleteOrderDelivery/orderDelivery/deleteOrderDelivery管理后台exact
queryOrderDeliveryListByOrderIdPOST/orderDelivery/queryOrderDeliveryListByOrderId/orderDelivery/queryOrderDeliveryListByOrderId管理后台exact
queryOrderPaymentListPOST/orderPayment/queryOrderPaymentList/orderPayment/queryOrderPaymentList管理后台exact
queryOrderPaymentPagePOST/orderPayment/queryOrderPaymentPage/orderPayment/queryOrderPaymentPage管理后台exact
addOrderPaymentPOST/orderPayment/addOrderPayment/orderPayment/addOrderPayment管理后台exact
getOrderPaymentPOST/orderPayment/getOrderPayment/orderPayment/getOrderPayment管理后台exact
updateOrderPaymentPOST/orderPayment/updateOrderPayment/orderPayment/updateOrderPayment管理后台exact
deleteOrderPaymentPOST/orderPayment/deleteOrderPayment/orderPayment/deleteOrderPayment管理后台exact
queryOrderPaymentListByOrderIdPOST/orderPayment/queryOrderPaymentListByOrderId/orderPayment/queryOrderPaymentListByOrderId管理后台exact
queryOrderOperatelogListPOST/orderOperatelog/queryOrderOperatelogList/orderOperatelog/queryOrderOperatelogList管理后台exact
queryOrderOperatelogPagePOST/orderOperatelog/queryOrderOperatelogPage/orderOperatelog/queryOrderOperatelogPage管理后台exact
addOrderOperatelogPOST/orderOperatelog/addOrderOperatelog/orderOperatelog/addOrderOperatelog管理后台exact
getOrderOperatelogPOST/orderOperatelog/getOrderOperatelog/orderOperatelog/getOrderOperatelog管理后台exact
updateOrderOperatelogPOST/orderOperatelog/updateOrderOperatelog/orderOperatelog/updateOrderOperatelog管理后台exact
deleteOrderOperatelogPOST/orderOperatelog/deleteOrderOperatelog/orderOperatelog/deleteOrderOperatelog管理后台exact
queryOrderOperatelogListByOrderIdPOST/orderOperatelog/queryOrderOperatelogListByOrderId/orderOperatelog/queryOrderOperatelogListByOrderId管理后台exact
queryOpenapiXghPurchagePagePOST/openapi/queryOpenapiXghPurchagePage/openapi/queryOpenapiXghPurchagePage管理后台exact
statHomeDailyDataPOST/statistics/statHomeDailyData/statistics/statHomeDailyData管理后台exact
statHomeSalesAmountPOST/statistics/statHomeSalesAmount/statistics/statHomeSalesAmount 渠道疑不一致开放/回调exact
statHomeCardSalesAmountPOST/statistics/statHomeCardSalesAmount/statistics/statHomeCardSalesAmount管理后台exact
statHomeCardSalesNumPOST/statistics/statHomeCardSalesNum/statistics/statHomeCardSalesNum管理后台exact
statHomeCardCheckNumPOST/statistics/statHomeCardCheckNum/statistics/statHomeCardCheckNum管理后台exact
statHomeSceneryCheckNumRankPOST/statistics/statHomeSceneryCheckNumRank/statistics/statHomeSceneryCheckNumRank管理后台exact
statHomeSceneryCheckAvgNumPOST/statistics/statHomeSceneryCheckAvgNum/statistics/statHomeSceneryCheckAvgNum管理后台exact
statHomeMemberPortraitPOST/statistics/statHomeMemberPortrait/statistics/statHomeMemberPortrait管理后台exact
statCardAreaPOST/statistics/statCardArea/statistics/statCardArea管理后台exact
queryTicketsListPOST/tickets/queryTicketsList/tickets/queryTicketsList管理后台exact
queryTicketsPagePOST/tickets/queryTicketsPageBack/tickets/queryTicketsPageBack 渠道疑不一致开放/回调exact
addTicketsPOST/tickets/addTickets/tickets/addTickets管理后台exact
getTicketsPOST/tickets/getTickets/tickets/getTickets管理后台exact
updateTicketsPOST/tickets/updateTickets/tickets/updateTickets管理后台exact
deleteTicketsPOST/tickets/deleteTickets/tickets/deleteTickets管理后台exact
ticketsOnlinePOST/tickets/ticketsOnline/tickets/ticketsOnline管理后台exact
ticketsOfflinePOST/tickets/ticketsOffline/tickets/ticketsOffline管理后台exact
queryTicketsSkuListPOST/tickets/queryTicketsSkuList/tickets/queryTicketsSkuList管理后台exact
queryTicketsSkuPagePOST/tickets/queryTicketsSkuPage/tickets/queryTicketsSkuPage管理后台exact
addTicketsSkuPOST/tickets/addTicketsSku/tickets/addTicketsSku管理后台exact
getTicketsSkuPOST/tickets/getTicketsSku/tickets/getTicketsSku管理后台exact
updateTicketsSkuPOST/tickets/updateTicketsSku/tickets/updateTicketsSku管理后台exact
deleteTicketsSkuPOST/tickets/deleteTicketsSku/tickets/deleteTicketsSku管理后台exact
queryTicketsSkuCascadeListPOST/tickets/queryTicketsSkuCascadeList/tickets/queryTicketsSkuCascadeList管理后台exact
ticketsSkuOnlinePOST/tickets/ticketsSkuOnline/tickets/ticketsSkuOnline管理后台exact
ticketsSkuOfflinePOST/tickets/ticketsSkuOffline/tickets/ticketsSkuOffline管理后台exact
queryTicketsCalendarListPOST/tickets/queryTicketsCalendarList/tickets/queryTicketsCalendarList管理后台exact
queryTicketsCalendarPagePOST/tickets/queryTicketsCalendarPage/tickets/queryTicketsCalendarPage管理后台exact
addTicketsCalendarPOST/tickets/addTicketsCalendar/tickets/addTicketsCalendar管理后台exact
setTicketsEnabledPOST/tickets/setTicketsEnabled/tickets/setTicketsEnabled管理后台exact
getTicketsCalendarPOST/tickets/getTicketsCalendar/tickets/getTicketsCalendar管理后台exact
updateTicketsCalendarPOST/tickets/updateTicketsCalendar/tickets/updateTicketsCalendar管理后台exact
deleteTicketsCalendarPOST/tickets/deleteTicketsCalendar/tickets/deleteTicketsCalendar管理后台exact
queryTicketsCalenderTimeSlotListPOST/tickets/queryTicketsCalenderTimeSlotList/tickets/queryTicketsCalenderTimeSlotList管理后台exact
deleteTicketsCalenderTimeSlotPOST/tickets/deleteTicketsCalenderTimeSlot/tickets/deleteTicketsCalenderTimeSlot管理后台exact
addTicketsCalenderTimeSlotPOST/tickets/addTicketsCalenderTimeSlot/tickets/addTicketsCalenderTimeSlot管理后台exact
queryTicketsOrderPagePOST/tickets/order/queryTicketsOrderPage/tickets/order/queryTicketsOrderPage 渠道疑不一致开放/回调exact
getTicketsOrderDetailPOST/tickets/order/getTicketsOrderDetail/tickets/order/getTicketsOrderDetail管理后台exact
queryTicketsCheckPagePOST/tickets/queryTicketsCheckPage/tickets/queryTicketsCheckPage 渠道疑不一致开放/回调exact
refundTicketsOrderPOST/tickets/order/refundTicketsOrder/tickets/order/refundTicketsOrder管理后台exact
queryTicketsShopListPOST/tickets/queryTicketsShopList/tickets/queryTicketsShopList管理后台exact
queryMerchantContractListPOST/merchantContract/queryMerchantContractList/merchantContract/queryMerchantContractList管理后台exact
queryMerchantContractPagePOST/merchantContract/queryMerchantContractPage/merchantContract/queryMerchantContractPage管理后台exact
queryMerchantContractAllPagePOST/merchantContract/queryMerchantContractAllPage/merchantContract/queryMerchantContractAllPage管理后台exact
addMerchantContractPOST/merchantContract/addMerchantContract/merchantContract/addMerchantContract管理后台exact
getMerchantContractPOST/merchantContract/getMerchantContract/merchantContract/getMerchantContract管理后台exact
updateMerchantContractPOST/merchantContract/updateMerchantContract/merchantContract/updateMerchantContract管理后台exact
deleteMerchantContractPOST/merchantContract/deleteMerchantContract/merchantContract/deleteMerchantContract管理后台exact
getCodegenTablePagePOST/infra/codegen/queryCodegenTablePage/infra/codegen/queryCodegenTablePage管理后台exact
getSchemaTableListPOST/infra/codegen/queryDatabaseTableList/infra/codegen/queryDatabaseTableList管理后台exact
createCodegenListPOST/infra/codegen/createCodegenList/infra/codegen/createCodegenList管理后台exact
getDataSourceConfigListPOST/infra/dataSourceConfig/queryDataSourceConfigList/infra/dataSourceConfig/queryDataSourceConfigList管理后台exact
queryPinganRecordPagePOST/pingan/queryOpenapiPinganRecordPage/pingan/queryOpenapiPinganRecordPage管理后台exact
queryPinganRecordListPOST/pingan/queryOpenapiPinganRecordList/pingan/queryOpenapiPinganRecordList管理后台exact
queryTicketCodePoolPagePOST/openapi/ticketCodePool/page/openapi/ticketCodePool/page管理后台exact
getTicketCodePoolStatsPOST/openapi/ticketCodePool/stats/openapi/ticketCodePool/stats管理后台exact
downloadTicketCodePoolTemplateDOWNLOAD/openapi/ticketCodePool/template/openapi/ticketCodePool/template管理后台exact
importTicketCodePoolUPLOAD/openapi/ticketCodePool/import/openapi/ticketCodePool/import管理后台exact
queryCardListPOST/cardModel/queryCardModelPage/cardModel/queryCardModelPage管理后台exact
cardModelPOST/profitAccounting/cardModel/profitAccounting/cardModel管理后台exact
getCheckerListByResourceIdPOST/checker/getCheckerListByResourceId/checker/getCheckerListByResourceId管理后台exact
addCardModelPOST/cardModel/addCardModel/cardModel/addCardModel管理后台exact
getCardModelPOST/cardModel/getCardModel/cardModel/getCardModel 渠道疑不一致小程序exact
getCardModelByCardNoPOST/cardModel/getCardModelByCardNo?cardNumber=/cardModel/getCardModelByCardNo管理后台exact
updateCardModelPOST/cardModel/updateCardModel/cardModel/updateCardModel管理后台exact
addCardModelRulePOST/cardModelRule/addCardModelRule/cardModelRule/addCardModelRule管理后台exact
getByModelRuleIdPOST/cardModelRule/getByModelRuleId/cardModelRule/getByModelRuleId管理后台exact
updateCardModelRulePOST/cardModelRule/updateCardModelRule/cardModelRule/updateCardModelRule管理后台exact
addCardNumberRulePOST/cardNumberRule/addCardNumberRule/cardNumberRule/addCardNumberRule管理后台exact
getByModeNumberlRuleIdPOST/cardNumberRule/getByModelRuleId/cardNumberRule/getByModelRuleId管理后台exact
updateCardNumberRulePOST/cardNumberRule/updateCardNumberRule/cardNumberRule/updateCardNumberRule管理后台exact
queryCardBatchPagePOST/cardBatch/queryCardBatchPage/cardBatch/queryCardBatchPage管理后台exact
queryCardModelListPOST/cardModel/queryCardModelList/cardModel/queryCardModelList管理后台exact
copyCardModelResourcePOST/cardModel/copyCardModelResource/cardModel/copyCardModelResource管理后台exact
addCardZhiBatchPOST/cardBatch/addCardBatch/cardBatch/addCardBatch管理后台exact
getCardZhiBatchPOST/cardBatch/getCardBatch/cardBatch/getCardBatch管理后台exact
getQueryCardAssignmentPagePOST/cardAssignment/queryCardAssignmentPage/cardAssignment/queryCardAssignmentPage管理后台exact
getAddCardAssignmentPOST/cardAssignment/addCardAssignment/cardAssignment/addCardAssignment管理后台exact
resignCardAssignmentPOST/cardAssignment/resignCardAssignment/cardAssignment/resignCardAssignment管理后台exact
getCardAssignmentDetailPOST/cardAssignment/getCardAssignment/cardAssignment/getCardAssignment管理后台exact
getQueryCardStockPagePOST/cardStock/queryCardStockPage/cardStock/queryCardStockPage管理后台exact
queryCardStockSegmentPOST/cardStock/queryCardStockSegment/cardStock/queryCardStockSegment管理后台exact
queryCardStockCountPOST/cardStock/queryCardStockCount/cardStock/queryCardStockCount管理后台exact
queryCardStockStatusCountPOST/cardStock/queryCardStockStatusCount/cardStock/queryCardStockStatusCount管理后台exact
countCardStockRemainPOST/cardStock/countCardStockRemain/cardStock/countCardStockRemain管理后台exact
queryCardPagePOST/card/queryCardPage/card/queryCardPage管理后台exact
updateCardMemberPOST/card/updateCardMember/card/updateCardMember管理后台exact
updateCardStatePOST/card/updateCardState/card/updateCardState管理后台exact
addCardBindPOST/card/addCardBind/card/addCardBind管理后台exact
updateCardActivedPOST/card/updateCardActived/card/updateCardActived管理后台exact
updateCardActivedZengPOST/card/updateCardActivedZeng/card/updateCardActivedZeng管理后台exact
cancelCardBindPOST/card/cancelCardBind/card/cancelCardBind管理后台exact
cancelCardActivedPOST/card/cancelCardActived/card/cancelCardActived管理后台exact
queryCardBindPagePOST/cardBind/queryCardBindPage/cardBind/queryCardBindPage管理后台exact
getCardBindPOST/cardBind/getCardBind/cardBind/getCardBind管理后台exact
updateCardBindByPOST/cardBind/updateCardBindBy/cardBind/updateCardBindBy管理后台exact
queryCardCheckPagePOST/cardCheck/queryCardCheckPage/cardCheck/queryCardCheckPage管理后台exact
singleRecordCardCheckPOST/cardCheck/singleRecordCardCheck/cardCheck/singleRecordCardCheck管理后台exact
singleRecordCardCheckSzhPOST/cardCheck/singleRecordCardCheckSzh/cardCheck/singleRecordCardCheckSzh管理后台exact
queryCardCheckCountPOST/cardCheck/queryCardCheckCount/cardCheck/queryCardCheckCount管理后台exact
queryCardUsePagePOST/cardCheck/queryCardUsePage/cardCheck/queryCardUsePage管理后台exact
deleteCardCheckPOST/cardCheck/deleteCardCheck/cardCheck/deleteCardCheck管理后台exact
queryCardAppointmentPaymentPagePOST/card/queryCardAppointmentPaymentPage/card/queryCardAppointmentPaymentPage管理后台exact
queryCardAppointmentPagePOST/cardAppointment/queryCardAppointmentPage/cardAppointment/queryCardAppointmentPage管理后台exact
cancelCardAppointmentPOST/cardAppointment/cancelCardAppointment/cardAppointment/cancelCardAppointment管理后台exact
showCardAppointmentPOST/cardAppointment/showCardAppointment/cardAppointment/showCardAppointment管理后台exact
deleteCardAppointmentPOST/cardAppointment/deleteCardAppointment/cardAppointment/deleteCardAppointment管理后台exact
getCardAppointmentPOST/cardAppointment/getCardAppointment/cardAppointment/getCardAppointment管理后台exact
queryCardResourceRuleListPOST/cardResourceRule/queryCardResourceRuleList/cardResourceRule/queryCardResourceRuleList 渠道疑不一致开放/回调exact
resourceOnlinePOST/cardResourceRule/resourceOnline/cardResourceRule/resourceOnline管理后台exact
resourceOfflinePOST/cardResourceRule/resourceOffline/cardResourceRule/resourceOffline管理后台exact
queryCardResourceRulePagePOST/cardResourceRule/queryCardResourceRulePage/cardResourceRule/queryCardResourceRulePage管理后台exact
deleteCardResourceRulePOST/cardResourceRule/deleteCardResourceRule/cardResourceRule/deleteCardResourceRule管理后台exact
queryResourceSkuEntrancePOST/cardResourceRule/queryResourceSkuEntrance/cardResourceRule/queryResourceSkuEntrance管理后台exact
queryCardResourceCalenderListPOST/cardResourceCalender/queryCardResourceCalenderList/cardResourceCalender/queryCardResourceCalenderList管理后台exact
addCardResourceCalenderPOST/cardResourceCalender/addCardResourceCalender/cardResourceCalender/addCardResourceCalender管理后台exact
setCardResourceEnabledPOST/cardResourceCalender/setCardResourceEnabled/cardResourceCalender/setCardResourceEnabled管理后台exact
deleteCardResourceEnabledPOST/cardResourceCalender/deleteCardResourceEnabled/cardResourceCalender/deleteCardResourceEnabled管理后台exact
addCardResourceRulePOST/cardResourceRule/addCardResourceRule/cardResourceRule/addCardResourceRule管理后台exact
getCardResourceRulePOST/cardResourceRule/getCardResourceRule/cardResourceRule/getCardResourceRule管理后台exact
updateCardSettlementRulePOST/cardResourceRule/updateCardSettlementRule/cardResourceRule/updateCardSettlementRule管理后台exact
updateCardResourceRulePOST/cardResourceRule/updateCardResourceRule/cardResourceRule/updateCardResourceRule管理后台exact
queryCardAppointmentResourcePagePOST/cardResourceRule/queryCardAppointmentResourcePage/cardResourceRule/queryCardAppointmentResourcePage管理后台exact
queryAppointmentResourcePagePOST/cardResourceRule/queryAppointmentResourcePage/cardResourceRule/queryAppointmentResourcePage管理后台exact
queryOrderCardListByOrderIdPOST/card/queryOrderCardList/card/queryOrderCardList管理后台exact
statCardIssuePOST/statistics/statCardIssue/statistics/statCardIssue管理后台exact
statCardStatPOST/statistics/statCardStat/statistics/statCardStat管理后台exact
queryCardChannelActiveListPOST/card/queryCardChannelActiveList/card/queryCardChannelActiveList管理后台exact
queryCardPersonalActiveListPOST/card/queryCardPersonalActiveList/card/queryCardPersonalActiveList管理后台exact
addCardResourceCalenderTimeSlotPOST/card/addCardResourceCalenderTimeSlot/card/addCardResourceCalenderTimeSlot管理后台exact
deleteCardResourceCalenderTimeSlotPOST/card/deleteCardResourceCalenderTimeSlot/card/deleteCardResourceCalenderTimeSlot管理后台exact
queryCardResourceCalenderTimeSlotListPOST/card/queryCardResourceCalenderTimeSlotList/card/queryCardResourceCalenderTimeSlotList管理后台exact
addCardPackageRulePOST/cardPackageRule/addCardPackageRule/cardPackageRule/addCardPackageRule管理后台exact
queryCardPackageRulePOST/cardPackageRule/queryCardPackageRule/cardPackageRule/queryCardPackageRule管理后台exact
deleteCardPackageRulePacketPOST/ruleResourcePacket/deleteCardPackageRuleResourcePacket/ruleResourcePacket/deleteCardPackageRuleResourcePacket管理后台exact
deleteCardPackageRulePOST/cardPackageRule/deleteCardPackageRule/cardPackageRule/deleteCardPackageRule管理后台exact
addCardNumRuleGET/cardBag/addCardNumRule?cardNum=/cardBag/addCardNumRule管理后台exact
queryCardModelNoticePagePOST/card/queryCardModelNoticePage/card/queryCardModelNoticePage管理后台exact
addCardModelNoticePOST/card/addCardModelNotice/card/addCardModelNotice管理后台exact
updateCardModelNoticePOST/card/updateCardModelNotice/card/updateCardModelNotice管理后台exact
getCardModelNoticePOST/card/getCardModelNotice/card/getCardModelNotice管理后台exact
setCardModelNoticeDisplayStatusPOST/card/setCardModelNoticeDisplayStatus/card/setCardModelNoticeDisplayStatus管理后台exact
userCardListPOST/cardBag/userCardList/cardBag/userCardList 渠道疑不一致质惠游exact
cardResourcePOST/cardBag/cardResource/cardBag/cardResource 渠道疑不一致质惠游exact
secnicDetailPOST/cardBag/secnicDetail/cardBag/secnicDetail 渠道疑不一致质惠游exact
appointPOST/cardBag/appoint/cardBag/appoint 渠道疑不一致质惠游exact
manageAppointPOST/cardBag/manageAppoint/cardBag/manageAppoint 渠道疑不一致质惠游exact
queryOpenapiChannelInfoPagePOST/openapi/queryOpenapiChannelInfoPage/openapi/queryOpenapiChannelInfoPage管理后台exact
addOpenapiChannelInfoPOST/openapi/addOpenapiChannelInfo/openapi/addOpenapiChannelInfo管理后台exact
updateOpenapiChannelInfoPOST/openapi/updateOpenapiChannelInfo/openapi/updateOpenapiChannelInfo管理后台exact
getOpenapiChannelInfoPOST/openapi/getOpenapiChannelInfo/openapi/getOpenapiChannelInfo管理后台exact
deleteOpenapiChannelInfoPOST/openapi/deleteOpenapiChannelInfo/openapi/deleteOpenapiChannelInfo管理后台exact
queryOpenapiChannelOperatorPagePOST/openapi/queryOpenapiChannelOperatorPage/openapi/queryOpenapiChannelOperatorPage管理后台exact
addOpenapiChannelOperatorPOST/openapi/addOpenapiChannelOperator/openapi/addOpenapiChannelOperator管理后台exact
updateOpenapiChannelOperatorPOST/openapi/updateOpenapiChannelOperator/openapi/updateOpenapiChannelOperator管理后台exact
getOpenapiChannelOperatorPOST/openapi/getOpenapiChannelOperator/openapi/getOpenapiChannelOperator管理后台exact
deleteOpenapiChannelOperatorPOST/openapi/deleteOpenapiChannelOperator/openapi/deleteOpenapiChannelOperator管理后台exact
queryOpenapiChannelRulePagePOST/openapi/queryOpenapiChannelRulePage/openapi/queryOpenapiChannelRulePage管理后台exact
deleteOpenapiChannelRulePOST/openapi/deleteOpenapiChannelRule/openapi/deleteOpenapiChannelRule管理后台exact
addOpenapiChannelRulePOST/openapi/addOpenapiChannelRule/openapi/addOpenapiChannelRule管理后台exact
updateOpenapiChannelRulePOST/openapi/updateOpenapiChannelRule/openapi/updateOpenapiChannelRule管理后台exact
getOpenapiChannelRulePOST/openapi/getOpenapiChannelRule/openapi/getOpenapiChannelRule管理后台exact
cardChannelStatPOST/card/cardChannelStat/card/cardChannelStat管理后台exact
getOpenapiChannelInfoListPOST/card/getOpenapiChannelInfoList/card/getOpenapiChannelInfoList管理后台exact
cibStatPOST/cib/cibStat/cib/cibStat管理后台exact
cibOperatorListPOST/cib/cibOperatorList/cib/cibOperatorList管理后台exact
getCibStatDetailPOST/cib/getCibStatDetail/cib/getCibStatDetail管理后台exact
statCardModelPOST/statistics/statCardModel/statistics/statCardModel 渠道疑不一致开放/回调exact
downloadBindBatchTemplateDOWNLOAD/card/bindBatchTemplate/card/bindBatchTemplate管理后台exact
bindBatchUPLOAD/card/bindBatch/card/bindBatch管理后台exact
previewCalcPOST/distributeAmount/previewCalc/distributeAmount/previewCalc管理后台exact
executeCalcPOST/distributeAmount/executeCalc/distributeAmount/executeCalc管理后台exact
queryDistributeBatchPagePOST/distributeAmount/queryDistributeBatchPage/distributeAmount/queryDistributeBatchPage管理后台exact
queryDistributeDetailPagePOST/distributeAmount/queryDistributeDetailPage/distributeAmount/queryDistributeDetailPage管理后台exact
getDistributeBatchPOST/distributeAmount/getDistributeBatch/distributeAmount/getDistributeBatch管理后台exact
deleteDistributeBatchPOST/distributeAmount/deleteDistributeBatch/distributeAmount/deleteDistributeBatch管理后台exact
querySettlementCardPagePOST/settlement/querySettlementCardPage/settlement/querySettlementCardPage管理后台exact
queryScenerySettlementCardPagePOST/settlement/queryScenerySettlementCardPage/settlement/queryScenerySettlementCardPage管理后台exact
queryInvoiceSettlementCardPagePOST/settlement/queryInvoiceSettlementCardPage/settlement/queryInvoiceSettlementCardPage管理后台exact
calcSettlementCardPOST/settlement/calcSettlementCard/settlement/calcSettlementCard管理后台exact
getSettlementCardPOST/settlement/getSettlementCard/settlement/getSettlementCard管理后台exact
getInvoiceSettlementCardPOST/settlement/getInvoiceSettlementCard/settlement/getInvoiceSettlementCard管理后台exact
submitSettlementCardPOST/settlement/submitSettlementCard/settlement/submitSettlementCard管理后台exact
getSettlementCardIssueNumPOST/settlement/getSettlementCardIssueNum/settlement/getSettlementCardIssueNum管理后台exact
querySettlementCardDetailPagePOST/settlement/querySettlementCardDetailPage/settlement/querySettlementCardDetailPage管理后台exact
querySettlementCardDetailSplitPagePOST/settlement/querySettlementCardDetailSplitPage/settlement/querySettlementCardDetailSplitPage管理后台exact
querySettlementCardCalcDetailPagePOST/settlement/querySettlementCardCalcDetailPage/settlement/querySettlementCardCalcDetailPage管理后台exact
querySettlementCardCheckDetailPagePOST/settlement/querySettlementCardCheckDetailPage/settlement/querySettlementCardCheckDetailPage管理后台exact
querySettlementCardCheckCalcDetailPagePOST/settlement/querySettlementCardCheckCalcDetailPage/settlement/querySettlementCardCheckCalcDetailPage管理后台exact
rejectedSettlementDetaiPOST/settlement/rejectedSettlementDetai/settlement/rejectedSettlementDetai管理后台exact
checkSettlementDetailPOST/settlement/checkSettlementDetail/settlement/checkSettlementDetail管理后台exact
platformAuditPOST/settlement/platformAudit/settlement/platformAudit管理后台exact
uploadInvoicePOST/settlement/uploadInvoice/settlement/uploadInvoice管理后台exact
invoiceGetPaymentInvoicePOST/settlement/invoiceGetPaymentInvoice/settlement/invoiceGetPaymentInvoice管理后台exact
sceneryGetPaymentInvoicePOST/settlement/sceneryGetPaymentInvoice/settlement/sceneryGetPaymentInvoice管理后台exact
querySettlementCardDetailPaymentPagePOST/settlement/querySettlementCardDetailPaymentPage/settlement/querySettlementCardDetailPaymentPage管理后台exact
uploadProofPOST/settlement/uploadProof/settlement/uploadProof管理后台exact
invoiceGetPaymentProofPOST/settlement/invoiceGetPaymentProof/settlement/invoiceGetPaymentProof管理后台exact
sceneryGetPaymentProofPOST/settlement/sceneryGetPaymentProof/settlement/sceneryGetPaymentProof管理后台exact
querySettlementCardLogPagePOST/settlement/querySettlementCardLogPage/settlement/querySettlementCardLogPage管理后台exact
deleteSettlementCardPOST/settlement/deleteSettlementCard/settlement/deleteSettlementCard管理后台exact
queryMerchantFinanceListPOST/merchantFinance/queryMerchantFinanceList/merchantFinance/queryMerchantFinanceList管理后台exact
queryMerchantFinancePagePOST/merchantFinance/queryMerchantFinancePage/merchantFinance/queryMerchantFinancePage管理后台exact
queryMerchantFinanceAllPagePOST/merchantFinance/queryMerchantFinanceAllPage/merchantFinance/queryMerchantFinanceAllPage管理后台exact
addMerchantFinancePOST/merchantFinance/addMerchantFinance/merchantFinance/addMerchantFinance管理后台exact
getMerchantFinancePOST/merchantFinance/getMerchantFinance/merchantFinance/getMerchantFinance管理后台exact
updateMerchantFinancePOST/merchantFinance/updateMerchantFinance/merchantFinance/updateMerchantFinance管理后台exact
deleteMerchantFinancePOST/merchantFinance/deleteMerchantFinance/merchantFinance/deleteMerchantFinance管理后台exact
queryHotelInfoPagePOST/hotel/queryHotelInfoPage/hotel/queryHotelInfoPage管理后台exact
queryHotelInfoListPOST/hotel/queryHotelInfoList/hotel/queryHotelInfoList管理后台exact
getHotelsListPOST/hotel/getHotelsList/hotel/getHotelsList管理后台exact
deleteHotelPOST/hotel/deleteHotelInfo/hotel/deleteHotelInfo管理后台exact
updateHotelInfoPOST/hotel/updateHotelInfo/hotel/updateHotelInfo管理后台exact
getHotelInfoPOST/hotel/getHotelInfo/hotel/getHotelInfo管理后台exact
addHotelInfoPOST/hotel/addHotelInfo/hotel/addHotelInfo管理后台exact
setHotelInfoStatusPOST/hotel/setHotelInfoStatus/hotel/setHotelInfoStatus管理后台exact
getHotelIdByMerchantIdAndShopIdPOST/hotel/getHotelIdByMerchantIdAndShopId/hotel/getHotelIdByMerchantIdAndShopId管理后台exact
queryHotelFacilityTemplatePagePOST/hotel/queryHotelFacilityTemplatePage/hotel/queryHotelFacilityTemplatePage管理后台exact
addHotelFacilityTemplatePOST/hotel/addHotelFacilityTemplate/hotel/addHotelFacilityTemplate管理后台exact
deleteHotelFacilityTemplatePOST/hotel/deleteHotelFacilityTemplate/hotel/deleteHotelFacilityTemplate管理后台exact
getHotelFacilityTemplatePOST/hotel/getHotelFacilityTemplate/hotel/getHotelFacilityTemplate管理后台exact
getHotelTemplateDetailPOST/hotel/getHotelTemplateDetail/hotel/getHotelTemplateDetail管理后台exact
queryHotelRoomTypePagePOST/hotel/queryHotelRoomTypePage/hotel/queryHotelRoomTypePage管理后台exact
queryHotelRoomTypeTreePagePOST/hotel/queryHotelRoomTypeTreePage/hotel/queryHotelRoomTypeTreePage管理后台exact
queryHotelRoomTypeListPOST/hotel/queryHotelRoomTypeList/hotel/queryHotelRoomTypeList管理后台exact
queryHotelRoomTypeTreeListPOST/hotel/queryHotelRoomTypeTreeList/hotel/queryHotelRoomTypeTreeList管理后台exact
addHotelRoomTypePOST/hotel/addHotelRoomType/hotel/addHotelRoomType管理后台exact
updateHotelRoomTypePOST/hotel/updateHotelRoomType/hotel/updateHotelRoomType管理后台exact
getHotelRoomTypeTreePOST/hotel/getHotelRoomTypeTree/hotel/getHotelRoomTypeTree管理后台exact
deleteHotelRoomTypePOST/hotel/deleteHotelRoomType/hotel/deleteHotelRoomType管理后台exact
setHotelRoomTypeStatusPOST/hotel/setHotelRoomTypeStatus/hotel/setHotelRoomTypeStatus管理后台exact
getHotelRoomTypeMaxSortPOST/hotel/getHotelRoomTypeMaxSort/hotel/getHotelRoomTypeMaxSort管理后台exact
queryHotelRoomPriceCalendarByDatePOST/hotel/queryHotelRoomPriceCalendarByDate/hotel/queryHotelRoomPriceCalendarByDate管理后台exact
addHotelRoomPriceCalendarPOST/hotel/addHotelRoomPriceCalendar/hotel/addHotelRoomPriceCalendar管理后台exact
updateHotelRoomPriceCalendarPOST/hotel/updateHotelRoomPriceCalendar/hotel/updateHotelRoomPriceCalendar管理后台exact
batchUpdateRoomPriceCalendarStatusPOST/hotel/batchUpdateRoomPriceCalendarStatus/hotel/batchUpdateRoomPriceCalendarStatus管理后台exact
batchUpdateRoomPriceCalendarPOST/hotel/batchUpdateRoomPriceCalendar/hotel/batchUpdateRoomPriceCalendar管理后台exact
queryHotelOrderPagePOST/hotel/queryHotelOrderPage/hotel/queryHotelOrderPage管理后台exact
getHotelOrderDetailPOST/hotel/getHotelOrderDetail/hotel/getHotelOrderDetail管理后台exact
getHotelOrderLogsPOST/hotel/getHotelOrderLogs/hotel/getHotelOrderLogs管理后台exact
confirmHotelOrderPOST/hotel/confirmHotelOrder/hotel/confirmHotelOrder管理后台exact
rejectHotelOrderPOST/hotel/rejectHotelOrder/hotel/rejectHotelOrder管理后台exact
checkInHotelOrderPOST/hotel/checkInHotelOrder/hotel/checkInHotelOrder管理后台exact
cancelHotelOrderPOST/hotel/cancelHotelOrder/hotel/cancelHotelOrder管理后台exact
checkOutHotelOrderPOST/hotel/checkOutHotelOrder/hotel/checkOutHotelOrder管理后台exact
addHotelAutoOrderRulePOST/hotel/addHotelAutoOrderRule/hotel/addHotelAutoOrderRule管理后台exact
updateHotelAutoOrderRulePOST/hotel/updateHotelAutoOrderRule/hotel/updateHotelAutoOrderRule管理后台exact
getHotelAutoOrderRulePOST/hotel/getHotelAutoOrderRule/hotel/getHotelAutoOrderRule管理后台exact
getHotelAutoOrderRuleLogsPOST/hotel/getHotelAutoOrderRuleLogs/hotel/getHotelAutoOrderRuleLogs管理后台exact
queryHotelOrderPaymentPagePOST/hotel/queryHotelOrderPaymentPage/hotel/queryHotelOrderPaymentPage管理后台exact
queryHotelCommentPagePOST/hotel/queryHotelCommentPage/hotel/queryHotelCommentPage管理后台exact
auditHotelCommentPOST/hotel/auditHotelComment/hotel/auditHotelComment管理后台exact
addHotelCommentReplyPOST/hotel/addHotelCommentReply/hotel/addHotelCommentReply管理后台exact
deleteHotelCommentPOST/hotel/deleteHotelComment/hotel/deleteHotelComment管理后台exact
queryHotelCommentLogsPOST/hotel/queryHotelCommentLogs/hotel/queryHotelCommentLogs管理后台exact
batchDeleteHotelCommentPOST/hotel/batchDeleteHotelComment/hotel/batchDeleteHotelComment管理后台exact
batchAuditHotelCommentPOST/hotel/batchAuditHotelComment/hotel/batchAuditHotelComment管理后台exact
queryHotelCommentReplysPOST/hotel/queryHotelCommentReplys/hotel/queryHotelCommentReplys管理后台exact
queryHotelCommentStatsPOST/hotel/queryHotelCommentStats/hotel/queryHotelCommentStats管理后台exact
querySmsConfigPagePOST/sms/querySmsConfigPage/sms/querySmsConfigPage管理后台exact
addSmsConfigPOST/sms/addSmsConfig/sms/addSmsConfig管理后台exact
addSmsCardLogPOST/sms/addSmsCardLog/sms/addSmsCardLog管理后台exact
queryShopListPOST/shop/queryShopList/shop/queryShopList 渠道疑不一致开放/回调exact
queryShopPagePOST/shop/queryShopPage/shop/queryShopPage管理后台exact
addShopPOST/shop/addShop/shop/addShop管理后台exact
getShopPOST/shop/getShop/shop/getShop 渠道疑不一致开放/回调exact
updateShopPOST/shop/updateShop/shop/updateShop管理后台exact
deleteShopPOST/shop/deleteShop/shop/deleteShop管理后台exact
setShopStatusPOST/shop/setShopStatus/shop/setShopStatus管理后台exact
queryShopNoticePagePOST/shop/queryShopNoticePage/shop/queryShopNoticePage管理后台exact
addShopNoticePOST/shop/addShopNotice/shop/addShopNotice管理后台exact
updateShopNoticePOST/shop/updateShopNotice/shop/updateShopNotice管理后台exact
getShopNoticePOST/shop/getShopNotice/shop/getShopNotice管理后台exact
setShopNoticeDisplayStatusPOST/shop/setShopNoticeDisplayStatus/shop/setShopNoticeDisplayStatus管理后台exact
getMapAddrSuggestionsPOST/shop/getMapAddrSuggestions?address=/shop/getMapAddrSuggestions管理后台exact
queryMemberPagePOST/member/queryMemberPage/member/queryMemberPage管理后台exact
setMemberStatusPOST/member/setMemberStatus/member/setMemberStatus管理后台exact
queryCarriageListPOST/carriage/queryCarriageList/carriage/queryCarriageList管理后台exact
queryCarriagePagePOST/carriage/queryCarriagePage/carriage/queryCarriagePage管理后台exact
addCarriagePOST/carriage/addCarriage/carriage/addCarriage管理后台exact
getCarriagePOST/carriage/getCarriage/carriage/getCarriage管理后台exact
updateCarriagePOST/carriage/updateCarriage/carriage/updateCarriage管理后台exact
deleteCarriagePOST/carriage/deleteCarriage/carriage/deleteCarriage管理后台exact
queryGoodsInfoListPOST/goodsInfo/queryGoodsInfoList/goodsInfo/queryGoodsInfoList管理后台exact
queryGoodsInfoPagePOST/goodsInfo/queryGoodsInfoPage/goodsInfo/queryGoodsInfoPage管理后台exact
addGoodsInfoPOST/goodsInfo/addGoodsInfo/goodsInfo/addGoodsInfo管理后台exact
getGoodsInfoPOST/goodsInfo/getGoodsInfo/goodsInfo/getGoodsInfo管理后台exact
updateGoodsInfoPOST/goodsInfo/updateGoodsInfo/goodsInfo/updateGoodsInfo管理后台exact
deleteGoodsInfoPOST/goodsInfo/deleteGoodsInfo/goodsInfo/deleteGoodsInfo管理后台exact
getRolePagePOST/system/role/queryRolePage/system/role/queryRolePage管理后台exact
getSimpleRoleListPOST/system/role/queryRoleList/system/role/queryRoleList管理后台exact
getRolePOST/system/role/getRole/system/role/getRole管理后台exact
createRolePOST/system/role/addRole/system/role/addRole管理后台exact
updateRolePOST/system/role/updateRole/system/role/updateRole管理后台exact
updateRoleStatusPOST/system/role/updateRoleStatus/system/role/updateRoleStatus管理后台exact
deleteRolePOST/system/role/deleteRole/system/role/deleteRole管理后台exact
getPostPagePOST/system/post/queryPostPage/system/post/queryPostPage管理后台exact
getSimplePostListPOST/system/post/queryPostList/system/post/queryPostList管理后台exact
getPostPOST/system/post/getPost/system/post/getPost管理后台exact
createPostPOST/system/post/addPost/system/post/addPost管理后台exact
updatePostPOST/system/post/updatePost/system/post/updatePost管理后台exact
updatePostStatusPOST/system/post/updatePostStatus/system/post/updatePostStatus管理后台exact
getAreaTreePOST/system/area/tree/system/area/tree管理后台exact
getAreaByIpPOST/system/area/get-by-ip?ip=/system/area/get-by-ip管理后台exact
queryCheckerPagePOST/checker/queryCheckerPage/checker/queryCheckerPage管理后台exact
addCheckerPOST/checker/addChecker/checker/addChecker管理后台exact
updateCheckerPOST/checker/updateChecker/checker/updateChecker管理后台exact
getCheckerPOST/checker/getChecker/checker/getChecker管理后台exact
updateCheckerPwdPOST/checker/updateCheckerPwd?id=/checker/updateCheckerPwd管理后台exact
getUserProfileGET/system/user/profile/get/system/user/profile/get管理后台exact
updateUserPasswordPUT/system/user/profile/update-password/system/user/profile/update-password管理后台exact
getUserPagePOST/system/user/queryUserPage/system/user/queryUserPage管理后台exact
queryMerchantUserPagePOST/system/user/queryMerchantUserPage/system/user/queryMerchantUserPage管理后台exact
getAllUserPOST/system/user/queryUserList/system/user/queryUserList管理后台exact
getUserByIdPOST/system/user/getUserById/system/user/getUserById管理后台exact
getUserPOST/system/user/getUser/system/user/getUser管理后台exact
createUserPOST/system/user/addUser/system/user/addUser管理后台exact
updateUserPOST/system/user/updateUser/system/user/updateUser管理后台exact
deleteUserPOST/system/user/deleteUser/system/user/deleteUser管理后台exact
resetUserPwdPUT/system/user/update-password/system/user/update-password管理后台exact
updateUserStatusPOST/system/user/updateUserStatus/system/user/updateUserStatus管理后台exact
getSimpleUserListPOST/system/user/queryUserSimpleList/system/user/queryUserSimpleList管理后台exact
getNoticePagePOST/system/notice/querySystemNoticePage/system/notice/querySystemNoticePage管理后台exact
getNoticePOST/system/notice/getSystemNotice/system/notice/getSystemNotice管理后台exact
createNoticePOST/system/notice/addSystemNotice/system/notice/addSystemNotice管理后台exact
updateNoticePOST/system/notice/updateSystemNotice/system/notice/updateSystemNotice管理后台exact
deleteNoticePOST/system/notice/deleteSystemNotice/system/notice/deleteSystemNotice管理后台exact
queryRegionListPOST/region/queryRegionList/region/queryRegionList 渠道疑不一致开放/回调exact
getSimpleMenusListPOST/system/menu/queryMenuSimpleList/system/menu/queryMenuSimpleList管理后台exact
getMenuListPOST/system/menu/queryMenuList/system/menu/queryMenuList管理后台exact
getMenuPOST/system/menu/getMenu/system/menu/getMenu管理后台exact
createMenuPOST/system/menu/addMenu/system/menu/addMenu管理后台exact
updateMenuPOST/system/menu/updateMenu/system/menu/updateMenu管理后台exact
deleteMenuPOST/system/menu/deleteMenu/system/menu/deleteMenu管理后台exact
getSimpleDeptListPOST/system/dept/queryDeptList/system/dept/queryDeptList管理后台exact
queryAllListPOST/system/dept/queryAllList/system/dept/queryAllList管理后台exact
getDeptTreePOST/system/dept/queryDeptTree/system/dept/queryDeptTree管理后台exact
getDeptPagePOST/system/dept/queryDeptPage/system/dept/queryDeptPage管理后台exact
getDeptPOST/system/dept/getDept/system/dept/getDept管理后台exact
createDeptPOST/system/dept/addDept/system/dept/addDept管理后台exact
updateDeptPOST/system/dept/updateDept/system/dept/updateDept管理后台exact
updateDeptStatusPOST/system/dept/updateDeptStatus/system/dept/updateDeptStatus管理后台exact
deleteDeptPOST/system/dept/deleteDept/system/dept/deleteDept管理后台exact
getRoleMenuListPOST/system/roleMenu/queryRoleMenuList/system/roleMenu/queryRoleMenuList管理后台exact
getSessionUserMenuListPOST/system/roleMenu/getSessionUserMenuList/system/roleMenu/getSessionUserMenuList管理后台exact
assignRoleMenuPOST/system/roleMenu/assignRoleMenu/system/roleMenu/assignRoleMenu管理后台exact
assignRoleDataScopePOST/system/role/assignRoleDataScope/system/role/assignRoleDataScope管理后台exact
getUserRoleListPOST/system/permission/queryUserRoleList/system/permission/queryUserRoleList管理后台exact
assignUserRolePOST/system/permission/addUserRole/system/permission/addUserRole管理后台exact
getSimpleDictTypeListPOST/system/dictType/queryDictTypeList/system/dictType/queryDictTypeList管理后台exact
getDictTypePagePOST/system/dictType/queryDictTypePage/system/dictType/queryDictTypePage管理后台exact
getDictTypePOST/system/dictType/getDictType/system/dictType/getDictType管理后台exact
createDictTypePOST/system/dictType/addDictType/system/dictType/addDictType管理后台exact
updateDictTypePOST/system/dictType/updateDictType/system/dictType/updateDictType管理后台exact
deleteDictTypePOST/system/dictType/deleteDictType/system/dictType/deleteDictType管理后台exact
listSimpleDictDataPOST/system/dictData/queryDictDataList/system/dictData/queryDictDataList管理后台exact
getDictDataPagePOST/system/dictData/queryDictDataPage/system/dictData/queryDictDataPage管理后台exact
getDictDataPOST/system/dictData/getDictData/system/dictData/getDictData管理后台exact
createDictDataPOST/system/dictData/addDictData/system/dictData/addDictData管理后台exact
updateDictDataPOST/system/dictData/updateDictData/system/dictData/updateDictData管理后台exact
deleteDictDataPOST/system/dictData/deleteDictData/system/dictData/deleteDictData管理后台exact
querySystemCheckLogPagePOST/system/querySystemCheckLogPage/system/querySystemCheckLogPage管理后台exact
queryAppointOperateLogPagePOST/system/queryAppointOperateLogPage/system/queryAppointOperateLogPage管理后台exact
querySystemOperateLogPagePOST/system/querySystemOperateLogPage/system/querySystemOperateLogPage管理后台exact
queryEstimationCardPagePOST/estimation/queryEstimationCardPage/estimation/queryEstimationCardPage管理后台exact
calcEstimationCardPOST/estimation/calcEstimationCard/estimation/calcEstimationCard管理后台exact
getEstimationCardPOST/estimation/getEstimationCard/estimation/getEstimationCard管理后台exact
submitEstimationCardPOST/estimation/submitEstimationCard/estimation/submitEstimationCard管理后台exact
getEstimationCardIssueNumPOST/estimation/getEstimationCardIssueNum/estimation/getEstimationCardIssueNum管理后台exact
queryEstimationCardDetailPagePOST/estimation/queryEstimationCardDetailPage/estimation/queryEstimationCardDetailPage管理后台exact
queryEstimationCardCalcDetailPagePOST/estimation/queryEstimationCardCalcDetailPage/estimation/queryEstimationCardCalcDetailPage管理后台exact
queryEstimationCardCheckDetailPagePOST/estimation/queryEstimationCardCheckDetailPage/estimation/queryEstimationCardCheckDetailPage管理后台exact
queryEstimationCardCheckCalcDetailPagePOST/estimation/queryEstimationCardCheckCalcDetailPage/estimation/queryEstimationCardCheckCalcDetailPage管理后台exact
queryMpContentPagePOST/mpContentManage/queryPage/mpContentManage/queryPage管理后台exact
addMpContentPOST/mpContentManage/add/mpContentManage/add管理后台exact
updateMpContentPOST/mpContentManage/update/mpContentManage/update管理后台exact
deleteMpContentPOST/mpContentManage/delete/mpContentManage/delete管理后台exact
getMpContentPOST/mpContentManage/get/mpContentManage/get管理后台exact
queryChannelInfoListPOST/openapi/queryOpenapiChannelInfoList/openapi/queryOpenapiChannelInfoList管理后台exact
queryIndustryListPOST/industry/queryIndustryList/industry/queryIndustryList管理后台exact
queryIndustryPagePOST/industry/queryIndustryPage/industry/queryIndustryPage管理后台exact
queryIndustryCascadePOST/industry/queryIndustryCascade/industry/queryIndustryCascade管理后台exact
addIndustryPOST/industry/addIndustry/industry/addIndustry管理后台exact
getIndustryPOST/industry/getIndustry/industry/getIndustry管理后台exact
updateIndustryPOST/industry/updateIndustry/industry/updateIndustry管理后台exact
deleteIndustryPOST/industry/deleteIndustry/industry/deleteIndustry管理后台exact
querySkuListPOST/sku/querySkuList/sku/querySkuList管理后台exact
querySkuPagePOST/sku/querySkuPage/sku/querySkuPage管理后台exact
addSkuPOST/sku/addSku/sku/addSku管理后台exact
getSkuPOST/sku/getSku/sku/getSku管理后台exact
updateSkuPOST/sku/updateSku/sku/updateSku管理后台exact
deleteSkuPOST/sku/deleteSku/sku/deleteSku管理后台exact
querySkuResourceListPOST/sku/querySkuResourceList/sku/querySkuResourceList管理后台exact
queryCardResourceSkuCascadeListPOST/sku/queryCardResourceSkuCascadeList/sku/queryCardResourceSkuCascadeList管理后台exact
querySkuCascadeListPOST/sku/querySkuCascadeList/sku/querySkuCascadeList管理后台exact
queryGoodsListPOST/goods/queryGoodsList/goods/queryGoodsList管理后台exact
queryGoodsPagePOST/goods/queryGoodsPage/goods/queryGoodsPage管理后台exact
addGoodsPOST/goods/addGoods/goods/addGoods管理后台exact
getGoodsPOST/goods/getGoods/goods/getGoods管理后台exact
getGoodsListPOST/goods/getGoodsList/goods/getGoodsList管理后台exact
updateGoodsPOST/goods/updateGoods/goods/updateGoods管理后台exact
deleteGoodsPOST/goods/deleteGoods/goods/deleteGoods管理后台exact
goodsOnlinePOST/goods/goodsOnline/goods/goodsOnline管理后台exact
goodsOfflinePOST/goods/goodsOffline/goods/goodsOffline管理后台exact
queryGoodsTreePOST/goods/goodsTree/goods/goodsTree管理后台exact
queryCqyRecordPagePOST/cqy/queryOpenapiCqyRecordPage/cqy/queryOpenapiCqyRecordPage管理后台exact
syncCqyRecordPOST/cqy/syncCqyRecord/cqy/syncCqyRecord管理后台exact
bindGoodsPOST/cqy/bindGoods/cqy/bindGoods管理后台exact
queryGoodsChannelListPOST/goodsChannel/queryGoodsChannelList/goodsChannel/queryGoodsChannelList管理后台exact
queryGoodsChannelPagePOST/goodsChannel/queryGoodsChannelPage/goodsChannel/queryGoodsChannelPage管理后台exact
addGoodsChannelPOST/goodsChannel/addGoodsChannel/goodsChannel/addGoodsChannel管理后台exact
getGoodsChannelPOST/goodsChannel/getGoodsChannel/goodsChannel/getGoodsChannel管理后台exact
updateGoodsChannelPOST/goodsChannel/updateGoodsChannel/goodsChannel/updateGoodsChannel管理后台exact
deleteGoodsChannelPOST/goodsChannel/deleteGoodsChannel/goodsChannel/deleteGoodsChannel管理后台exact
goodsChannelOnlinePOST/goodsChannel/goodsChannelOnline/goodsChannel/goodsChannelOnline管理后台exact
goodsChannelOfflinePOST/goodsChannel/goodsChannelOffline/goodsChannel/goodsChannelOffline管理后台exact
goodsChannelAdjustStockPOST/goodsChannel/adjustStock/goodsChannel/adjustStock管理后台exact
querySaleShopGoodsChannelListPOST/goodsChannel/querySaleShopGoodsChannelList/goodsChannel/querySaleShopGoodsChannelList管理后台exact
queryGoodsChannelExtendListPOST/goodsChannelExtend/queryGoodsChannelExtendList/goodsChannelExtend/queryGoodsChannelExtendList管理后台exact
queryGoodsChannelExtendPagePOST/goodsChannelExtend/queryGoodsChannelExtendPage/goodsChannelExtend/queryGoodsChannelExtendPage管理后台exact
addGoodsChannelExtendPOST/goodsChannelExtend/addGoodsChannelExtend/goodsChannelExtend/addGoodsChannelExtend管理后台exact
getGoodsChannelExtendPOST/goodsChannelExtend/getGoodsChannelExtend/goodsChannelExtend/getGoodsChannelExtend管理后台exact
updateGoodsChannelExtendPOST/goodsChannelExtend/updateGoodsChannelExtend/goodsChannelExtend/updateGoodsChannelExtend管理后台exact
deleteGoodsChannelExtendPOST/goodsChannelExtend/deleteGoodsChannelExtend/goodsChannelExtend/deleteGoodsChannelExtend管理后台exact
queryCarriageRuleListPOST/carriageRule/queryCarriageRuleList/carriageRule/queryCarriageRuleList管理后台exact
queryCarriageRulePagePOST/carriageRule/queryCarriageRulePage/carriageRule/queryCarriageRulePage管理后台exact
addCarriageRulePOST/carriageRule/addCarriageRule/carriageRule/addCarriageRule管理后台exact
getCarriageRulePOST/carriageRule/getCarriageRule/carriageRule/getCarriageRule管理后台exact
updateCarriageRulePOST/carriageRule/updateCarriageRule/carriageRule/updateCarriageRule管理后台exact
deleteCarriageRulePOST/carriageRule/deleteCarriageRule/carriageRule/deleteCarriageRule管理后台exact
loginPOST/auth/login/auth/login管理后台exact
simulateLoginPOST/auth/simulateLogin/auth/simulateLogin管理后台exact
loginOutPOST/auth/logout/auth/logout管理后台exact
getInfoPOST/auth/queryPermissionList/auth/queryPermissionList管理后台exact
queryMerchantListPOST/merchant/queryMerchantList/merchant/queryMerchantList管理后台exact
queryMerchantPagePOST/merchant/queryMerchantPage/merchant/queryMerchantPage管理后台exact
addMerchantPOST/merchant/addMerchant/merchant/addMerchant管理后台exact
getMerchantPOST/merchant/getMerchant/merchant/getMerchant管理后台exact
updateMerchantPOST/merchant/updateMerchant/merchant/updateMerchant管理后台exact
deleteMerchantPOST/merchant/deleteMerchant/merchant/deleteMerchant管理后台exact
setMerchantStatusPOST/merchant/setMerchantStatus/merchant/setMerchantStatus管理后台exact
未匹配 / 模板 / 外部 / Mock 路径(604)

这些路径在本后端 jxxx-dscp 中未找到对应接口:多为框架模板自带模块(如 yudao 的 crm/bpm/infra-demo)、外部第三方接口、或 Mock/未实现路由。

前端路径字面量方法/常量所在文件/模块
/infra/demo03-student/pagegetDemo03StudentPageinfra
/infra/demo03-student/get?id=getDemo03Studentinfra
/infra/demo03-student/createcreateDemo03Studentinfra
/infra/demo03-student/updateupdateDemo03Studentinfra
/infra/demo03-student/delete?id=deleteDemo03Studentinfra
/infra/demo03-student/export-excelexportDemo03Studentinfra
/infra/demo03-student/demo03-course/list-by-student-id?studentId=getDemo03CourseListByStudentIdinfra
/infra/demo03-student/demo03-grade/get-by-student-id?studentId=getDemo03GradeByStudentIdinfra
/infra/demo03-student/demo03-course/pagegetDemo03CoursePageinfra
/infra/demo03-student/demo03-course/createcreateDemo03Courseinfra
/infra/demo03-student/demo03-course/updateupdateDemo03Courseinfra
/infra/demo03-student/demo03-course/delete?id=deleteDemo03Courseinfra
/infra/demo03-student/demo03-course/get?id=getDemo03Courseinfra
/infra/demo03-student/demo03-grade/pagegetDemo03GradePageinfra
/infra/demo03-student/demo03-grade/createcreateDemo03Gradeinfra
/infra/demo03-student/demo03-grade/updateupdateDemo03Gradeinfra
/infra/demo03-student/demo03-grade/delete?id=deleteDemo03Gradeinfra
/infra/demo03-student/demo03-grade/get?id=getDemo03Gradeinfra
/infra/demo02-category/listgetDemo02CategoryListinfra
/infra/demo02-category/get?id=getDemo02Categoryinfra
/infra/demo02-category/createcreateDemo02Categoryinfra
/infra/demo02-category/updateupdateDemo02Categoryinfra
/infra/demo02-category/delete?id=deleteDemo02Categoryinfra
/infra/demo02-category/export-excelexportDemo02Categoryinfra
/infra/demo01-contact/pagegetDemo01ContactPageinfra
/infra/demo01-contact/get?id=getDemo01Contactinfra
/infra/demo01-contact/createcreateDemo01Contactinfra
/infra/demo01-contact/updateupdateDemo01Contactinfra
/infra/demo01-contact/delete?id=deleteDemo01Contactinfra
/infra/demo01-contact/export-excelexportDemo01Contactinfra
/infra/file/pagegetFilePageinfra
/infra/file/delete?id=deleteFileinfra
/infra/config/pagegetConfigPageinfra
/infra/config/get?id=getConfiginfra
/infra/config/get-value-by-key?key=getConfigKeyinfra
/infra/config/createcreateConfiginfra
/infra/config/updateupdateConfiginfra
/infra/config/delete?id=deleteConfiginfra
/infra/config/exportexportConfiginfra
/infra/redis/get-monitor-infogetCacheinfra
/infra/codegen/table/list?dataSourceConfigId=getCodegenTableListinfra
/infra/codegen/detail?tableId=getCodegenTableinfra
/infra/codegen/createcreateCodegenTableinfra
/infra/codegen/updateupdateCodegenTableinfra
/infra/codegen/sync-from-db?tableId=syncCodegenFromDBinfra
/infra/codegen/preview?tableId=previewCodegeninfra
/infra/codegen/download?tableId=downloadCodegeninfra
/infra/codegen/delete?tableId=deleteCodegenTableinfra
/infra/job-log/pagegetJobLogPageinfra
/infra/job-log/get?id=getJobLoginfra
/infra/job-log/export-excelexportJobLoginfra
/infra/api-access-log/pagegetApiAccessLogPageinfra
/infra/api-access-log/export-excelexportApiAccessLoginfra
/infra/job/pagegetJobPageinfra
/infra/job/get?id=getJobinfra
/infra/job/createcreateJobinfra
/infra/job/updateupdateJobinfra
/infra/job/delete?id=deleteJobinfra
/infra/job/export-excelexportJobinfra
/infra/job/update-statusupdateJobStatusinfra
…另有 544 条,见 JSON 数据