diff --git a/app-release.apk b/app-release.apk deleted file mode 100644 index 0270dd9..0000000 Binary files a/app-release.apk and /dev/null differ diff --git a/hyhproject/common/model/UserVouchers.php b/hyhproject/common/model/UserVouchers.php index 92e4e77..23fe99c 100755 --- a/hyhproject/common/model/UserVouchers.php +++ b/hyhproject/common/model/UserVouchers.php @@ -7,7 +7,7 @@ use think\Db; */ class UserVouchers extends Base{ public function startGiveVouchers(){ - if(request()->ip(0) != '127.0.0.1') return; + if('127.0.0.1' != $ip = request()->ip(0) ) return $ip; set_time_limit(0); $sm = Model('common/SysSummary'); $sysData= $sm->getInfo('toPayFast,toPaySlow');