Пример #1
0
def kf_send_msg_session(group_name, gate_name, session_id, cmd_, body):
    return ff.py_kf_send_msg_session(group_name, gate_name, session_id, cmd_,
                                     to_str(body))
Пример #2
0
def kf_send_msg_session(group_name, gate_name, session_id, cmd_, body):
    if str != body.__class__:
        body = encode_msg(body)
    return ff.py_kf_send_msg_session(group_name, gate_name, session_id, cmd_, body)
Пример #3
0
def kf_send_msg_session(group_name, gate_name, session_id, cmd_, body):
    return ff.py_kf_send_msg_session(group_name, gate_name, session_id, cmd_, to_str(body))
Пример #4
0
def kf_send_msg_session(group_name, gate_name, session_id, cmd_, body):
    if str != body.__class__:
        body = encode_msg(body)
    return ff.py_kf_send_msg_session(group_name, gate_name, session_id, cmd_,
                                     body)