|
@@ -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
|
|
|
};
|