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
b316983b
Commit
b316983b
authored
Sep 22, 2021
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b064bf4c
Hide 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 @
b316983b
...
...
@@ -97,6 +97,16 @@ namespace Mall.WebApi.Controllers.User
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
.
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