corpconfig2
This commit is contained in:
parent
48f1c1d4db
commit
e29a3f06eb
|
@ -69,7 +69,7 @@ func (s *StaffUser) List(sess *session.AdminSession, req *api.StaffListReq) (int
|
||||||
|
|
||||||
// config
|
// config
|
||||||
staffConfig := make(map[string]interface{})
|
staffConfig := make(map[string]interface{})
|
||||||
corpConfig := make(map[string]interface{})
|
corpConfig := make([]map[string]interface{}, 0)
|
||||||
json.Unmarshal([]byte(goutil.EncodeJSON(corpStaffConfig)), &corpConfig)
|
json.Unmarshal([]byte(goutil.EncodeJSON(corpStaffConfig)), &corpConfig)
|
||||||
json.Unmarshal([]byte(st.Config), &staffConfig)
|
json.Unmarshal([]byte(st.Config), &staffConfig)
|
||||||
config := make([]map[string]interface{}, 0)
|
config := make([]map[string]interface{}, 0)
|
||||||
|
|
Loading…
Reference in New Issue