Przeglądaj źródła

Merge branch 'zx_1026_1111' of http://git.dayaedu.com/yonge/mec into test

zouxuan 1 rok temu
rodzic
commit
b173e7572d

+ 1 - 1
mec-client-api/src/main/java/com/ym/mec/web/WebFeignService.java

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