Commit b2d9b8aa authored by 钱坤's avatar 钱坤

修正小程序球码生成地址错误问题

parent e40bed47
...@@ -12,9 +12,6 @@ import java.util.Map; ...@@ -12,9 +12,6 @@ import java.util.Map;
@FeignClient(value = "fatools", url = "${tanpu.feo-fatools.svc:}", path = "/fatools") @FeignClient(value = "fatools", url = "${tanpu.feo-fatools.svc:}", path = "/fatools")
public interface FeignClientForFatools { public interface FeignClientForFatools {
@GetMapping("/get-wx-config") @GetMapping("/api/org/get-qrcode-url")
CommonResp<Map<String, Object>> getWxConfigInfo(@RequestParam("orgCode") String orgCode);
@GetMapping("/get-qrcode-url")
CommonResp<String> getQrCodeUrl(@RequestParam("orgId") String orgId); 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