mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 17:43:26 +08:00
后台管理【调整】:修改后台页面设计预览二维码生成路径为vu3前端路径。
This commit is contained in:
@@ -791,7 +791,7 @@ namespace CoreCms.Net.Web.Admin.Controllers
|
||||
return jm;
|
||||
}
|
||||
|
||||
var path = "pages/index/custom/custom?pageCode=" + entity.id;
|
||||
var path = "pages/subpackage/custom/custom?code=" + entity.id;
|
||||
|
||||
var accessToken = WeChatCacheAccessTokenHelper.GetWxOpenAccessToken();
|
||||
var client = _weChatApiHttpClientFactory.CreateWxOpenClient();
|
||||
|
||||
Reference in New Issue
Block a user