Showing
1 changed file
with
1 additions
and
1 deletions
@@ -23,7 +23,7 @@ class PhoneService { | @@ -23,7 +23,7 @@ class PhoneService { | ||
23 | area: param.area, | 23 | area: param.area, |
24 | code: param.code, | 24 | code: param.code, |
25 | shopping_key: param.shopping_key, | 25 | shopping_key: param.shopping_key, |
26 | - business_line: FROM[param.from].business_line | 26 | + business_line: FROM[param.from] ? FROM[param.from].business_line : 'Yoho!Buy' |
27 | }); | 27 | }); |
28 | } | 28 | } |
29 | 29 |
-
Please register or login to post a comment