Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
F
feo-jobs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
探普后端
feo-jobs
Commits
b2d9b8aa
Commit
b2d9b8aa
authored
Aug 24, 2021
by
钱坤
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修正小程序球码生成地址错误问题
parent
e40bed47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
FeignClientForFatools.java
...tanpu/feo/feojob/feign/fatools/FeignClientForFatools.java
+1
-4
No files found.
src/main/java/com/tanpu/feo/feojob/feign/fatools/FeignClientForFatools.java
View file @
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
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment