|
@@ -25,6 +25,7 @@ class Tenim
|
|
|
*/
|
|
|
//https://console.tim.qq.com/v4/openim/sendmsg?sdkappid=88888888&identifier=admin&usersig=xxx&random=99999999&contenttype=json
|
|
|
public function sendMessageToUser($from_user,$to_user,$message) {
|
|
|
+ return true;
|
|
|
$random = rand(10000000,99999999);
|
|
|
$usersig = $this->usersig("administrator");
|
|
|
// 获取配置信息
|