diff --git a/config/index.cjs b/config/index.cjs index 9cbec2ae469958e0ca0ef0e89130a1472d0867f4..f4873cfe003bff17903b943545c88215c4c19f1e 100644 --- a/config/index.cjs +++ b/config/index.cjs @@ -13,38 +13,39 @@ const USER_CONFIG = { // 使用微信测试号:公众号APP_SECRET APP_SECRET: '', - PROVINCE: '广东', - CITY: '惠州', +USE_PASSAGE: 'push-deer', + PROVINCE: '河北', + CITY: '保定', USERS: [ { // 想要发送的人的名字 name: '宝贝', // 使用微信测试号:扫码关注你的微信测试号后生成的一段字符串,在测试号后台能看到 - id: '', + id: 'PDU23368TlgK9kDJ8pwLB7ZTeCuVPlWS3NKMg1POM', // 使用微信测试号:你想对他发送的模板消息的模板ID - useTemplateId: '', + useTemplateId: '0001', // 新历生日, 仅用作获取星座运势, 格式必须为MM-DD - horoscopeDate: '12-27', + horoscopeDate: '12-11', festivals: [ // 注意:此条配置日期为阴历日期,因为`type`中 “生日” 之前有 * 符号 { - type: '*生日', name: '宝贝', year: '1996', date: '09-09', + type: '*生日', name: '宝贝', year: '1991', date: '11-06', }, // 注意:此条配置日期为阳历日期,因为`type`中 “生日” 之前没有 * 符号 { - type: '生日', name: '李四', year: '1996', date: '09-31', + type: '生日', name: '大月', year: '1991', date: '12-11', }, { - type: '节日', name: '相识纪念日', year: '2020', date: '09-03', + type: '节日', name: '相识纪念日', year: '2012', date: '02-11', }, ], // 我们在一起已经有xxxx天了的配置 customizedDateList: [ // 在一起的日子 - { keyword: 'love_day', date: '2022-09-08' }, + { keyword: 'love_day', date: '2012-02-11' }, // 结婚纪念日 - { keyword: 'marry_day', date: '2022-09-09' }, + { keyword: 'marry_day', date: '2018-09-16' }, ], }, ],