Files
Pet3/miniprogram/utils/config.js
2026-06-25 18:24:29 +08:00

7 lines
310 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// utils/config.js — 前端可配置常量
module.exports = {
// 订阅消息模板 ID在「微信公众平台 → 功能 → 订阅消息」创建「遛狗提醒」类模板后填入。
// 留空时,订阅请求与提醒功能自动跳过,不影响其它功能。
SUBSCRIBE_TEMPLATE_ID: '',
};