From c230d159ab0be3ebaafda66879fe7d4a2a8fdd60 Mon Sep 17 00:00:00 2001 From: cuiyouliang <799699717@qq.com> Date: Wed, 3 Sep 2025 10:54:08 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E6=94=AF=E4=BB=98=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/api/shop_api.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/api/shop_api.dart b/lib/api/shop_api.dart index ba83ea9..2ebe2ba 100644 --- a/lib/api/shop_api.dart +++ b/lib/api/shop_api.dart @@ -16,9 +16,9 @@ class ShopApi { static const String shopDetail = '/app/product'; // 商品详情 // 创建商品订单 - static const String createGoodsOrder = '/oms/order/add'; + static const String createGoodsOrder = '/app/order/add'; // 订单详情接口 - static const String goodsOrderDetail = '/oms/order'; + static const String goodsOrderDetail = '/app/order'; }