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
ad410254
Commit
ad410254
authored
Jul 10, 2020
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
e25ab601
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
center-channel/app/base/service/impl/utilsSve/utilsUcommuneSve.js
+3
-2
center-channel/内部后端文档
+3
-3
No files found.
center-channel/app/base/service/impl/utilsSve/utilsUcommuneSve.js
View file @
ad410254
...
...
@@ -35,8 +35,9 @@ class UtilsUcommuneService extends AppServiceBase {
if
(
result
.
retCode
==
0
)
{
// 0成功 1失败
pobj
.
actionType
=
"getLoginByUserName"
;
pobj
.
actionBody
.
channelUserId
=
result
.
data
.
nationalCode
+
"-"
+
result
.
data
.
mobile
;
// 即:86_18512345678
pobj
.
actionBody
.
userName
=
result
.
data
.
name
;
pobj
.
actionBody
.
mobile
:
result
.
data
.
mobile
;
pobj
.
actionBody
.
userName
=
result
.
data
.
mobile
;
pobj
.
actionBody
.
nickName
=
result
.
data
.
name
;
pobj
.
actionBody
.
mobile
=
result
.
data
.
mobile
;
pobj
.
actionBody
.
headUrl
=
result
.
data
.
headImg
;
pobj
.
actionBody
.
userpin
=
pobj
.
actionBody
.
userpin
||
this
.
getUUID
();
var
tmpOpResult
=
await
this
.
utilsAuthSve
.
getLoginByUserName
(
pobj
,
pobj
.
actionBody
);
...
...
center-channel/内部后端文档
View file @
ad410254
1.获取请
求token
1.获取请
求token
...
...
@@ -55,8 +55,8 @@ HTTP请求方式 POST
{
"actionType": "getLoginByUserName",
"actionBody": {
"channelUserId":"15010929366",// Y 渠道用户ID
"channelUserName":"",// N 渠道用户名
"channelUserId":"15010929366",// Y 渠道用户
唯一标识
ID
"channelUserName":"",// N 渠道
登录
用户名
"mobile":"15010929366", // N 渠道用户手机号
"nickName":"", // N 用户昵称
"orgName":"" // N 公司名称
...
...
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