feat: add app download
This commit is contained in:
		
							
								
								
									
										16
									
								
								src/query/app-manager/query-app.ts
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								src/query/app-manager/query-app.ts
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| import { query } from '@/module/query.ts'; | ||||
|  | ||||
| type QueryAppParams = { | ||||
|   id?: string; | ||||
|   user?: string; | ||||
|   key?: string; | ||||
| }; | ||||
| export const queryApp = async (params: QueryAppParams) => { | ||||
|   return await query.post({ | ||||
|     path: 'app', | ||||
|     key: 'getApp', | ||||
|     data: { | ||||
|       ...params, | ||||
|     }, | ||||
|   }); | ||||
| }; | ||||
		Reference in New Issue
	
	Block a user