# 微信公众号 AppID 和 AppSecret
# 请复制此文件为 config.env 并填入真实值
# 注意：config.env 已在 .gitignore 中，不会被提交到 Git

WECHAT_APP_ID=your_app_id_here
WECHAT_APP_SECRET=your_app_secret_here
