fix: remove remaining 光子美容仪 from server and admin-console

Replace with 智能面膜 (device name) and 智美 (brand name) for regulatory compliance.
这个提交包含在:
Guoguo
2026-06-05 04:33:55 -07:00
父节点 ba3c621294
当前提交 3486cefa18
修改 6 个文件,包含 7 行新增7 行删除
+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 || '智能面膜订阅',
out_trade_no: orderId,
notify_url: config.wxpay.notifyUrl,
amount: { total: amountFen, currency: 'CNY' },