29 lines
710 B
PHP
29 lines
710 B
PHP
<?php
|
|
|
|
return [
|
|
'labels' => [
|
|
'Coupon' => '优惠券',
|
|
'coupons' => '优惠券',
|
|
],
|
|
'fields' => [
|
|
'coupon' => [
|
|
'name' => '优惠券',
|
|
],
|
|
'name' => '名称',
|
|
'type' => '券类型',
|
|
'amount' => '力度',
|
|
'amount1'=>'抵扣金额',
|
|
'amount2'=>'折扣',
|
|
'threshold' => '使用门槛',
|
|
'limit' => '限量',
|
|
'sent' => '已发',
|
|
'use_day' => '期限',
|
|
'use_start_at' => '使用开始时间',
|
|
'use_end_at' => '使用结束时间',
|
|
'ranges'=>'范围',
|
|
],
|
|
'options' => [
|
|
'deny_message' => '该优惠已被领取或者已配置发送任务',
|
|
],
|
|
];
|