nizongfeng 2 년 전
부모
커밋
8de0f26102
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      application/api/controller/Index.php

+ 2
- 1
application/api/controller/Index.php 파일 보기

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


불러오는 중...
취소
저장