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
9c0232ee
Commit
9c0232ee
authored
Oct 30, 2020
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
register
parent
98980f7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
+1
-4
center-app/app/base/db/cache/appUserPinByUserNameCache.js
+1
-0
center-app/app/base/utils/businessManager/opPlatformUtils.js
+0
-4
No files found.
center-app/app/base/db/cache/appUserPinByUserNameCache.js
View file @
9c0232ee
...
...
@@ -35,6 +35,7 @@ class AppUserPinByUserNameCache extends CacheBase {
if
(
uUserInfo
.
status
!=
0
&&
uUserInfo
.
status
!=
2000
)
{
return
uUserInfo
;
}
//值为2000为已经存在此用户,注册失败
var
params
=
{
uapp_id
:
appInfo
.
uapp_id
,
channel_userid
:
actionBody
.
channelUserId
||
""
,
...
...
center-app/app/base/utils/businessManager/opPlatformUtils.js
View file @
9c0232ee
...
...
@@ -206,10 +206,6 @@ class OpPlatformUtils {
mobile
:
mobile
,
uapp_id
:
uapp_id
}
//按照访问token
// var restResult = await this.restClient.execPostWithAK(
// param,
// this.registerUrl, reqApiAccessKey.data.accessKey);
let
restResult
=
await
this
.
appuserDao
.
create
(
param
)
return
system
.
getResultSuccess
(
restResult
);
}
...
...
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