Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
3d8e2d0a
Commit
3d8e2d0a
authored
Jan 11, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
c9ad4512
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
igirl-channel/app/base/db/cache/appUserPinByLoginPwdCache.js
+1
-1
igirl-channel/app/base/db/cache/appUserPinByLoginVcodeCache.js
+1
-1
No files found.
igirl-channel/app/base/db/cache/appUserPinByLoginPwdCache.js
View file @
3d8e2d0a
...
@@ -19,7 +19,7 @@ class AppUserPinByLoginPwdCache extends CacheBase {
...
@@ -19,7 +19,7 @@ class AppUserPinByLoginPwdCache extends CacheBase {
var
uUserName
=
actionBody
.
userName
;
//uUserName
var
uUserName
=
actionBody
.
userName
;
//uUserName
var
uPassword
=
actionBody
.
password
;
//uPassword
var
uPassword
=
actionBody
.
password
;
//uPassword
var
uUserInfo
=
await
this
.
opPlatformUtils
.
login
(
uUserName
,
uPassword
,
var
uUserInfo
=
await
this
.
opPlatformUtils
.
login
(
uUserName
,
uPassword
,
actionBody
.
appInfo
.
uapp
_key
,
actionBody
.
appInfo
.
uapp_s
ecret
);
actionBody
.
appInfo
.
uapp
Key
,
actionBody
.
appInfo
.
appS
ecret
);
if
(
uUserInfo
.
status
!=
0
)
{
if
(
uUserInfo
.
status
!=
0
)
{
return
uUserInfo
;
return
uUserInfo
;
}
//值为2010为用户名或密码错误
}
//值为2010为用户名或密码错误
...
...
igirl-channel/app/base/db/cache/appUserPinByLoginVcodeCache.js
View file @
3d8e2d0a
...
@@ -17,7 +17,7 @@ class AppUserPinByLoginVcodeCache extends CacheBase {
...
@@ -17,7 +17,7 @@ class AppUserPinByLoginVcodeCache extends CacheBase {
async
buildCacheVal
(
cachekey
,
inputkey
,
val
,
ex
,
...
items
)
{
async
buildCacheVal
(
cachekey
,
inputkey
,
val
,
ex
,
...
items
)
{
var
actionBody
=
val
;
var
actionBody
=
val
;
var
uUserInfo
=
await
this
.
opPlatformUtils
.
loginByVCode
(
actionBody
.
mobile
,
actionBody
.
vcode
,
actionBody
.
password
,
var
uUserInfo
=
await
this
.
opPlatformUtils
.
loginByVCode
(
actionBody
.
mobile
,
actionBody
.
vcode
,
actionBody
.
password
,
actionBody
.
appInfo
.
uapp
_key
,
actionBody
.
appInfo
.
uapp_s
ecret
);
actionBody
.
appInfo
.
uapp
Key
,
actionBody
.
appInfo
.
appS
ecret
);
if
(
uUserInfo
.
status
!=
0
)
{
if
(
uUserInfo
.
status
!=
0
)
{
return
uUserInfo
;
return
uUserInfo
;
}
//2030验证码校验不成功 或 注册失败
}
//2030验证码校验不成功 或 注册失败
...
...
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