mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-22 14:07:20 +08:00
升级自定义交易组件常用商品接口,spu接口,品牌接口,订单接口,物流接口。
This commit is contained in:
@@ -67,6 +67,15 @@ namespace CoreCms.Net.WeChat.Service.Configuration
|
||||
/// 品牌审核结果
|
||||
/// </summary>
|
||||
public const string OpenProductBrandAudit = "open_product_brand_audit";
|
||||
/// <summary>
|
||||
/// 自定义交易组件支付回调
|
||||
/// </summary>
|
||||
public const string OpenProductOrderPay = "open_product_order_pay";
|
||||
/// <summary>
|
||||
/// 自定义交易组件用户确认收货
|
||||
/// </summary>
|
||||
public const string OpenProductOrderConfirm = "open_product_order_confirm";
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user