nizongfeng il y a 2 ans
Parent
révision
8de0f26102
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      application/api/controller/Index.php

+ 2
- 1
application/api/controller/Index.php Voir le fichier

@@ -35,7 +35,8 @@ class Index extends Api
"createtime"=>["<",time()-1800],
"have_paid"=>0,
"status"=>1,
])->find();
])->buildSql();
echo $order;die;
if (!$order){
return;
}


Chargement…
Annuler
Enregistrer