【oss服务】新增上传单个短路径返回
This commit is contained in:
		
							parent
							
								
									eae413bc00
								
							
						
					
					
						commit
						561eb1416a
					
				@ -16,7 +16,8 @@ type PutOssResponse struct {
 | 
				
			|||||||
	Code int    `json:"code"`
 | 
						Code int    `json:"code"`
 | 
				
			||||||
	Msg  string `json:"msg"`
 | 
						Msg  string `json:"msg"`
 | 
				
			||||||
	Data struct {
 | 
						Data struct {
 | 
				
			||||||
		Url string `json:"url"`
 | 
							Url      string `json:"url"`
 | 
				
			||||||
 | 
							SavePath string `json:"save_path"`
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user