升级自定义交易组件常用商品接口,spu接口,品牌接口,订单接口,物流接口。

This commit is contained in:
大灰灰
2022-06-30 22:42:19 +08:00
parent 43a691d1be
commit dc408b8596
27 changed files with 1070 additions and 667 deletions

View File

@@ -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