Commit 395d5ba2 authored by 黄奎's avatar 黄奎

页面修改

parent 15509c80
......@@ -137,6 +137,11 @@ namespace Mall.WebApi.Controllers.MallBase
offlineServiceSetting = MallHelper.GetOfflineServiceConfig(miniProgram);
}
if ((miniProgram?.Status ?? 1) == 1)
{
return ApiResult.Failed("此小程序已过期,请联系服务人员进行续费!");
}
#region 首页页面数据解析
if (page_id > 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment