This commit is contained in:
2020-01-14 19:38:31 +08:00
committed by JerryYan
parent 7015ca6535
commit a8b1c746c5
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');