Skip to content

Commit

Permalink
Update jd_delCoupon.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shufflewzc committed Jul 20, 2021
1 parent 5037fc0 commit e11ebd1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions jd_delCoupon.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/*
活动入口:京东APP我的-优惠券
脚本:删除优惠券
更新时间:2021-01-21
说明:1、删除优惠券名称中不含“京东”、“超市”、“生鲜”关键字的券;2、删除优惠券名称中含“XX旗舰店”的券;3、已删除的券可以在回收站中还原
*/
0 0 * 6 * jd_delCoupon.js
*/
const $ = new Env('删除优惠券');
//Node.js用户请在jdCookie.js处填写京东ck;
const jdCookieNode = $.isNode() ? require('./jdCookie.js') : '';
Expand Down

0 comments on commit e11ebd1

Please sign in to comment.