66星球替换为peko

This commit is contained in:
lzm
2022-11-01 18:28:44 +08:00
parent 3461af647f
commit 7d2fab783d
2 changed files with 2 additions and 7 deletions

View File

@@ -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;
}