|
@@ -43,8 +43,8 @@ public interface WebFeignService {
|
|
|
@PostMapping(value = "api/queryVipPracticeGroups")
|
|
|
Boolean queryVipPracticeGroups();
|
|
|
|
|
|
- @GetMapping(value = "/queryByTenantId/{payerName}/{id}")
|
|
|
- HttpResponseResult<HfMerchantConfig> queryByTenantId(@PathVariable("payerName") String payerName,@PathVariable("id") Integer id);
|
|
|
+ @GetMapping(value = "/queryByTenantId")
|
|
|
+ HttpResponseResult<HfMerchantConfig> queryByTenantId(@RequestParam("payerName") String payerName,@RequestParam("id") Integer id);
|
|
|
|
|
|
@PostMapping("/api/mallCreateOrder")
|
|
|
HttpResponseResult<Map> mallCreateOrder(@RequestBody MallCreateOrderModel model);
|