1.短剧图标替换问题

2.PDLIVE 替换 POYO问题
3.修复了社区发布动态无法选择图片问题
4.修复了开播底部,主播协议展示问题
This commit is contained in:
Martin
2024-09-13 13:44:58 +08:00
parent 40966e0b33
commit 6de4523d27
8 changed files with 25 additions and 32 deletions

View File

@@ -1029,7 +1029,7 @@ public interface PDLiveApi {
*
* @return
*/
@GET("/sudhuoquyanzhengma")
@GET("/sudhuoquyanzhengma?service=Sudgame.getCode")
Observable<ResponseModel<List<SudgameCodeModel>>> getCode();
/**

View File

@@ -146,7 +146,7 @@ public class LogUtil {
public static void shareFile(Context context) {
String title = "[PDLIVE]" + CommonAppConfig.getInstance().getUid() + "_";
String title = "[POYO]" + CommonAppConfig.getInstance().getUid() + "_";
String today = title + SimpleDateFormat.getDateInstance(DEFAULT, Locale.CHINA).format(new Date());
File dir = new File("/data/data/" + context.getPackageName() + File.separator);
File zip = new File(context.getDir("files", Context.MODE_PRIVATE).getAbsolutePath() + File.separator + today + ".zip");

View File

@@ -40,7 +40,7 @@ public class LogUtils {
BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(process.getInputStream()));
String line;
PrintWriter writer = null;
String title = "[PDLIVE]" + CommonAppConfig.getInstance().getUid() + "_";
String title = "[POYO]" + CommonAppConfig.getInstance().getUid() + "_";
String today = title + SimpleDateFormat.getDateInstance(DEFAULT, Locale.CHINA).format(new Date());
File dir = new File(context.getDir("files", Context.MODE_PRIVATE).getAbsolutePath() + File.separator);
if (dir.listFiles() != null) {