mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-05-14 01:07:21 +08:00
升级自定义交易组件常用商品接口,spu接口,品牌接口,订单接口,物流接口。
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace CoreCms.Net.Configuration
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace CoreCms.Net.Configuration
|
||||
{
|
||||
public class GlobalConstVars
|
||||
{
|
||||
@@ -434,20 +436,17 @@
|
||||
/// </summary>
|
||||
public static string OrderPath(string orderId)
|
||||
{
|
||||
return "/pages/member/order/orderdetail?orderId=" + orderId;
|
||||
return "/pages/member/order/detail/detail?orderId=" + orderId;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 订单地址
|
||||
/// 商品地址
|
||||
/// </summary>
|
||||
public static string GoodDetail(string goodId)
|
||||
{
|
||||
return "/pages/goods/goodDetails/goodDetails?id=" + goodId;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user