mirror of
https://gitee.com/ShopeX/ECShopX
synced 2026-08-06 03:56:24 +08:00
MemberCardService.php
This commit is contained in:
@@ -177,8 +177,13 @@ class MemberCardService
|
||||
'grade_name' => '普通会员',
|
||||
'default_grade' => true,
|
||||
'background_pic_url' => '',
|
||||
'promotion_condition' => '',
|
||||
'privileges' => '',
|
||||
'promotion_condition' => [
|
||||
'total_consumption' => '',
|
||||
],
|
||||
'privileges' => [
|
||||
'discount' => 0,
|
||||
'discount_desc' => 10,
|
||||
],
|
||||
'description' => '',
|
||||
];
|
||||
$result = $this->memberCardGradeRepository->setDefaultGrade($gradeInfo);
|
||||
|
||||
Reference in New Issue
Block a user