Browse Source

fix console bug

stanley-king 7 years ago
parent
commit
3291292050
1 changed files with 2 additions and 1 deletions
  1. 2 1
      admin/control/person_bonus.php

+ 2 - 1
admin/control/person_bonus.php

@@ -1,4 +1,4 @@
-飘erson<?php
+<?php
 /**
  * 会员红包管理
  *
@@ -8,6 +8,7 @@ defined('InShopNC') or exit('Access Invalid!');
 
 require_once(BASE_ROOT_PATH . '/helper/algorithm.php');
 require_once(BASE_ROOT_PATH . '/helper/account_helper.php');
+require_once(BASE_ROOT_PATH . '/helper/member_helper.php');
 require_once(BASE_ROOT_PATH . '/helper/sms_helper.php');
 require_once(BASE_ROOT_PATH . '/mobile/util/errcode.php');