将改im修改为get

This commit is contained in:
“wanyongkang”
2024-09-30 14:32:34 +08:00
parent 900c68f02d
commit db9b9726eb

View File

@@ -70,6 +70,10 @@ class Verify
if (empty($data)) {
$data = json_decode(file_get_contents("php://input"), true);
}
if (empty($data)) {
$data = $_GET;
}
$url = "http://124.236.113.166:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account'];
linkcurl($url,'GET',[],[],0);
echo json_encode(['code'=>1,]);