Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.cjs #368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
const USER_CONFIG = {

// 使用微信测试号:公众号APP_ID
APP_ID: '',
APP_ID: 'wx82387e05bdaa5830',

// 使用微信测试号:公众号APP_SECRET
APP_SECRET: '',
APP_SECRET: 'c7b8c2ada51dd6336b6c5a08b9597400',

PROVINCE: '广东',
CITY: '惠州',
Expand All @@ -21,7 +21,7 @@ const USER_CONFIG = {
// 想要发送的人的名字
name: '宝贝',
// 使用微信测试号:扫码关注你的微信测试号后生成的一段字符串,在测试号后台能看到
id: '',
id: 'osHjT6oqhNvq3NULeEOCoNsxySFk',
// 使用微信测试号:你想对他发送的模板消息的模板ID
useTemplateId: '',
// 新历生日, 仅用作获取星座运势, 格式必须为MM-DD
Expand Down