Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sun
Project
Project
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
钟尚武
sun
Commits
bfee012b
Commit
bfee012b
authored
Feb 28, 2019
by
张永
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复下载链接问题
parent
fe8c3122
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
channel_build.py
api/channel_build.py
+1
-1
No files found.
api/channel_build.py
View file @
bfee012b
...
@@ -52,7 +52,7 @@ class ChannelList(APIView):
...
@@ -52,7 +52,7 @@ class ChannelList(APIView):
error_logger
.
error
(
u'获取渠道列表失败:
%
s'
,
e
)
error_logger
.
error
(
u'获取渠道列表失败:
%
s'
,
e
)
raise
e
raise
e
data
=
{
'total'
:
channel_list
.
get
(
'total'
,
0
)}
data
=
{
'total'
:
channel_list
.
get
(
'total'
,
0
)}
url
=
settings
.
APK_DOMAIN
+
settings
.
APK_RELEASE_DIR
+
"/{name}/gm_alpha_{name}.apk"
url
=
settings
.
APK_DOMAIN
+
settings
.
APK_
BUILD_DIR
+
'/'
+
settings
.
APK_
RELEASE_DIR
+
"/{name}/gm_alpha_{name}.apk"
channels
=
[
channels
=
[
{
{
'id'
:
data
.
get
(
'id'
),
'id'
:
data
.
get
(
'id'
),
...
...
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