[Update] Get staff info
This commit is contained in:
parent
8f2060a7dc
commit
1e02009620
|
@ -30,7 +30,7 @@ func (Request) UpdateStaff(payload Staff) (*Response, error) {
|
|||
}
|
||||
|
||||
// GetInfoStaff ...
|
||||
func (Request) GetInfoStaff(payload *CommonQuery) (*Response, error) {
|
||||
func (Request) GetInfoStaff(payload GetInfoStaff) (*Response, error) {
|
||||
return requestNats(SubjectRequestNatsStaffGetInfo, toBytes(payload))
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue