|
@@ -43,7 +43,7 @@ public interface WebFeignService {
|
|
@PostMapping(value = "api/queryVipPracticeGroups")
|
|
@PostMapping(value = "api/queryVipPracticeGroups")
|
|
Boolean queryVipPracticeGroups();
|
|
Boolean queryVipPracticeGroups();
|
|
|
|
|
|
- @GetMapping(value = "/queryByTenantId")
|
|
|
|
|
|
+ @GetMapping(value = "/hfMerchantConfig/queryByTenantId")
|
|
HttpResponseResult<HfMerchantConfig> queryByTenantId(@RequestParam("payerName") String payerName,@RequestParam("id") Integer id);
|
|
HttpResponseResult<HfMerchantConfig> queryByTenantId(@RequestParam("payerName") String payerName,@RequestParam("id") Integer id);
|
|
|
|
|
|
@PostMapping("/api/mallCreateOrder")
|
|
@PostMapping("/api/mallCreateOrder")
|