UNPKG
@scu-xiaochuan/scu-pecourse-utils
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
@scu-xiaochuan/scu-pecourse-utils
/
esm
/
utils
/
http.d.ts
7 lines
(6 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
function
getSign
(
{ path, appsecret, timestamp, data, }: { path:
string
; appsecret:
string
; timestamp:
string
; data?:
any
; }
):
string
;