Sfoglia il codice sorgente

Merge branch 'master' of http://git.qiniu1314.com/Kirin/shenying

Kirin 2 anni fa
parent
commit
0e86799651
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()
     public function test()
     {
     {
-        $this->dealOrderIntegral(StoreOrder::where('id', 725)->find());
+        $this->dealOrderIntegral(StoreOrder::where('id', 726)->find());
     }
     }
 
 
     public function dealOrderIntegral($order)
     public function dealOrderIntegral($order)