feat: rebrand to LumiFlow across miniprogram, admin-console, and server

这个提交包含在:
Guoguo
2026-06-10 18:47:22 -07:00
父节点 edf45690c3
当前提交 340837c700
修改 14 个文件,包含 19 行新增19 行删除
+1 -1
查看文件
@@ -92,7 +92,7 @@ async function createPrepayOrder({ openid, orderId, amountFen, description }) {
const body = {
appid: config.wxpay.appid || config.wechat.appid,
mchid: config.wxpay.mchId,
description: description || '智能面膜订阅',
description: description || 'LumiFlow 订阅',
out_trade_no: orderId,
notify_url: config.wxpay.notifyUrl,
amount: { total: amountFen, currency: 'CNY' },