cron "30 10 * * *" jd_UpdateUIDtoRemark.js, tag:Uid迁移工具 */const $ = new Env('WxPusherUid迁移工具'); const notify = $.isNode() ? require('./sendNotify') : ''; //Node.js用户请在jdCookie.js处填写京东ck; const jdCookieNode = $.isNode() ? require('./jdCookie.js') : ...