1、支付联调
This commit is contained in:
parent
4f54f0dee7
commit
c230d159ab
@ -16,9 +16,9 @@ class ShopApi {
|
|||||||
static const String shopDetail = '/app/product'; // 商品详情
|
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';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user