修改用户默认头像为用户名前两位,增加粘贴图片功能,更改充值默认金额为30,优化了一些方法名称

pull/361/head
HXY 2 years ago
parent f5c2178578
commit 76e50f8b9c

@ -62,7 +62,6 @@ func (s *localossCreateServant) PutObject(objectKey string, reader io.Reader, ob
return "", err
}
if written != objectSize {
fmt.Print("这里发生了错误.......")
os.Remove(savePath)
return "", errors.New("put object not complete")
}

Loading…
Cancel
Save