wesmiler 1 year ago
parent
commit
922723d171
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/Api/v1/TestController.php

+ 1 - 1
app/Http/Controllers/Api/v1/TestController.php

@@ -21,7 +21,7 @@ class TestController extends webApp
 //        var_dump($result);
 //        $result = GoodsService::make()->updateGoodsCategory();
 //        var_dump($result);
-        $result = GoodsService::make()->updateGoods(5,['title'=>'测试']);
+        $result = GoodsService::make()->updateGoods(20,['title'=>'测试商品']);
 //        $result = SupplyService::make()->getApiData('getGoodsCategory');
         return showJson('获取结果',true, $result);
     }