| | |
| | | * @param gatewaySer |
| | | * @return |
| | | */ |
| | | public ApiV1Resp<Object> analysis(ApiV1Req<JSONObject> req, GatewaySer gatewaySer) throws Exception{ |
| | | public ApiV1Resp<Object> analysis(ApiV1Req<Object> req, GatewaySer gatewaySer) throws Exception{ |
| | | |
| | | //转化为对象 |
| | | List<Param3030> list = JSONObject.parseArray(req.getData().toString(), Param3030.class); |
| | |
| | | } |
| | | |
| | | step1(list, gatewaySer); |
| | | log.info("质押监管接口V1,3030接口解析完成={}", req); |
| | | |
| | | return ApiV1Resp.success(null, req); |
| | | } |
| | | |
| | |
| | | |
| | | snapRecordService.addData(snapRecord); |
| | | } |
| | | |
| | | log.info("质押监管接口V1,3030接口解析完成"); |
| | | } |
| | | |
| | | } |