| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "PointsBizType": {
- "admin_reward": {
- "label": "后台奖励",
- "tagType": "success"
- },
- "admin_punish": {
- "label": "后台惩罚",
- "tagType": "danger"
- },
- "admin_adjust": {
- "label": "后台调整",
- "tagType": "info"
- },
- "order_reward": {
- "label": "订单奖励",
- "tagType": "success"
- },
- "order_punish": {
- "label": "订单惩罚",
- "tagType": "danger"
- },
- "order_finish": {
- "label": "订单完成",
- "tagType": "info"
- },
- "violation_punish": {
- "label": "违规惩罚",
- "tagType": "danger"
- }
- },
- "BalanceBizType": {
- "admin_reward": {
- "label": "后台奖励",
- "tagType": "success"
- },
- "admin_punish": {
- "label": "后台惩罚",
- "tagType": "danger"
- },
- "admin_adjust": {
- "label": "后台调整",
- "tagType": "info"
- },
- "order_reward": {
- "label": "订单奖励",
- "tagType": "success"
- },
- "order_punish": {
- "label": "订单惩罚",
- "tagType": "danger"
- },
- "order_finish": {
- "label": "订单完成",
- "tagType": "info"
- },
- "salary": {
- "label": "工资发放",
- "tagType": "warning"
- },
- "withdraw": {
- "label": "提现",
- "tagType": "danger"
- }
- },
- "ActionType": {
- "ADD": "add",
- "REDUCE": "reduce"
- },
- "RewardBizType": {
- "admin_reward": {
- "label": "后台奖励",
- "tagType": "success"
- },
- "admin_punish": {
- "label": "后台惩罚",
- "tagType": "danger"
- },
- "order_reward": {
- "label": "订单奖励",
- "tagType": "success"
- },
- "order_punish": {
- "label": "订单惩罚",
- "tagType": "danger"
- },
- "order_finish": {
- "label": "订单完成",
- "tagType": "info"
- }
- }
- }
|