/upload_file
POST
{ "file":"http://file.xxx.com/upload/tmp/xxx.jpeg" }
RPC调用
参数结构体:
type MoveFileArgs struct { Source string Target string }
返回结构体
type MoveFileReply struct { FileName string }