根据对接实施方案文档修改

This commit is contained in:
2026-03-20 18:11:49 +08:00
parent ed5665cb85
commit 5d8a0564b4
14 changed files with 1320 additions and 16 deletions

View File

@@ -8,6 +8,10 @@ export default {
'type 1': 'type 1',
'type 2': 'type 2',
'type 3': 'type 3',
amount: 'amount',
multiplier: 'multiplier',
category: 'category',
category_title: 'category_title',
admin_id: 'admin_id',
admin__username: 'username',
image: 'show image',

View File

@@ -5,9 +5,13 @@ export default {
remark: '备注',
score: '兑换积分',
type: '类型',
'type 1': '奖励',
'type 2': '充值',
'type 3': '实物',
'type 1': '红利(BONUS)',
'type 2': '实物(PHYSICAL)',
'type 3': '提现(WITHDRAW)',
amount: '现金面值',
multiplier: '流水倍数',
category: '红利业务类别',
category_title: '类别展示名',
admin_id: '创建管理员',
admin__username: '创建管理员',
image: '展示图',