This commit is contained in:
gazebo
2018-09-14 11:21:45 +08:00
parent 315e202312
commit 4bfb7c235a
7 changed files with 106 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ func init() {
}
func TestGetQiniuUploadToken(t *testing.T) {
token, err := GetQiniuUploadToken()
token, err := GetQiniuUploadToken("")
if err != nil {
t.Fatal(err)
}