dushibaiyu 6 年之前
父节点
当前提交
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
     }
 }