feat: add Top Up Distribute Admin
This commit is contained in:
@@ -76,6 +76,16 @@ export class Transaction {
|
||||
await this.getData();
|
||||
return response;
|
||||
}
|
||||
|
||||
async distribute(data) {
|
||||
const response = await http.post('/transaction/distribute').send(data);
|
||||
return response;
|
||||
}
|
||||
|
||||
async distributeAdmin(data) {
|
||||
const response = await http.post('/transaction/distribute-admin').send(data);
|
||||
return response;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user