Commit 25cddd54 authored by 钱坤's avatar 钱坤

Merge remote-tracking branch 'origin/dev-08xx-fix-bug' into dev

parents 4a5ab882 b2d9b8aa
......@@ -12,9 +12,6 @@ import java.util.Map;
@FeignClient(value = "fatools", url = "${tanpu.feo-fatools.svc:}", path = "/fatools")
public interface FeignClientForFatools {
@GetMapping("/get-wx-config")
CommonResp<Map<String, Object>> getWxConfigInfo(@RequestParam("orgCode") String orgCode);
@GetMapping("/get-qrcode-url")
@GetMapping("/api/org/get-qrcode-url")
CommonResp<String> getQrCodeUrl(@RequestParam("orgId") String orgId);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment