UNPKG
@liuhlightning/wx-pay
Version:
latest (0.3.4)
0.3.4
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.1.1
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
communicate to wx pay
github.com/ZhoufangErqiangu/wx-pay
ZhoufangErqiangu/wx-pay
@liuhlightning/wx-pay
/
dist
/
util
/
timestamp.js
10 lines
•
252 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
timestamp
= timestamp;
/** * 生成时间戳 秒单位 */
function
timestamp
(
) {
return
(
Date
.
now
() /
1000.0
).
toFixed
(
0
); }
//# sourceMappingURL=timestamp.js.map