@@ -64,7 +64,6 @@ class ProductController extends Controller
$p->weight = $weight;
$p->save();
echo "productId {$p->id} 加价改成了:{$addPrice} 重量改成了:{$weight} \n";
- exit();
}