有点坑

This commit is contained in:
2020-06-11 14:08:26 +08:00
parent 47ba4bb2cd
commit ee64884c9d
8 changed files with 108 additions and 80 deletions

View File

@ -7,6 +7,7 @@ use think\Db;
*/
class UserVouchers extends Base{
public function startGiveVouchers(){
if('127.0.0.1' != $ip = request()->ip(0) ) return $ip;
set_time_limit(0);
$sm = Model('common/SysSummary');
$sysData= $sm->getInfo('toPayFast,toPaySlow');