结算相关改动
This commit is contained in:
@@ -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"));
|
||||
|
||||
@@ -33,7 +33,7 @@ public class MerchantChannelStatusController {
|
||||
}
|
||||
|
||||
/**
|
||||
* 结算类型切换
|
||||
* 结算银行卡切换
|
||||
* @return
|
||||
*/
|
||||
@GetMapping("/channelCheck")
|
||||
|
||||
Reference in New Issue
Block a user