fixed
This commit is contained in:
@@ -34,7 +34,7 @@ class PyappLofic
|
||||
'chatroom_id' => $chatroom_id,
|
||||
'is_follow_up' => true,
|
||||
'follow_up_content'=>$return_record['visit_msg'],
|
||||
'followup_record_id'=>$return_record['id'],
|
||||
'followup_record_id'=>$return_record['id'].'',
|
||||
];
|
||||
$res = Curl::curl_post_json($url, $post_data);
|
||||
if(empty($res['data'])){
|
||||
|
||||
Reference in New Issue
Block a user