dushibaiyu 6 лет назад
Родитель
Сommit
2f5db3ee74
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      handle/packinfoseed2server.cpp

+ 1 - 0
handle/packinfoseed2server.cpp

@@ -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
     }
 }