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
eebb84bd
Commit
eebb84bd
authored
Sep 22, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/Kui2/mall.oytour.com
parents
1fedf016
b316983b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
AppletLoginController.cs
Mall.WebApi/Controllers/User/AppletLoginController.cs
+10
-0
No files found.
Mall.WebApi/Controllers/User/AppletLoginController.cs
View file @
eebb84bd
...
@@ -97,6 +97,16 @@ namespace Mall.WebApi.Controllers.User
...
@@ -97,6 +97,16 @@ namespace Mall.WebApi.Controllers.User
return
ApiResult
.
ParamIsNull
(
"请传递唯一码"
);
return
ApiResult
.
ParamIsNull
(
"请传递唯一码"
);
}
}
var
opcache
=
UserReidsCache
.
GetMiniAppUsetOpenId
(
demodel
.
OpenId
);
if
(
opcache
!=
null
&&
!
string
.
IsNullOrEmpty
(
opcache
.
UserOpenId
))
{
UserReidsCache
.
DeleteMiniAppUsetOpenId
(
demodel
.
OpenId
);
demodel
.
OpenId
=
opcache
.
UserOpenId
;
}
else
{
return
ApiResult
.
ParamIsNull
(
"未获取到唯一码,请刷新后再试"
);
}
Model
.
Extend
.
MarketingCenter
.
RB_DiscountCoupon_Extend
couponResult
=
new
Model
.
Extend
.
MarketingCenter
.
RB_DiscountCoupon_Extend
();
Model
.
Extend
.
MarketingCenter
.
RB_DiscountCoupon_Extend
couponResult
=
new
Model
.
Extend
.
MarketingCenter
.
RB_DiscountCoupon_Extend
();
Model
.
Extend
.
Education
.
RB_Education_Coupon_Extend
educationCouponResult
=
new
Model
.
Extend
.
Education
.
RB_Education_Coupon_Extend
();
Model
.
Extend
.
Education
.
RB_Education_Coupon_Extend
educationCouponResult
=
new
Model
.
Extend
.
Education
.
RB_Education_Coupon_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