会员支付管理后台-用于提供会员管理小程序支付的api接口,与后台数据管理展示
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
933 B

{
"id": "id",
"siteId": "站点id",
"siteIdPlaceholder": "请输入站点id",
"name": "卡券名字",
"namePlaceholder": "请输入卡券名字",
"nominalValue": "卡券面值",
"nominalValuePlaceholder": "请输入卡券面值",
"stock": "卡券库存",
"stockPlaceholder": "请输入卡券库存",
"isShow": "是否展示",
"isShowPlaceholder": "请输入是否展示",
"isLongTermValid": "是否长期有效",
"isLongTermValidPlaceholder": "请输入是否长期有效",
"createTime": "创建时间",
"addCoupons": "添加优惠券",
"updateCoupons": "编辑优惠券",
"couponsDeleteTips": "确定要删除该数据吗?",
"startDate": "请选择开始时间",
"endDate": "请选择结束时间",
"validFrom": "有效期开始时间",
"validUntil": "有效期截止时间",
"validTime": "有效期",
"isObsolete": "是否作废",
"isObsoletePlaceholder": "请输入是否作废"
}