Commit 54fe6ed5 by Victor Wang

change demo test code

parent 1d889835
......@@ -108,7 +108,7 @@ require 'rubygems'
require 'igetui'
@pusher = IGeTui.pusher(your_app_id, your_app_key, your_master_secret)
ret = @pusher.get_client_id_status(@cid_1)
ret = @pusher.get_client_id_status(your_client_id)
p ret
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment