master
huanghai 5 years ago
parent c8a4e45abd
commit 296aaf8057

@ -367,7 +367,7 @@ func (s *Rpc) GetBindAuthorization(ctx context.Context, in *SysLoginpersonProto.
wxOpenId := list[0]["wx_open_id"].(string)
if len(wxOpenId) > 0 {
reply.List = "[{\"wx\":\"" + wxOpenId + "\"}]"
reply.List = "[\"wx\"]"
} else {
reply.List = "[]"
}

Loading…
Cancel
Save