app版本接口

This commit is contained in:
huangzj
2023-04-10 11:19:39 +08:00
parent ee2457f2c1
commit 381f8ea690
20 changed files with 698 additions and 63 deletions

View File

@@ -57,4 +57,9 @@ public interface OssPath {
* app反馈图片
*/
String FEEDBACK = "feedBack/";
/***
* app版本升级文件
*/
String EDDATA = "edData/";
}