|
...
|
...
|
@@ -194,7 +194,6 @@ class InquiryLogic extends BaseLogic |
|
|
|
$param = [
|
|
|
|
'phone'=>$phone,
|
|
|
|
'num_phone'=>$num_phone,
|
|
|
|
'data'=>json_encode($data,true),
|
|
|
|
'wa_status'=>$data['wa_status'] ?? 0,
|
|
|
|
'wa_phone'=>$data['wa_phone'] ?? '',
|
|
|
|
'wa_name'=>$data['wa_name'] ?? '',
|
...
|
...
|
|