fulfiller.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "PointsBizType": {
  3. "admin_reward": {
  4. "label": "后台奖励",
  5. "tagType": "success"
  6. },
  7. "admin_punish": {
  8. "label": "后台惩罚",
  9. "tagType": "danger"
  10. },
  11. "admin_adjust": {
  12. "label": "后台调整",
  13. "tagType": "info"
  14. },
  15. "order_reward": {
  16. "label": "订单奖励",
  17. "tagType": "success"
  18. },
  19. "order_punish": {
  20. "label": "订单惩罚",
  21. "tagType": "danger"
  22. },
  23. "order_finish": {
  24. "label": "订单完成",
  25. "tagType": "info"
  26. },
  27. "violation_punish": {
  28. "label": "违规惩罚",
  29. "tagType": "danger"
  30. }
  31. },
  32. "BalanceBizType": {
  33. "admin_reward": {
  34. "label": "后台奖励",
  35. "tagType": "success"
  36. },
  37. "admin_punish": {
  38. "label": "后台惩罚",
  39. "tagType": "danger"
  40. },
  41. "admin_adjust": {
  42. "label": "后台调整",
  43. "tagType": "info"
  44. },
  45. "order_reward": {
  46. "label": "订单奖励",
  47. "tagType": "success"
  48. },
  49. "order_punish": {
  50. "label": "订单惩罚",
  51. "tagType": "danger"
  52. },
  53. "order_finish": {
  54. "label": "订单完成",
  55. "tagType": "info"
  56. },
  57. "salary": {
  58. "label": "工资发放",
  59. "tagType": "warning"
  60. },
  61. "withdraw": {
  62. "label": "提现",
  63. "tagType": "danger"
  64. }
  65. },
  66. "ActionType": {
  67. "ADD": "add",
  68. "REDUCE": "reduce"
  69. },
  70. "RewardBizType": {
  71. "admin_reward": {
  72. "label": "后台奖励",
  73. "tagType": "success"
  74. },
  75. "admin_punish": {
  76. "label": "后台惩罚",
  77. "tagType": "danger"
  78. },
  79. "order_reward": {
  80. "label": "订单奖励",
  81. "tagType": "success"
  82. },
  83. "order_punish": {
  84. "label": "订单惩罚",
  85. "tagType": "danger"
  86. },
  87. "order_finish": {
  88. "label": "订单完成",
  89. "tagType": "info"
  90. }
  91. }
  92. }