景区核销 writeoff

uni-app + uView (Vue2)

连接配置
环境主机uat https://dscp-uat.hn12301.net (interceptor 硬编码 uat)
认证头Authorization: Bearer <token>
响应判定errcode==0 成功;errcode==-99 重登
路径前缀baseUrl 硬编码 uat 主机;字面量前缀以扫描结果为准(核销多走 app-api/open-api)
默认渠道App开放/回调
如何理解「匹配 / 未匹配」
匹配
该前端代码里的请求路径,能在本后端找到对应接口(去掉渠道前缀后精确匹配,末两段兜底)。点“匹配后端接口”可跳详情。
未匹配
本后端找不到同名接口。多为:芋道模板未实现模块、路径命名差异、Mock 路由、或外部第三方接口详见说明 —— 未匹配不一定是 bug。
已匹配后端接口(25 个去重接口 / 25 调用点)
前端方法/常量方法前端路径字面量匹配后端接口后端渠道匹配
Loginapp-api/auth/checkerLogin/auth/checkerLoginAppexact
Consumeapp-api/checker/unifiedConsume/checker/unifiedConsumeAppexact
queryCheckerConsumeRecordapp-api/checker/queryCheckerConsumeRecord/checker/queryCheckerConsumeRecordAppexact
faceConsumeapp-api/checker/faceConsume/checker/faceConsumeAppexact
faceStepTwoapp-api/checker/faceStepTwo/checker/faceStepTwoAppexact
versionapp-api/checker/version/checker/versionAppexact
cardCheckStatapp-api/checker/cardCheckStat/checker/cardCheckStatAppexact
addTicketsCheckopen-api/tickets/addTicketsCheck/tickets/addTicketsCheck开放/回调exact
queryTicketsCheckopen-api/tickets/queryTicketsCheck/tickets/queryTicketsCheck开放/回调exact
countTicketsCheckTodayopen-api/tickets/countTicketsCheckToday/tickets/countTicketsCheckToday开放/回调exact
checkerLogoutapp-api/auth/checkerLogout/auth/checkerLogoutAppexact
resetCheckerPwdapp-api/consumeEnd/resetCheckerPwd/consumeEnd/resetCheckerPwdAppexact
getCardModelListapp-api/consumeEnd/getCardModelList/consumeEnd/getCardModelListAppexact
queryCardCheckapp-api/consumeEnd/queryCardCheck/consumeEnd/queryCardCheckAppexact
queryCardAppointmentapp-api/consumeEnd/queryCardAppointment/consumeEnd/queryCardAppointmentAppexact
queryTicketsCheckEndapp-api/consumeEnd/queryTicketsCheck/consumeEnd/queryTicketsCheckAppexact
getTicketsListapp-api/consumeEnd/getTicketsList/consumeEnd/getTicketsListAppexact
statCardCheckapp-api/consumeEnd/statCardCheck/consumeEnd/statCardCheckAppexact
statCardAppointmentapp-api/consumeEnd/statCardAppointment/consumeEnd/statCardAppointmentAppexact
countCardCheckByCheckerapp-api/consumeEnd/countCardCheckByChecker/consumeEnd/countCardCheckByCheckerAppexact
statTicketsCheckapp-api/consumeEnd/statTicketsCheck/consumeEnd/statTicketsCheckAppexact
cqyCheckerGoodsopen-api/cqy/cqyCheckerGoods/cqy/cqyCheckerGoods开放/回调exact
statCqyCheckapp-api/cqy/statCqyCheck/cqy/statCqyCheck开放/回调exact
queryCqyCheckopen-api/cqy/queryCqyCheck/cqy/queryCqyCheck开放/回调exact
cqyCheckopen-api/cqy/cqyCheck/cqy/cqyCheck开放/回调exact
未匹配 / 模板 / 外部 / Mock 路径(1)

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

前端路径字面量方法/常量所在文件/模块
app-api/checker/socCardConsumesocCardConsumehttp.api