config add getConfigByDefault Key
This commit is contained in:
		| @@ -81,6 +81,12 @@ export class QueryConfig { | |||||||
|       key: 'detect', |       key: 'detect', | ||||||
|     }); |     }); | ||||||
|   } |   } | ||||||
|  |   async getConfigByKey(key: string) { | ||||||
|  |     return this.post<Result<Config>>({ | ||||||
|  |       key: 'defaultConfig', | ||||||
|  |       configKey: key, | ||||||
|  |     }); | ||||||
|  |   } | ||||||
| } | } | ||||||
|  |  | ||||||
| /** | /** | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user