Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
4a6043dd
Commit
4a6043dd
authored
Jul 21, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix policy url
parent
17253cf4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
script/script_help.sh
+1
-1
src/main/java/tech/starwin/network/Gateway.java
+1
-1
No files found.
script/script_help.sh
View file @
4a6043dd
...
...
@@ -253,7 +253,7 @@ then
elif
((
$commod
==
'26'
))
;
then
echo
" "
echo
"
${
corp_id
}
${
app_name
}
"
echo
"对内协议:
${
agreement_url
}
"
echo
"对内协议:
${
agreement_url
}
?name=
${
app_name
}
"
echo
"对外协议:
${
home
}
/privacy.html?name=
${
app_name
}
"
echo
"gateway:
${
gateway_url
}
"
echo
" "
...
...
src/main/java/tech/starwin/network/Gateway.java
View file @
4a6043dd
...
...
@@ -47,7 +47,7 @@ public class Gateway {
* 注册协议和隐私政策
*/
public
static
String
getAgreementPolicyUrl
()
{
return
gatewayInfo
.
privacy
.
get
(
0
)
+
"?name="
+
LibConfig
.
APP_NAME
;
return
gatewayInfo
.
privacy
.
get
(
0
)
+
"?name="
+
LibConfig
.
APP_NAME
.
replace
(
" "
,
"%20"
)
;
}
/**
...
...
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