Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mall.oytour.com
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄奎
mall.oytour.com
Commits
abe1623c
Commit
abe1623c
authored
Jan 02, 2025
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
066d8038
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
1 deletion
+24
-1
Config.cs
Mall.Common/Config.cs
+14
-1
RB_Brand_Enterprise_Extend.cs
....Model/Extend/TradePavilion/RB_Brand_Enterprise_Extend.cs
+5
-0
AppletTradeController.cs
...WebApi/Controllers/TradePavilion/AppletTradeController.cs
+4
-0
appsettings.json
Mall.WebApi/appsettings.json
+1
-0
No files found.
Mall.Common/Config.cs
View file @
abe1623c
...
...
@@ -812,7 +812,20 @@ namespace Mall.Common
return
ReadConfigKey
(
"IsCPSWJSelectAll"
);
}
}
/// <summary>
/// 统一合作电话(载体/品牌)
/// </summary>
public
static
string
TongYiPhone
{
get
{
return
ReadConfigKey
(
"TongYiPhone"
);
}
}
/// <summary>
/// 汇付天下回调进阶思维接口地址
/// </summary>
...
...
Mall.Model/Extend/TradePavilion/RB_Brand_Enterprise_Extend.cs
View file @
abe1623c
...
...
@@ -61,5 +61,10 @@ namespace Mall.Model.Extend.TradePavilion
/// 店铺数
/// </summary>
public
int
MixAreaRequirement
{
get
;
set
;
}
/// <summary>
/// 统一合作电话
/// </summary>
public
string
TongYiMobile
{
get
;
set
;
}
}
}
Mall.WebApi/Controllers/TradePavilion/AppletTradeController.cs
View file @
abe1623c
...
...
@@ -2984,6 +2984,9 @@ namespace Mall.WebApi.Controllers.TradePavilion
extModel
.
ManagementCompany
,
extModel
.
BrandDemand
,
extModel
.
HonorList
,
extModel
.
ContactName
,
extModel
.
ContactPhone
,
TongYiMobile
=
Config
.
TongYiPhone
??
""
,
OpenTime
=
StringHelper
.
FormatDate
(
extModel
.
OpenTime
),
});
}
...
...
@@ -3183,6 +3186,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
var
collectModel
=
carrierModule
.
GetList
(
new
RB_Collect_Extend
{
Status
=
0
,
Type
=
2
,
UserId
=
RequestParm
.
UserId
,
SourceId
=
extModel
.
ID
,
MallBaseId
=
query
.
MallBaseId
,
TenantId
=
query
.
TenantId
}).
FirstOrDefault
();
extModel
.
CollectId
=
collectModel
?.
Id
??
0
;
}
extModel
.
TongYiMobile
=
Config
.
TongYiPhone
??
""
;
return
ApiResult
.
Success
(
data
:
extModel
);
}
...
...
Mall.WebApi/appsettings.json
View file @
abe1623c
...
...
@@ -83,6 +83,7 @@
"IsFirtsShopAutoExamine"
:
1
,
//首店企业认证是否自动审核,
1
-是
"IsCPSWJAutoExamine"
:
0
,
//翠屏商务局(商载通)企业认证是否自动审核,
1
-是
"IsCPSWJSelectAll"
:
"1"
,
//
0
-表示不显示全部/宜宾/成都
,
1
-显示
"TongYiPhone"
:
"028-85053690"
,
"FinanceSetting"
:
{
"TenantId"
:
1
,
"MallBaseId"
:
1
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment