webadmin去掉新建门店的短信验证

This commit is contained in:
2026-07-07 18:17:45 +08:00
parent 67eed11276
commit 887d728496
6 changed files with 14 additions and 71 deletions
@@ -28,11 +28,6 @@ export class AdminStoresController {
return this.service.listStores(query);
}
@Post('phone/sms/send')
sendOpenSms(@Body() body: { phone: string }) {
return this.service.sendStoreOpenSms(body.phone);
}
@Get(':id')
detail(@Param('id') id: string) {
return this.service.detailStore(BigInt(id));