修改Order的命名域
This commit is contained in:
@@ -64,7 +64,10 @@ func (resp *Response) SetStatus(sr *StatusResponse, data ...interface{}) *Respon
|
||||
} else {
|
||||
newResp.Data = data[0]
|
||||
}
|
||||
} else if len(data) > 1 {
|
||||
newResp.Data = data
|
||||
}
|
||||
|
||||
return newResp
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user