REQ-2752: a lot of staff

This commit is contained in:
yanglin 2024-10-11 14:53:57 +08:00
parent 1631bd3ef2
commit 42fb9c7655

View File

@ -68,7 +68,8 @@ public class UrlConfig {
@JSONField(serialize = false)
public MobileUrlConfig getOrCreateAppWorker() {
if (appWorker == null)
appWorker = new MobileUrlConfig();return appWorker;
appWorker = new MobileUrlConfig();
return appWorker;
}
@JSONField(serialize = false)