pk任务
This commit is contained in:
@@ -345,6 +345,7 @@ class Tencent extends Model
|
||||
);
|
||||
$curlPost = json_encode($curlPost);
|
||||
$reslut = $this->tencent_post_url($postUrl, $curlPost);
|
||||
Log::record("增加群成员".json_encode($reslut),"info");
|
||||
if($reslut['ActionStatus'] == 'OK'){
|
||||
return ['code' => 1, 'msg' => '添加成功', 'data' => null];
|
||||
}else{
|
||||
|
||||
Reference in New Issue
Block a user