From 4a9641283b748d785c6265a67eef66592dfb48c5 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Wed, 9 Aug 2023 14:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=96=B0=E5=A2=9E15?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api2_0.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api2_0.js b/api2_0.js index 922dad3..5f338a2 100644 --- a/api2_0.js +++ b/api2_0.js @@ -145,6 +145,7 @@ const product_status = (status, row) => { 9: '当前商品兑换次数达到上限', //2023-04-07 全部兑换 10: '该商品暂无法兑换', //商品暂停 11: '兑换已过期,兑换时间为' + row.begin_time + '至' + row.end_time, //正常过期 + 15: '超过每月领取次数', 22: '您有未支付的订单' }; if (row.type == 2) {