|
...
|
...
|
@@ -213,7 +213,7 @@ class InquiryLogic extends BaseLogic |
|
|
|
'phone_region'=>$data['phone_region'] ?? '',
|
|
|
|
];
|
|
|
|
if(!empty($param['phone_region'])){
|
|
|
|
$param['country'] = Translate::tran($this->param['phone_region'], 'zh') ?? '';
|
|
|
|
$param['country'] = Translate::tran($param['phone_region'], 'zh') ?? '';
|
|
|
|
}
|
|
|
|
(new PhoneData())->addReturnId($param);
|
|
|
|
return $this->success($param);
|
...
|
...
|
|