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
59bf3aa2
Commit
59bf3aa2
authored
Aug 27, 2020
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微店二维码
parent
25f6a7fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
HttpHelper.cs
Mall.Common/Plugin/HttpHelper.cs
+0
-3
UserModule.cs
Mall.Module.User/UserModule.cs
+1
-1
No files found.
Mall.Common/Plugin/HttpHelper.cs
View file @
59bf3aa2
...
...
@@ -558,9 +558,6 @@ namespace Mall.Common.Plugin
{
Size
=
img
.
Height
;
}
if
(
Size
>
imgBack
.
Width
)
{
Size
=
imgBack
.
Width
;
}
img
=
CutEllipse
(
img
,
new
Rectangle
(
0
,
0
,
Size
,
Size
),
new
Size
(
Size
,
Size
));
Graphics
g
=
Graphics
.
FromImage
(
imgBack
);
g
.
DrawImage
(
imgBack
,
0
,
0
,
imgBack
.
Width
,
imgBack
.
Height
);
//g.DrawImage(imgBack, 0, 0, 相框宽, 相框高);
...
...
Mall.Module.User/UserModule.cs
View file @
59bf3aa2
...
...
@@ -5606,7 +5606,7 @@ namespace Mall.Module.User
int
IsNormalServer
=
Convert
.
ToInt32
(
new
ConfigurationBuilder
().
Add
(
new
JsonConfigurationSource
{
Path
=
"appsettings.json"
}).
Build
().
GetSection
(
"IsNormalServer"
).
Value
);
if
(
IsNormalServer
!=
1
)
{
token
=
"36_
k9Yprh3EpK1OlRt5a23mjp-WXLUjDzV6Vn8qiyb3ppbsXqhIaAQo5ibLi9xh1fxxRTVPvdplYVawG-TIzxw1x32pB-fhfX7cFYs2LSpKgnn7Nk64a4bDvdKPofHCG7WzlDRTryJhtTufhquTWDEaAIACJK
"
;
token
=
"36_
isfBGeMx6esLrna2imlq-C4TY0TgMGECpaSqAvQb7nDl7BDshyR_7YEkT3eIcJJmJIDf2rGSeSOvpsM1TosaNelQ5q447QYgJ5TBot-jPQ5B1cxG_38yW2Kw_Pd44Cx0i1zMaII8AMbl8Q5-FFIeAJARRU
"
;
}
if
(
string
.
IsNullOrEmpty
(
token
))
{
...
...
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