|
|
@@ -800,6 +800,7 @@ class ChatService implements ChatServiceInterface
|
|
|
$options = [
|
|
|
'authorization'=>$data['token']
|
|
|
];
|
|
|
+ var_dump("参数:",$url,$dataIM,$options);
|
|
|
$result = PublicData::im_post($url,$dataIM,$options);
|
|
|
if ($result) {
|
|
|
return Result::success($data);
|