Commit 294c3bb1 authored by 黄奎's avatar 黄奎

页面修改

parent 500fae33
......@@ -65,7 +65,6 @@ namespace Mall.WebApi.Controllers.User
msg=lObj.GetStringValue("msg")
};
JObject parms = JObject.Parse(requestParm.msg.ToString());
// LogHelper.WriteInfo("登录请求数据:" + requestParm.msg.ToString());
RB_Member_User_Extend demodel = new RB_Member_User_Extend()
{
Source = (UserSourceEnum)parms.GetInt("Source"),
......@@ -93,10 +92,10 @@ namespace Mall.WebApi.Controllers.User
{
return ApiResult.ParamIsNull("请传递来源平台");
}
//if (string.IsNullOrEmpty(demodel.OpenId))
//{
// return ApiResult.ParamIsNull("请传递唯一码");
//}
if (string.IsNullOrEmpty(demodel.OpenId))
{
return ApiResult.ParamIsNull("请传递唯一码");
}
Model.Extend.MarketingCenter.RB_DiscountCoupon_Extend couponResult = new Model.Extend.MarketingCenter.RB_DiscountCoupon_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