UNPKG
typed-jd-union-cpsapi
Version:
latest (1.0.4)
1.0.4
京东联盟 NodeJS cps API
github.com/logerzhu/typed-jd-union-api
logerzhu/typed-jd-union-api
typed-jd-union-cpsapi
/
dist
/
cryptos.d.ts
9 lines
(8 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export declare
class
JdCrypto
{
static
formatTimestamp
(
date: Date
):
string
;
static
timestamp
():
string
;
static
md5
(
s: any
):
string
;
static
sign
(
secretKey:
string
,
params
: { [key:
string
]: any; }
):
string
; }