mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 20:03:26 +08:00
后端管理【调整】:调整后台分享商品二维码,万能表单二维码生成地址为vue3前端地址路径。
This commit is contained in:
@@ -602,11 +602,11 @@ namespace CoreCms.Net.Web.Admin.Controllers
|
||||
|
||||
#endregion
|
||||
|
||||
#region 后台生成小程序码============================================================
|
||||
#region 后台生成万能表单小程序码============================================================
|
||||
|
||||
// POST: Api/CoreCmsForm/GetCreate
|
||||
/// <summary>
|
||||
/// 后台生成小程序码
|
||||
/// 后台生成万能表单小程序码
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpPost]
|
||||
@@ -627,7 +627,7 @@ namespace CoreCms.Net.Web.Admin.Controllers
|
||||
return jm;
|
||||
}
|
||||
|
||||
var path = "pages/form/details/details?id=" + entity.id;
|
||||
var path = "pages/subpackage/form/detail/detail?id=" + entity.id;
|
||||
|
||||
var accessToken = WeChatCacheAccessTokenHelper.GetWxOpenAccessToken();
|
||||
var client = _weChatApiHttpClientFactory.CreateWxOpenClient();
|
||||
@@ -709,7 +709,7 @@ namespace CoreCms.Net.Web.Admin.Controllers
|
||||
return jm;
|
||||
}
|
||||
|
||||
var path = "pages/goods/goodDetails/goodDetails?id=" + entity.id;
|
||||
var path = "pages/goods/detail?id=" + entity.id;
|
||||
|
||||
var accessToken = WeChatCacheAccessTokenHelper.GetWxOpenAccessToken();
|
||||
var client = _weChatApiHttpClientFactory.CreateWxOpenClient();
|
||||
|
||||
Reference in New Issue
Block a user