|
|
@@ -16,7 +16,7 @@
|
|
|
|
|
|
namespace app\shopapi\controller;
|
|
|
|
|
|
-use app\shopapi\lists\giftCardLists;
|
|
|
+use app\shopapi\lists\GiftCardLists;
|
|
|
|
|
|
/**
|
|
|
* 账户流水控制器
|
|
|
@@ -36,8 +36,8 @@ class AccountLogController extends BaseShopController
|
|
|
return $this->dataLists();
|
|
|
}
|
|
|
|
|
|
- public function giftCardlists()
|
|
|
+ public function giftCardInfolists()
|
|
|
{
|
|
|
- return $this->dataLists(new giftCardLists());
|
|
|
+ return $this->dataLists(new GiftCardLists());
|
|
|
}
|
|
|
}
|