寻宝:点击头像接口设置机器人
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { RoleType } from "../../db/Role";
|
||||
import { FriendShipType } from "../../db/FriendShip";
|
||||
import * as friendUtil from '../../pubUtils/friendUtil'
|
||||
import { FRIEND_RELATION_TYPE } from "../../consts";
|
||||
|
||||
export class FriendParams {
|
||||
roleId: string;
|
||||
@@ -13,7 +14,7 @@ export class FriendParams {
|
||||
title: number;
|
||||
serverId: number;
|
||||
serverName: string;
|
||||
type: number;
|
||||
type: number = FRIEND_RELATION_TYPE.NORMAL;
|
||||
|
||||
constructor(role: RoleType) {
|
||||
this.roleId = role.roleId;
|
||||
|
||||
Reference in New Issue
Block a user