This commit is contained in:
2020-01-14 19:38:31 +08:00
parent 030a0ef6ca
commit 2905f0cf3d
3 changed files with 15 additions and 14 deletions

View File

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