You've already forked qlg.tsgz.moe
							
							逻辑更改
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								app-release.apk
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								app-release.apk
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| @@ -7,7 +7,7 @@ use think\Db; | |||||||
|  */ |  */ | ||||||
| class UserVouchers extends Base{ | class UserVouchers extends Base{ | ||||||
|     public function startGiveVouchers(){ |     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); |     	set_time_limit(0); | ||||||
|     	$sm = Model('common/SysSummary'); |     	$sm = Model('common/SysSummary'); | ||||||
|     	$sysData= $sm->getInfo('toPayFast,toPaySlow'); |     	$sysData= $sm->getInfo('toPayFast,toPaySlow'); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user