2022-01-11

## 1.2.9 开源社区版:
【修复】修复全局定义微信配置引用的配置文件命名错误问题。
【修复】修复自动生成sku模式价格出现货号重复情况,#I4Q4WU

## 0.0.6 会员先行版:
【新增】新增微信自定义交易组件,实现微信视频号直播带货功能。
This commit is contained in:
JianWeie
2022-01-11 01:36:28 +08:00
parent 5c0e5877c6
commit 4164e59919
97 changed files with 11484 additions and 26 deletions

View File

@@ -2359,7 +2359,7 @@
订单表
</summary>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.CoreCmsOrderController.#ctor(Microsoft.AspNetCore.Hosting.IWebHostEnvironment,CoreCms.Net.IServices.ICoreCmsOrderServices,CoreCms.Net.IServices.ICoreCmsUserServices,CoreCms.Net.IServices.ICoreCmsAreaServices,CoreCms.Net.IServices.ICoreCmsBillAftersalesServices,CoreCms.Net.IServices.ICoreCmsStoreServices,CoreCms.Net.IServices.ICoreCmsLogisticsServices,CoreCms.Net.IServices.ICoreCmsBillPaymentsServices,CoreCms.Net.IServices.ICoreCmsPaymentsServices,CoreCms.Net.IServices.ICoreCmsSettingServices,CoreCms.Net.IServices.ICoreCmsUserWeChatInfoServices,CoreCms.Net.Caching.AutoMate.RedisCache.IRedisOperationRepository,CoreCms.Net.IServices.ICoreCmsBillDeliveryServices,CoreCms.Net.WeChat.Service.HttpClients.IWeChatApiHttpClientFactory,CoreCms.Net.IServices.ICoreCmsOrderItemServices)">
<member name="M:CoreCms.Net.Web.Admin.Controllers.CoreCmsOrderController.#ctor(Microsoft.AspNetCore.Hosting.IWebHostEnvironment,CoreCms.Net.IServices.ICoreCmsOrderServices,CoreCms.Net.IServices.ICoreCmsUserServices,CoreCms.Net.IServices.ICoreCmsAreaServices,CoreCms.Net.IServices.ICoreCmsBillAftersalesServices,CoreCms.Net.IServices.ICoreCmsStoreServices,CoreCms.Net.IServices.ICoreCmsLogisticsServices,CoreCms.Net.IServices.ICoreCmsBillPaymentsServices,CoreCms.Net.IServices.ICoreCmsPaymentsServices,CoreCms.Net.IServices.ICoreCmsSettingServices,CoreCms.Net.IServices.IWeChatTransactionComponentOrderServices,CoreCms.Net.IServices.ICoreCmsUserWeChatInfoServices,CoreCms.Net.IServices.IWeChatTransactionComponentDeliveryCompanyServices,CoreCms.Net.Caching.AutoMate.RedisCache.IRedisOperationRepository,CoreCms.Net.IServices.ICoreCmsBillDeliveryServices,CoreCms.Net.WeChat.Service.HttpClients.IWeChatApiHttpClientFactory,CoreCms.Net.IServices.ICoreCmsOrderItemServices)">
<summary>
构造函数
</summary>
@@ -2517,7 +2517,7 @@
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.CoreCmsOrderController.RefreshDelivery(CoreCms.Net.Model.FromBody.FMStringId)">
<summary>
批量删除订单
重新同步发货
</summary>
<param name="entity"></param>
<returns></returns>
@@ -2529,6 +2529,13 @@
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.CoreCmsOrderController.GetTcOrder(CoreCms.Net.Model.FromBody.FMStringId)">
<summary>
获取交易组件订单信息
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="T:CoreCms.Net.Web.Admin.Controllers.CoreCmsPinTuanRecordController">
<summary>
拼团记录表
@@ -5121,6 +5128,270 @@
<param name="entity"></param>
<returns></returns>
</member>
<member name="T:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentAuditCategoryController">
<summary>
自定义交易组件上传类目资质
</summary>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentAuditCategoryController.#ctor(Microsoft.AspNetCore.Hosting.IWebHostEnvironment,CoreCms.Net.IServices.IWeChatTransactionComponentAuditCategoryServices)">
<summary>
构造函数
</summary>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentAuditCategoryController.GetPageList">
<summary>
获取列表
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentAuditCategoryController.GetIndex">
<summary>
首页数据
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentAuditCategoryController.GetCreate">
<summary>
创建数据
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentAuditCategoryController.DoCreate(CoreCms.Net.Model.Entities.WeChatTransactionComponentAuditCategory)">
<summary>
创建提交
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentAuditCategoryController.GetEdit(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
编辑数据
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentAuditCategoryController.DoEdit(CoreCms.Net.Model.Entities.WeChatTransactionComponentAuditCategory)">
<summary>
编辑提交
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentAuditCategoryController.DoDelete(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
单选删除
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentAuditCategoryController.GetDetails(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
预览数据
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentAuditCategoryController.DoRefresh(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
同步审核状态
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="T:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentDeliveryCompanyController">
<summary>
自定义交易组件快递公司
</summary>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentDeliveryCompanyController.#ctor(Microsoft.AspNetCore.Hosting.IWebHostEnvironment,CoreCms.Net.IServices.IWeChatTransactionComponentDeliveryCompanyServices,CoreCms.Net.WeChat.Service.HttpClients.IWeChatApiHttpClientFactory)">
<summary>
构造函数
</summary>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentDeliveryCompanyController.GetPageList">
<summary>
获取列表
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentDeliveryCompanyController.GetIndex">
<summary>
首页数据
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentDeliveryCompanyController.DoGetCompanyList">
<summary>
获取快递公司列表
</summary>
<returns></returns>
</member>
<member name="T:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController">
<summary>
自定义交易组件商品列表
</summary>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.#ctor(Microsoft.AspNetCore.Hosting.IWebHostEnvironment,CoreCms.Net.IServices.IWeChatTransactionComponentGoodServices,CoreCms.Net.IServices.IWeChatTransactionComponentGoodSKUServices,CoreCms.Net.IServices.ICoreCmsProductsServices,CoreCms.Net.WeChat.Service.HttpClients.IWeChatApiHttpClientFactory)">
<summary>
构造函数
</summary>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.GetPageList">
<summary>
获取列表
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.GetIndex">
<summary>
首页数据
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.GetCreate">
<summary>
创建数据
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.DoCreate(CoreCms.Net.Model.Entities.WeChatTransactionComponentGood)">
<summary>
创建提交
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.GetEdit(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
编辑数据
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.DoEdit(CoreCms.Net.Model.Entities.WeChatTransactionComponentGood)">
<summary>
编辑提交
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.DoDelete(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
单选删除
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.DoAudit(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
提交审核
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.DoUpdateSpu(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
提交更新
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.GetSKU(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
获取商品及状态
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.DeleteSpuAudit(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
撤回商品审核
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.DeleteSpu(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
删除商品
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.DoListing(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
上架商品
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.DoDelistingSpu(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
下架商品
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentGoodController.GetDetails(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
预览数据
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="T:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentThirdCategoryController">
<summary>
自定义交易组件三级类目
</summary>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentThirdCategoryController.#ctor(Microsoft.AspNetCore.Hosting.IWebHostEnvironment,CoreCms.Net.IServices.IWeChatTransactionComponentThirdCategoryServices,CoreCms.Net.WeChat.Service.HttpClients.IWeChatApiHttpClientFactory)">
<summary>
构造函数
</summary>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentThirdCategoryController.GetPageList">
<summary>
获取列表
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentThirdCategoryController.GetIndex">
<summary>
首页数据
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentThirdCategoryController.DoRefresh">
<summary>
刷新数据
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentThirdCategoryController.GetDetails(CoreCms.Net.Model.FromBody.FMIntId)">
<summary>
预览数据
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentThirdCategoryController.SelectExportExcel(CoreCms.Net.Model.FromBody.FMArrayIntIds)">
<summary>
选择导出
</summary>
<param name="entity"></param>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentThirdCategoryController.QueryExportExcel">
<summary>
查询导出
</summary>
<returns></returns>
</member>
<member name="M:CoreCms.Net.Web.Admin.Controllers.WeChatTransactionComponentThirdCategoryController.GetThirdCategories">
<summary>
获取商品列表
</summary>
<returns></returns>
</member>
<member name="T:CoreCms.Net.Web.Admin.Program">
<summary>
初始化