1、支付联调

This commit is contained in:
cuiyouliang 2025-09-03 10:54:08 +08:00
parent 4f54f0dee7
commit c230d159ab

View File

@ -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';
}