Wubing 1 天之前
父節點
當前提交
a41a7cff31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controllers/player.js

+ 1 - 1
app/controllers/player.js

@@ -147,7 +147,7 @@ proto.convertUrlToPng = function(url, outputPath, callback) {
 };
 // 创建玩家
 proto.createAsync = P.coroutine(function* (playerId, name, sex, headurl,tel,pwd,ip,spreadId,formId, diamond) {
-    console.warn("convertUrlToPng")
+    console.warn("convertUrlToPng",'D:/web/root80/image/'+md5(playerId)+'.png')
     this.convertUrlToPng(headurl, 'D:/web/root80/image/'+md5(playerId)+'.png', function(err, buffer) {
         if (err) {
             console.error('转换失败:' + err.message);