@@ -50,7 +50,7 @@ class GoodsController extends webApp
*/
public function info()
{
- $id = request()->post('id', 0);
+ $id = request()->post('goods_id', 0);
$info = GoodsService::make()->getApiInfo($id);
return showJson(1010, true, $info);
}