Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
7 years ago
Commit
5e8a6f58e059ad54a6e5ea41af78f2218cfbaaa3
1 parent
e394e3e1
business_line
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/passport/models/phone-service.js
apps/passport/models/phone-service.js
View file @
5e8a6f5
/* eslint no-unused-vars: ["error", { "args": "none" }] */
'use strict'
;
const
_
=
require
(
'lodash'
);
const
FROM
=
require
(
'../../../config/from'
);
class
PhoneServiceModel
extends
global
.
yoho
.
BaseModel
{
...
...
@@ -29,7 +30,7 @@ class PhoneServiceModel extends global.yoho.BaseModel {
area
:
param
.
area
,
code
:
param
.
code
,
shopping_key
:
param
.
shopping_key
,
business_line
:
FROM
[
param
.
from
].
business_line
business_line
:
_
.
get
(
FROM
,
`
$
{
param
.
from
}.
business_line
`
)
}
});
}
...
...
Please
register
or
login
to post a comment