个人主页对接数据

This commit is contained in:
kehaoyuan
2018-07-28 14:50:28 +08:00
parent 1e424a3791
commit 1125bb9b4c
21 changed files with 220 additions and 63 deletions

View File

@ -42,7 +42,7 @@ public class TimestampUtils {
*/
public static String addTimestamp(String url) {
if ("GH_REFRESH".equals(HaloApp.getInstance().getChannel())) {
if ("GH_REFRESH".equals(HaloApp.getInstance().getChannel()) || AppDebugConfig.IS_DEBUG) {
if (TextUtils.isEmpty(url)) {
return url;
}