Commit afb47d3a authored by liudong1993's avatar liudong1993

解决冲突

parents f0a4c534 1e2ae541
...@@ -55,9 +55,14 @@ namespace Mall.Common.Plugin ...@@ -55,9 +55,14 @@ namespace Mall.Common.Plugin
} }
} }
catch (Exception ex) catch (Exception ex)
{
//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)); Common.Plugin.LogHelper.Write(ex, string.Format("GetWeChatOpenId:result={0}&&Code={1}", result, Code));
} }
}
return openid; return openid;
} }
......
...@@ -2800,7 +2800,7 @@ namespace Mall.WebApi.Controllers ...@@ -2800,7 +2800,7 @@ namespace Mall.WebApi.Controllers
resultMallShopStyle = new ResultMallShopStyle() { main = "#ff4544", secondary = "#555555", IsEducation = 0 }; resultMallShopStyle = new ResultMallShopStyle() { main = "#ff4544", secondary = "#555555", IsEducation = 0 };
break; break;
case MallShopStyleEnum.FreshGreen: case MallShopStyleEnum.FreshGreen:
resultMallShopStyle = new ResultMallShopStyle() { main = "#63be72", secondary = "#e1f4e3", IsEducation = 0 }; resultMallShopStyle = new ResultMallShopStyle() { main = "#00C6C1", secondary = "#e1f4e3", IsEducation = 0 };
break; break;
case MallShopStyleEnum.BusinessBlue: case MallShopStyleEnum.BusinessBlue:
resultMallShopStyle = new ResultMallShopStyle() { main = "#4a90e2", secondary = "#dbe9f9", IsEducation = 0 }; resultMallShopStyle = new ResultMallShopStyle() { main = "#4a90e2", secondary = "#dbe9f9", IsEducation = 0 };
......
...@@ -325,6 +325,7 @@ namespace Mall.WebApi.Controllers.TradePavilion ...@@ -325,6 +325,7 @@ namespace Mall.WebApi.Controllers.TradePavilion
/// 获取商会活动类型列表 /// 获取商会活动类型列表
/// </summary> /// </summary>
/// <returns></returns> /// <returns></returns>
[AllowAnonymous]
public ApiResult GetCommerceActivityTypeList() public ApiResult GetCommerceActivityTypeList()
{ {
var query = new RB_Commerce_ActivityType_Extend(); var query = new RB_Commerce_ActivityType_Extend();
......
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