dushibaiyu hace 6 años
padre
commit
2f5db3ee74
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      handle/packinfoseed2server.cpp

+ 1 - 0
handle/packinfoseed2server.cpp

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