Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
0cb4fe94
...
0cb4fe943a80937f29b340766d577d7653680514
authored
2025-12-31 14:16:26 +0800
by
Cong.Zhao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
更新发行
1 parent
44437ca2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
app/Http/Controllers/Release/BaseController.php
app/Http/Controllers/Release/BaseController.php
View file @
0cb4fe9
...
...
@@ -178,6 +178,10 @@ class BaseController extends Controller
$params
=
str_replace
(
'brandShowName[]'
,
'brandShowName{}'
,
$params
);
}
if
(
strpos
(
$params
,
'signContract[]'
)
!==
false
)
{
$params
=
str_replace
(
'signContract[]'
,
'signContract{}'
,
$params
);
}
//2.去除特殊字符
$params
=
$this
->
removeSpecialCharacter
(
$params
);
...
...
Please
register
or
sign in
to post a comment