mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
新增 后管上传蓝牙升级程序接口
This commit is contained in:
@@ -37,6 +37,11 @@ public class AliyunOssConfig {
|
||||
*/
|
||||
private String bluetoothFileHost;
|
||||
|
||||
/**
|
||||
* 访问域名(上传蓝牙固件时用)
|
||||
*/
|
||||
private String interviewUrl;
|
||||
|
||||
/**
|
||||
* 访问域名
|
||||
*/
|
||||
@@ -90,6 +95,14 @@ public class AliyunOssConfig {
|
||||
this.bluetoothFileHost = bluetoothFileHost;
|
||||
}
|
||||
|
||||
public String getInterviewUrl() {
|
||||
return interviewUrl;
|
||||
}
|
||||
|
||||
public void setInterviewUrl(String interviewUrl) {
|
||||
this.interviewUrl = interviewUrl;
|
||||
}
|
||||
|
||||
public String getUrl() {
|
||||
return url;
|
||||
}
|
||||
@@ -107,6 +120,7 @@ public class AliyunOssConfig {
|
||||
.append("bucketName", bucketName)
|
||||
.append("filehost", filehost)
|
||||
.append("bluetoothFileHost", bluetoothFileHost)
|
||||
.append("interviewUrl", interviewUrl)
|
||||
.append("url", url)
|
||||
.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user