Results 2 issues of LeoLee

**Describe the bug** A clear and concise description of what the bug is. 有图像没有声音 **Expected behavior** A clear and concise description of what you expected to happen. 声音正常 **Screenshots** If...

php代码 ```php $RongSDK = new RongCloud('xxx', 'xxx'); $rr = $RongSDK->_message->Person()->send([ 'senderId'=> 'ujadk90ha',//发送人 id 'targetId'=> 'markoiwm',//接收人 id "objectName"=>'RC:TxtMsg',//消息类型 文本 'content'=>['content'=>'你好,小明']//消息体 ]); Utils::dump("发送消息", $rr); ``` 返回的结果: ![image](https://user-images.githubusercontent.com/1817560/108195310-8f473e80-7152-11eb-99d8-4c2682ac9c89.png) 更改sdk中的send方法添加content-type json,返回结果为: ![image](https://user-images.githubusercontent.com/1817560/108195410-af76fd80-7152-11eb-8631-c0bafc838134.png) 完全无从下手了。 ps.使用curl单独写了调用的接口,发现不管发送的参数是json_encode,数组,http_build_query都不行