change mgs get staff-info #67

Merged
Ghost merged 1 commits from feaure/staff-getinfo into develop 2022-11-21 01:34:48 +00:00
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"),
}