@@ -25,6 +25,7 @@ void PackInfoSeed2Server::doSend()
if(_current.isNull() && !_queue.isEmpty()){
_current = _queue.first();
// TODO:小宋, 发送 _current 到服务器
+ //docs: http://doc.vanlai.net:3001/web/#/1?page_id=64
}