mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
fix: dataHandler 支持 promise
This commit is contained in:
parent
f589d133d2
commit
280d5a3431
@ -141,7 +141,7 @@ const _request = (url, data, options, onSuccess) => {
|
||||
}
|
||||
if (!context.error) {
|
||||
if (onSuccess) {
|
||||
return onSuccess(dataHandler(context.response.data, context.response), context);
|
||||
return onSuccess(await dataHandler(context.response.data, context.response), context);
|
||||
}
|
||||
return dataHandler(context.response.data, context.response);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user