Пример #1
0
 public function __construct()
 {
     parent::__construct();
     if (C('voucher_allow') != 1) {
         output_error('暂不支持代金券设置');
         //showDialog(L('voucher_pointunavailable'),'index.php','error');
     }
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct();
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct();
     $this->payment_code = $_GET['payment_code'];
 }