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
afb47d3a
Commit
afb47d3a
authored
Mar 16, 2021
by
liudong1993
Browse files
Options
Browse Files
Download
Plain Diff
解决冲突
parents
f0a4c534
1e2ae541
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
WeiXinHelper.cs
Mall.Common/Plugin/WeiXinHelper.cs
+6
-1
MallHelper.cs
Mall.WebApi/Controllers/Mall/MallHelper.cs
+1
-1
AppletTradeController.cs
...WebApi/Controllers/TradePavilion/AppletTradeController.cs
+1
-0
No files found.
Mall.Common/Plugin/WeiXinHelper.cs
View file @
afb47d3a
...
...
@@ -56,7 +56,12 @@ namespace Mall.Common.Plugin
}
catch
(
Exception
ex
)
{
Common
.
Plugin
.
LogHelper
.
Write
(
ex
,
string
.
Format
(
"GetWeChatOpenId:result={0}&&Code={1}"
,
result
,
Code
));
//GetWeChatOpenId:result={"errcode":40163,"errmsg":"code been used, hints: [ req_id: AHGbGiqNe-OhJh.a ]"}&&Code=051S1Ykl2wYCF64U7gnl2AK6ga0S1Yk2
//Code过期
if
(
result
!=
null
&&
!
string
.
IsNullOrEmpty
(
result
)
&&
!
result
.
Contains
(
"40163"
))
{
Common
.
Plugin
.
LogHelper
.
Write
(
ex
,
string
.
Format
(
"GetWeChatOpenId:result={0}&&Code={1}"
,
result
,
Code
));
}
}
return
openid
;
}
...
...
Mall.WebApi/Controllers/Mall/MallHelper.cs
View file @
afb47d3a
...
...
@@ -2800,7 +2800,7 @@ namespace Mall.WebApi.Controllers
resultMallShopStyle
=
new
ResultMallShopStyle
()
{
main
=
"#ff4544"
,
secondary
=
"#555555"
,
IsEducation
=
0
};
break
;
case
MallShopStyleEnum
.
FreshGreen
:
resultMallShopStyle
=
new
ResultMallShopStyle
()
{
main
=
"#
63be72
"
,
secondary
=
"#e1f4e3"
,
IsEducation
=
0
};
resultMallShopStyle
=
new
ResultMallShopStyle
()
{
main
=
"#
00C6C1
"
,
secondary
=
"#e1f4e3"
,
IsEducation
=
0
};
break
;
case
MallShopStyleEnum
.
BusinessBlue
:
resultMallShopStyle
=
new
ResultMallShopStyle
()
{
main
=
"#4a90e2"
,
secondary
=
"#dbe9f9"
,
IsEducation
=
0
};
...
...
Mall.WebApi/Controllers/TradePavilion/AppletTradeController.cs
View file @
afb47d3a
...
...
@@ -325,6 +325,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
/// 获取商会活动类型列表
/// </summary>
/// <returns></returns>
[
AllowAnonymous
]
public
ApiResult
GetCommerceActivityTypeList
()
{
var
query
=
new
RB_Commerce_ActivityType_Extend
();
...
...
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