Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
N
nyx
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
发现
nyx
Commits
75953642
Commit
75953642
authored
May 29, 2020
by
jscat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nyx: 发现栏目
小程序的上传路径默认是https前缀 将代码改为https格式。
parent
cdb6c2d5
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
+4
-4
增值产品-小程序及app/nyx-master/project.config.json
+2
-2
增值产品-小程序及app/nyx_app_key/api/src/main/java/cn/com/fun/nyxkey/api/service/impl/Rockwell_ossServiceImpl.java
+2
-2
没有找到文件。
增值产品-小程序及app/nyx-master/project.config.json
查看文件 @
75953642
{
{
{
{
"description"
:
"项目配置文件。"
,
"description"
:
"项目配置文件。"
,
"setting"
:
{
"setting"
:
{
"urlCheck"
:
fals
e
,
"urlCheck"
:
tru
e
,
"es6"
:
true
,
"es6"
:
true
,
"postcss"
:
true
,
"postcss"
:
true
,
"minified"
:
true
,
"minified"
:
true
,
...
...
增值产品-小程序及app/nyx_app_key/api/src/main/java/cn/com/fun/nyxkey/api/service/impl/Rockwell_ossServiceImpl.java
查看文件 @
75953642
packa
ge
cn
.
com
.
fun
.
nyxkey
.
api
.
service
.
impl
;
packa
ge
cn
.
com
.
fun
.
nyxkey
.
api
.
service
.
impl
;
...
@@ -134,7 +134,7 @@ public class Rockwell_ossServiceImpl implements Rockwell_ossService {
...
@@ -134,7 +134,7 @@ public class Rockwell_ossServiceImpl implements Rockwell_ossService {
String
endpoint
=
aliyunOssEndpoint
;
// 请填写您的 endpoint。
String
endpoint
=
aliyunOssEndpoint
;
// 请填写您的 endpoint。
String
bucket
=
aliyunOssBucket
;
// 请填写您的 bucketname 。
String
bucket
=
aliyunOssBucket
;
// 请填写您的 bucketname 。
String
host
=
"http://"
+
bucket
+
"."
+
endpoint
;
// host的格式为 bucketname.endpoint
String
host
=
"http
s
://"
+
bucket
+
"."
+
endpoint
;
// host的格式为 bucketname.endpoint
// callbackUrl为 上传回调服务器的URL,请将下面的IP和Port配置为您自己的真实信息。
// callbackUrl为 上传回调服务器的URL,请将下面的IP和Port配置为您自己的真实信息。
String
callbackUrl
=
aliyunOssCallbackUrl
;
String
callbackUrl
=
aliyunOssCallbackUrl
;
String
dir
=
aliyunOssDir
;
// 用户上传文件时指定的前缀。
String
dir
=
aliyunOssDir
;
// 用户上传文件时指定的前缀。
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论