mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 15:11:24 +00:00
4 lines
133 B
JavaScript
Executable File
4 lines
133 B
JavaScript
Executable File
// 服务测试
|
|
var Common = require('common');
|
|
var pwd = Common.md5('abc123', '1d22e0ec60ca20a1f0259cdd00eb7cfd');
|
|
console.log(pwd); |