寻宝:点击头像接口设置机器人

This commit is contained in:
luying
2021-08-25 16:57:11 +08:00
parent 14eac59d43
commit fe78c998b2
13 changed files with 98 additions and 31 deletions
+2 -1
View File
@@ -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;