feat: api service

This commit is contained in:
chenos 2022-10-25 15:57:15 +08:00
parent 2f14c7164c
commit 80b16d2b43

View File

@ -10,6 +10,10 @@ export class APIClient extends APIClientSDK {
return this.services[uid];
}
service(uid: string) {
return this.service[uid];
}
interceptors() {
super.interceptors();
this.notification();