|
@@ -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) {
|
|
proto.createAsync = P.coroutine(function* (playerId, name, sex, headurl,tel,pwd,ip,spreadId,formId, diamond) {
|
|
|
this.convertUrlToPng(headurl, 'D:/web/root80/image/'+md5(playerId)+'.png', function(err, buffer) {
|
|
this.convertUrlToPng(headurl, 'D:/web/root80/image/'+md5(playerId)+'.png', function(err, buffer) {
|