enum AuthApi { /// 获取 token getToken('/api/events/device/token'); final String path; const AuthApi(this.path); }