Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
87d9d511
Commit
87d9d511
authored
Aug 06, 2018
by
hujun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑商铺app拉取数据闪退处理
parent
d1aa00d8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
PlsDemo.php
application/api_broker/untils/PlsDemo.php
+1
-1
GHouses.php
application/model/GHouses.php
+7
-0
No files found.
application/api_broker/untils/PlsDemo.php
View file @
87d9d511
...
...
@@ -98,7 +98,7 @@ class PlsDemo
$request
->
setPhoneNoX
(
$phoneNoX
);
//可选:期望分配X号码归属的地市(省去地市后缀后的城市名称)
$request
->
setExpectCity
(
"
北京
"
);
$request
->
setExpectCity
(
""
);
//必填:绑定关系对应的失效时间-不能早于当前系统时间
$request
->
setExpiration
(
$time
);
...
...
application/model/GHouses.php
View file @
87d9d511
...
...
@@ -113,6 +113,13 @@ class GHouses extends BaseModel
$data
[
'landlord_phone'
]
=
empty
(
$data
[
'landlord_phone'
])
?
""
:
$data
[
'landlord_phone'
];
$data
[
'internal_item_advantage'
]
=
empty
(
$data
[
'internal_item_advantage'
])
?
""
:
$data
[
'internal_item_advantage'
];
$data
[
'fee_rule'
]
=
empty
(
$data
[
'fee_rule'
])
?
""
:
$data
[
'fee_rule'
];
$data
[
'opening_date'
]
=
empty
(
$data
[
'opening_date'
])
?
''
:
$data
[
'opening_date'
];
$data
[
'operation_id'
]
=
empty
(
$data
[
'operation_id'
])
?
''
:
$data
[
'operation_id'
];
$data
[
'payment_month'
]
=
empty
(
$data
[
'payment_month'
])
?
''
:
$data
[
'payment_month'
];
$data
[
'city_code'
]
=
empty
(
$data
[
'city_code'
])
?
""
:
$data
[
'city_code'
];
$data
[
'disc_code'
]
=
empty
(
$data
[
'disc_code'
])
?
""
:
$data
[
'disc_code'
];
$data
[
'deposit_month'
]
=
empty
(
$data
[
'deposit_month'
])
?
''
:
$data
[
'deposit_month'
];
if
(
$app
==
0
)
{
foreach
(
$img_data
as
$k
=>
$v
)
{
switch
(
$v
->
img_type
)
{
...
...
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