聊天:添加屏蔽
This commit is contained in:
@@ -64,7 +64,6 @@ export default class AccountController extends Controller {
|
||||
|
||||
public async channelLogin() {
|
||||
const { ctx } = this;
|
||||
const { channelType, pst, clientId, deviceId, platform, pkgName, serverType, getuiCID } = ctx.request.body;
|
||||
ctx.body = await ctx.service.auth.channelLogin(channelType, clientId, pst, deviceId, platform, pkgName, serverType, getuiCID);
|
||||
ctx.body = await ctx.service.auth.channelLogin(ctx.request.body);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user