Commit ccadb3c4 authored by 张永's avatar 张永

Merge branch 'feature/channel_package_zy' into 'dev'

修复下载链接问题

See merge request alpha/sun!80
parents 4647b9b0 bfee012b
......@@ -52,7 +52,7 @@ class ChannelList(APIView):
error_logger.error(u'获取渠道列表失败:%s', e)
raise e
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 = [
{
'id': data.get('id'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment