Commit f3a62e5c authored by wwccw0591's avatar wwccw0591

pc

parent a88c8435
......@@ -186,7 +186,7 @@ class MessageServiceModel extends \Business\AbstractModel
$returnMemeber['toUserName']=$toMember['name'];
$returnMemeber['toType']=(int)$toMember['type'];
$returnMemeber['toAvatar']=$toMember['avatar'];
$returnMemeber['fromId']=(int)$self['memberId'];
$returnMemeber['fromId']=$memberId;
$returnMemeber['fromUserId']=(int)$self['uid'];
$returnMemeber['fromUserName']=$self['name'];
$returnMemeber['fromType']=(int)$self['type'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment