|
@@ -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,
|