瀏覽代碼

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

Kirin 1 年之前
父節點
當前提交
0e86799651
共有 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', 725)->find());
+        $this->dealOrderIntegral(StoreOrder::where('id', 726)->find());
     }
 
     public function dealOrderIntegral($order)