Commit 19df7bfb authored by shangying's avatar shangying

对外接口发送了一些变化

parent cb951fcb
...@@ -92,12 +92,18 @@ public class OneClickDataController { ...@@ -92,12 +92,18 @@ public class OneClickDataController {
@GetMapping("/v1/type") @GetMapping("/v1/selecttype")
public Result oneClickDataTypeList(){ public Result oneClickDataSelectTypeList(){
List<OneClickTypeModel> oneClickTypeModelList= commMethod.getTypeList(); List<OneClickTypeModel> oneClickTypeModelList= commMethod.getTypeList();
return Result.buildSuccess(oneClickTypeModelList); return Result.buildSuccess(oneClickTypeModelList);
} }
@GetMapping("/v1/channelCode")
public Result oneClickDataChannelCodeList(){
List<OneClickTypeModel> oneClickTypeModelList= commMethod.getTypeList();
return Result.buildSuccess(commMethod);
}
@PostMapping("/v1/repayment") @PostMapping("/v1/repayment")
public Result oneClickDataRepayment(@RequestParam (value = "loadId") String loadId){ public Result oneClickDataRepayment(@RequestParam (value = "loadId") String loadId){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment