LIVE 상태 체크
LIVE 현재 상태를 체크합니다.
GET
https://api.sgrsoft.com/v1/post/live_state_chk/client_id=[클라이언트키]&key=[유저토큰]Query String Parameters
Name
Type
Description
client_id
String
클라이언트 아이디
key
String
유저 토큰 키
결과
{
code: 200,
message: "Live ok",
result: {
post_no: "645",
chat_host: "chat.sgrsoft.com",
chat_port: "8253",
},
ids: "",
}결과코드
code
message
200
Live ok.
500
Live fail
501
no param
Last updated