lrf 2 lat temu
rodzic
commit
f472d9dac3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/model/trade/coupon.js

+ 1 - 1
app/model/trade/coupon.js

@@ -35,7 +35,7 @@ const coupon = {
   use_limit: { type: String, required: false, zh: '使用限制' }, // 字典:coupon_use_limit
   use_limit_config: { type: Object, required: false, zh: '使用配置' }, //
   get_limit: { type: String, required: false, zh: '领取限制' }, // 字典:coupon_get_limit
-  get_limit_config: { type: String, required: false, zh: '领取配置' }, //
+  get_limit_config: { type: Object, required: false, zh: '领取配置' }, //
   num: { type: Number, required: false, zh: '数量' }, //
   status: { type: String, required: false, zh: '使用状态' }, // 字典:use
 };