|
@@ -21,8 +21,8 @@ func (l *InfoService) Myinfo(sid string) map[string]interface{} {
|
|
|
"entRole": RsaEncrypt([]byte(common.InterfaceToStr(info_m["entRole"]))),
|
|
|
"entNicheDis": RsaEncrypt([]byte(common.InterfaceToStr(info_m["entNicheDis"]))),
|
|
|
"positionId": RsaEncrypt([]byte(common.InterfaceToStr(info_m["positionId"]))),
|
|
|
- "accountId": RsaEncrypt([]byte(common.InterfaceToStr(info_m["s_nickname"]))),
|
|
|
- "entAccountId": RsaEncrypt([]byte(common.InterfaceToStr(info_m["s_nickname"]))),
|
|
|
+ "accountId": RsaEncrypt([]byte(common.InterfaceToStr(info_m["accountId"]))),
|
|
|
+ "entAccountId": RsaEncrypt([]byte(common.InterfaceToStr(info_m["entAccountId"]))),
|
|
|
"entId": RsaEncrypt([]byte(common.InterfaceToStr(info_m["entId"]))),
|
|
|
"entName": RsaEncrypt([]byte(common.InterfaceToStr(info_m["entName"]))),
|
|
|
"entUserName": RsaEncrypt([]byte(common.InterfaceToStr(info_m["entUserName"]))),
|