fix: id兼容, 通知入口
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m0s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m0s
This commit is contained in:
@@ -34,7 +34,7 @@ export class AccountService extends BaseService {
|
||||
*/
|
||||
static createAccount(
|
||||
data: CreatePlatformAccountParams
|
||||
): Promise<BaseResponse<{ ID?: number; id?: number }>> {
|
||||
): Promise<BaseResponse<{ id?: number; ID?: number }>> {
|
||||
return this.create('/api/admin/accounts', data)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user