参数整理

This commit is contained in:
luying
2022-08-29 20:19:35 +08:00
parent 63a7b0f266
commit a6719a4263
4 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { UpdateChannelParam } from '@domain/backEndField/params';
import { UpdateChannelParam } from '../domain/backEndField/params';
import { Controller } from 'egg';
export default class GameController extends Controller {