소스 검색

会员升级

Kirin 1 년 전
부모
커밋
c164ef9222
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/controller/api/v1/PublicController.php

+ 1 - 1
app/controller/api/v1/PublicController.php

@@ -66,7 +66,7 @@ class PublicController extends BaseController
 
     public function test()
     {
-        $this->dealOrderIntegral(StoreOrder::where('id', 727)->find());
+//        $this->dealOrderIntegral(StoreOrder::where('id', 727)->find());
     }
 
     public function dealOrderIntegral($order)