UNPKG
egg-minifapp
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
对接各种小程序之类app的sdk
gitee.com
egg-minifapp
/
dist
/
src
/
common
/
axios.d.ts
2 lines
(1 loc)
•
108 B
TypeScript
View Raw
1
2
export
declare
function
axiosfun
(
method
:
string
,
url
:
string
,
data
?:
any
,
herders
?:
any
):
Promise
<
unknown
>;