| | |
| | | @Resource |
| | | private ApiV1Service3021 apiV1Service3021; |
| | | @Resource |
| | | private ApiV1Service3022 apiV1Service3022; |
| | | @Resource |
| | | private ApiV1Service3030 apiV1Service3030; |
| | | @Resource |
| | | private ApiV1Service3031 apiV1Service3031; |
| | | @Resource |
| | | private ApiV1Service3032 apiV1Service3032; |
| | | |
| | | |
| | | @PostMapping |
| | |
| | | return apiV1Service3020.analysis(req, gatewaySer); |
| | | case ApiV1Constant.API_FUNCTION_3021: |
| | | return apiV1Service3021.analysis(req, gatewaySer); |
| | | case ApiV1Constant.API_FUNCTION_3022: |
| | | return apiV1Service3022.analysis(req, gatewaySer); |
| | | case ApiV1Constant.API_FUNCTION_3030: |
| | | return apiV1Service3030.analysis(req, gatewaySer); |
| | | case ApiV1Constant.API_FUNCTION_3031: |
| | | return apiV1Service3031.analysis(req, gatewaySer); |
| | | case ApiV1Constant.API_FUNCTION_3032: |
| | | return apiV1Service3032.analysis(req, gatewaySer); |
| | | } |
| | | |
| | | return ApiV1Resp.error("接口编码<" + functionId + ">不存在,请核查!", req); |