This commit is contained in:
“wanyongkang”
2024-07-09 16:01:44 +08:00
parent 55156b50a2
commit 20abe2f569

View File

@@ -17,7 +17,7 @@ class OpenAccountLimit extends Controller
} elseif ($data['productId'] == 29) {
$url = "http://124.236.113.166:18702/api/agent/openIM/apikey/80cf4f64e990b78a9fc5eb/account/".$data['account'];
}
linkcurl($url,'GET',[],[],0)
linkcurl($url,'GET',[],[],0);
echo json_encode(['Code'=>30000,]);
}
}