测试
This commit is contained in:
@@ -12,7 +12,7 @@ class PrivateChatService
|
||||
{
|
||||
public const MESSAGE_TYPE_TEXT = PrivateChatMessage::TYPE_TEXT;
|
||||
public const MESSAGE_TYPE_IMAGE = PrivateChatMessage::TYPE_IMAGE;
|
||||
public const RELATIONSHIP_NOT_MUTUAL_TEXT = '对方还未添加你为好友';
|
||||
public const RELATIONSHIP_NOT_MUTUAL_TEXT = '对方未添加好友';
|
||||
|
||||
public static function open(int $userId, int $targetUserId, bool $requireFollow = true): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user