Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
7e584d89
Commit
7e584d89
authored
Jul 14, 2025
by
王祖波
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-domain' into 'developer'
Feature domain See merge request
!3070
parents
8a50214c
f947a141
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
WxEnterpriseInfoController.java
...ban/manage/web/controller/WxEnterpriseInfoController.java
+2
-2
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/controller/WxEnterpriseInfoController.java
View file @
7e584d89
...
...
@@ -9,6 +9,7 @@ import javax.validation.Valid;
import
com.gic.enterprise.api.dto.EnterpriseUsingPermissionDto
;
import
com.gic.enterprise.api.service.EnterpriseUseForbidService
;
import
com.gic.haoban.manage.web.vo.*
;
import
com.gic.thirdparty.cloudfile.CosDomainUtil
;
import
org.apache.commons.collections.CollectionUtils
;
import
org.apache.commons.lang3.StringUtils
;
import
org.slf4j.Logger
;
...
...
@@ -756,8 +757,7 @@ public class WxEnterpriseInfoController extends WebBaseController {
@RequestMapping
(
"check-storage-fee"
)
@ResponseBody
public
RestResponse
<
Object
>
checkStorageFee
(
String
enterpriseId
,
String
url
)
{
String
gicUrl
=
"1251519181.cos.ap-shanghai.myqcloud.com"
;
if
(
StringUtils
.
isNotBlank
(
url
)
&&
!
url
.
contains
(
gicUrl
))
{
if
(
org
.
apache
.
commons
.
lang
.
StringUtils
.
isNotBlank
(
url
)
&&
!
CosDomainUtil
.
demoCos
(
url
))
{
return
RestResponse
.
successResult
(
true
)
;
}
boolean
check
=
this
.
accountService
.
storageFeeCheck
(
enterpriseId
)
;
...
...
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