Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fill-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
fill-system
Commits
761603a0
Commit
761603a0
authored
Jun 13, 2025
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信小程序相关配置
parent
2c159d8e
Pipeline
#2975
canceled with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
fill-manager/pom.xml
fill-manager/pom.xml
+2
-0
fill-manager/src/main/java/com/mortals/xhx/module/datum/web/DatumFillQrcodeController.java
...rtals/xhx/module/datum/web/DatumFillQrcodeController.java
+2
-2
fill-manager/src/main/resources/bootstrap.yml
fill-manager/src/main/resources/bootstrap.yml
+3
-0
No files found.
fill-manager/pom.xml
View file @
761603a0
...
...
@@ -41,6 +41,8 @@
<profiles.nacos.server-addr>
192.168.0.252:8848
</profiles.nacos.server-addr>
<profiles.nacos.group>
DEFAULT_GROUP
</profiles.nacos.group>
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<profiles.wx.appId>
wxd3d6df0ebaf88f98
</profiles.wx.appId>
<profiles.wx.appSecret>
fe4c83e34f89956960aa0f1f9e8f38b1
</profiles.wx.appSecret>
</properties>
</profile>
<profile>
...
...
fill-manager/src/main/java/com/mortals/xhx/module/datum/web/DatumFillQrcodeController.java
View file @
761603a0
...
...
@@ -85,9 +85,9 @@ public class DatumFillQrcodeController extends BaseCRUDJsonBodyMappingController
return
ret
.
toJSONString
();
}
@GetMapping
(
"
qrcod
e"
)
@GetMapping
(
"
imag
e"
)
@UnAuth
public
void
qrcode
(
HttpServletRequest
request
,
HttpServletResponse
response
)
throws
IOException
{
public
void
qrcode
Image
(
HttpServletRequest
request
,
HttpServletResponse
response
)
throws
IOException
{
String
datumIdstr
=
request
.
getParameter
(
"datumId"
);
Long
datumId
=
DataUtil
.
converStr2Long
(
datumIdstr
,
0L
);
DatumFillQrcodeQuery
query
=
new
DatumFillQrcodeQuery
();
...
...
fill-manager/src/main/resources/bootstrap.yml
View file @
761603a0
...
...
@@ -51,4 +51,7 @@ hystrix:
isolation
:
thread
:
timeoutInMilliseconds
:
60000
wx
:
appId
:
@
profiles.wx.appId@
appSecret
:
@
profiles.wx.appSecret@
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