change mgs get staff-info

This commit is contained in:
anbuiselly 2022-11-21 08:33:39 +07:00
parent 2199bb4eef
commit f9c269ce2d
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ func getStaffValue(val string) string {
var Staff = struct {
GetListStaffInfo string
}{
GetListStaffInfo: getStaffValue("get_list_staff_info_by_notification_info"),
GetListStaffInfo: getStaffValue("get_list_staff_info"),
}