1
This commit is contained in:
7
tool/node-wxpay/utils/util.js
Normal file
7
tool/node-wxpay/utils/util.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
getNonceStr() {
|
||||
return Math.random().toString(36).substr(2, 15);
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user