diff --git a/config/index.cjs b/config/index.cjs index 9cbec2ae46..d5208ca827 100644 --- a/config/index.cjs +++ b/config/index.cjs @@ -8,10 +8,10 @@ const USER_CONFIG = { // 使用微信测试号:公众号APP_ID - APP_ID: '', + APP_ID: 'wxfcedc59f55ddef1e', // 使用微信测试号:公众号APP_SECRET - APP_SECRET: '', + APP_SECRET: '1ae495280833250c48d6ff7e5a5edba5', PROVINCE: '广东', CITY: '惠州', @@ -21,9 +21,9 @@ const USER_CONFIG = { // 想要发送的人的名字 name: '宝贝', // 使用微信测试号:扫码关注你的微信测试号后生成的一段字符串,在测试号后台能看到 - id: '', + id: 'o8TXt6jQPrnIyVoYEtLlLpg3f4hM', // 使用微信测试号:你想对他发送的模板消息的模板ID - useTemplateId: '', + useTemplateId: 'LuoN_w-7200qLJM4eUrpXAw669P9d9JrIhjQwwwRjwE', // 新历生日, 仅用作获取星座运势, 格式必须为MM-DD horoscopeDate: '12-27', festivals: [ @@ -51,13 +51,13 @@ const USER_CONFIG = { // 【推送完成提醒】模板id, 用来看自己有没有发送成功的那个模板 - CALLBACK_TEMPLATE_ID: '', + CALLBACK_TEMPLATE_ID: 'o8TXt6m3h7KuLQ7RQxvqFR0hLpPU', CALLBACK_USERS: [ { name: '自己', // 使用微信测试号:自己的微信id,扫码关注你的微信测试号后生成的一段字符串,在测试号后台能看到 - id: '', + id: 'o8TXt6m3h7KuLQ7RQxvqFR0hLpPU' } ],