66星球替换为peko
This commit is contained in:
@@ -120,12 +120,7 @@ public class ChargeNotifyTask extends BaseTask {
|
||||
private String getAppName(String app) {
|
||||
String appName = "";
|
||||
if (StringUtils.isNotBlank(app)) {
|
||||
if (app.contains("PlanetStar")) {
|
||||
return "66星球";
|
||||
}
|
||||
if (app.contains("yinyou")) {
|
||||
return "平台";
|
||||
}
|
||||
return "peko";
|
||||
}
|
||||
return appName;
|
||||
}
|
||||
|
Reference in New Issue
Block a user