Commit 63a0a8df authored by 黄奎's avatar 黄奎

11

parent 9cc39396
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text.Encodings.Web;
using System.Text.Unicode;
using System.Threading.Tasks;
using Dnc.Api.Throttle; using Dnc.Api.Throttle;
using Mall.CacheManager.User;
using Mall.Module.Education;
using Mall.ThirdCore.Message;
using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http;
...@@ -23,6 +12,12 @@ using Senparc.CO2NET.RegisterServices; ...@@ -23,6 +12,12 @@ using Senparc.CO2NET.RegisterServices;
using Senparc.Weixin; using Senparc.Weixin;
using Senparc.Weixin.Entities; using Senparc.Weixin.Entities;
using Senparc.Weixin.RegisterServices; using Senparc.Weixin.RegisterServices;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.Encodings.Web;
using System.Text.Unicode;
namespace Mall.WebApi namespace Mall.WebApi
{ {
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
"FileService": "2", "FileService": "2",
"IsNormalServer": 2, "IsNormalServer": 2,
"IsFirtsShopAutoExamine": 1, //首店企业认证是否自动审核,1-是 "IsFirtsShopAutoExamine": 1, //首店企业认证是否自动审核,1-是
"IsCPSWJAutoExamine": 1, //翠屏商务局(商载通)企业认证是否自动审核,1-是 "IsCPSWJAutoExamine": 0, //翠屏商务局(商载通)企业认证是否自动审核,1-是
"FinanceSetting": { "FinanceSetting": {
"TenantId": 1, "TenantId": 1,
"MallBaseId": 1, "MallBaseId": 1,
......
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