个人主页对接数据
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user