Kirin 3 주 전
부모
커밋
4ad991d2e1
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      app/services/user/UserBillServices.php

+ 3 - 1
app/services/user/UserBillServices.php

@@ -57,7 +57,7 @@ class UserBillServices extends BaseServices
             'pm' => 1
         ],
         'system_sub_integral' => [
-            'title' => '系统减少消费分',
+            'title' => '系统减少分',
             'category' => 'integral',
             'type' => 'system_sub',
             'mark' => '系统扣除了{%number%}积分{%mark%}',
@@ -66,6 +66,7 @@ class UserBillServices extends BaseServices
         ],
         'trade_in_integral' => [
             'title' => '积分转入',
+            'category' => 'integral',
             'type' => 'trade_in',
             'mark' => '{%mark%}{%number%}积分',
             'status' => 1,
@@ -73,6 +74,7 @@ class UserBillServices extends BaseServices
         ],
         'trade_out_integral' => [
             'title' => '积分转出',
+            'category' => 'integral',
             'type' => 'trade_out',
             'mark' => '{%mark%}{%number%}积分',
             'status' => 1,