结算相关改动

This commit is contained in:
liuyingfang
2023-07-03 15:18:55 +08:00
parent dbf20ce758
commit faa73ce1bc
4 changed files with 40 additions and 23 deletions

View File

@@ -63,7 +63,7 @@ public class IntroduceController {
}
}
@PostMapping ({"/common"})
@PostMapping ("/common")
public Result<String> billIntro(HttpServletRequest httpServletRequest,
@RequestBody Map<String, String> params) {
AppGuide entity = appGuideService.getByCode(params.get("code"));

View File

@@ -33,7 +33,7 @@ public class MerchantChannelStatusController {
}
/**
* 结算类型切换
* 结算银行卡切换
* @return
*/
@GetMapping("/channelCheck")