新增渠道:GH_REFRESH(刷新版)

This commit is contained in:
kehaoyuan
2018-07-06 15:31:00 +08:00
parent 696f862633
commit 0c9f741847
2 changed files with 2 additions and 1 deletions

View File

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