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
051b69ee
Commit
051b69ee
authored
Jun 13, 2025
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改php服务访问相关配置
parent
eeb82e77
Pipeline
#2978
canceled with stages
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
3 deletions
+5
-3
fill-manager/pom.xml
fill-manager/pom.xml
+1
-0
fill-manager/src/main/java/com/mortals/xhx/module/h5/TerminalController.java
...in/java/com/mortals/xhx/module/h5/TerminalController.java
+1
-1
fill-manager/src/main/java/com/mortals/xhx/module/h5/WeChatMiniProgramController.java
...om/mortals/xhx/module/h5/WeChatMiniProgramController.java
+1
-1
fill-manager/src/main/java/com/mortals/xhx/module/user/web/UserFillHistoryController.java
...ortals/xhx/module/user/web/UserFillHistoryController.java
+1
-1
fill-manager/src/main/resources/bootstrap.yml
fill-manager/src/main/resources/bootstrap.yml
+1
-0
No files found.
fill-manager/pom.xml
View file @
051b69ee
...
@@ -41,6 +41,7 @@
...
@@ -41,6 +41,7 @@
<profiles.nacos.server-addr>
192.168.0.252:8848
</profiles.nacos.server-addr>
<profiles.nacos.server-addr>
192.168.0.252:8848
</profiles.nacos.server-addr>
<profiles.nacos.group>
DEFAULT_GROUP
</profiles.nacos.group>
<profiles.nacos.group>
DEFAULT_GROUP
</profiles.nacos.group>
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<profiles.nacos.namespace>
smart-gov
</profiles.nacos.namespace>
<profiles.phpServer>
http://192.168.0.98:8090
</profiles.phpServer>
<profiles.wx.appId>
wxd3d6df0ebaf88f98
</profiles.wx.appId>
<profiles.wx.appId>
wxd3d6df0ebaf88f98
</profiles.wx.appId>
<profiles.wx.appSecret>
fe4c83e34f89956960aa0f1f9e8f38b1
</profiles.wx.appSecret>
<profiles.wx.appSecret>
fe4c83e34f89956960aa0f1f9e8f38b1
</profiles.wx.appSecret>
</properties>
</properties>
...
...
fill-manager/src/main/java/com/mortals/xhx/module/h5/TerminalController.java
View file @
051b69ee
...
@@ -40,7 +40,7 @@ import java.util.*;
...
@@ -40,7 +40,7 @@ import java.util.*;
public
class
TerminalController
extends
BaseJsonBodyController
{
public
class
TerminalController
extends
BaseJsonBodyController
{
/** php接口访问地址 */
/** php接口访问地址 */
@Value
(
"${
server.php
:http://112.19.80.237:8090}"
)
@Value
(
"${
phpServer
:http://112.19.80.237:8090}"
)
private
String
phpServer
;
private
String
phpServer
;
@Autowired
@Autowired
private
UserFillHistoryService
userFillHistoryService
;
private
UserFillHistoryService
userFillHistoryService
;
...
...
fill-manager/src/main/java/com/mortals/xhx/module/h5/WeChatMiniProgramController.java
View file @
051b69ee
...
@@ -55,7 +55,7 @@ import java.util.stream.Collectors;
...
@@ -55,7 +55,7 @@ import java.util.stream.Collectors;
public
class
WeChatMiniProgramController
extends
BaseJsonBodyController
{
public
class
WeChatMiniProgramController
extends
BaseJsonBodyController
{
/** php接口访问地址 */
/** php接口访问地址 */
@Value
(
"${
server.php
:http://192.168.0.98:8090}"
)
@Value
(
"${
phpServer
:http://192.168.0.98:8090}"
)
private
String
phpServer
;
private
String
phpServer
;
private
static
String
ACTION
=
"/wechat/homebase/realInfo"
;
private
static
String
ACTION
=
"/wechat/homebase/realInfo"
;
@Autowired
@Autowired
...
...
fill-manager/src/main/java/com/mortals/xhx/module/user/web/UserFillHistoryController.java
View file @
051b69ee
...
@@ -47,7 +47,7 @@ public class UserFillHistoryController extends BaseCRUDJsonBodyMappingController
...
@@ -47,7 +47,7 @@ public class UserFillHistoryController extends BaseCRUDJsonBodyMappingController
@Autowired
@Autowired
private
ParamService
paramService
;
private
ParamService
paramService
;
@Value
(
"${
server.php
:http://192.168.0.98:8090}"
)
@Value
(
"${
phpServer
:http://192.168.0.98:8090}"
)
private
String
phpServer
;
private
String
phpServer
;
...
...
fill-manager/src/main/resources/bootstrap.yml
View file @
051b69ee
...
@@ -54,4 +54,5 @@ hystrix:
...
@@ -54,4 +54,5 @@ hystrix:
wx
:
wx
:
appId
:
@
profiles.wx.appId@
appId
:
@
profiles.wx.appId@
appSecret
:
@
profiles.wx.appSecret@
appSecret
:
@
profiles.wx.appSecret@
phpServer
:
@
profiles.phpServer@
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