chore: rename product to 聆界短信平台

This commit is contained in:
hectorzhao
2026-09-16 11:31:45 +08:00
parent 86cb9aea36
commit a0209f93bc
15 changed files with 40 additions and 18 deletions
+3 -3
View File
@@ -26,8 +26,8 @@ async function bootstrap() {
configureHttpBodyParsers(app);
const swaggerConfig = new DocumentBuilder()
.setTitle('CMPP Platform API')
.setDescription('First-version CMPP SMS platform API')
.setTitle('聆界短信平台 API')
.setDescription('聆界短信平台 API')
.setVersion('0.1.0')
.build();
const document = SwaggerModule.createDocument(app, swaggerConfig);
@@ -36,7 +36,7 @@ async function bootstrap() {
const clientDocument = SwaggerModule.createDocument(
app,
new DocumentBuilder()
.setTitle('CMPP短信平台 HTTP 客户接口')
.setTitle('聆界短信平台 HTTP 客户接口')
.setDescription('单条短信发送、短信状态查询、上行短信查询及回调验签接口')
.setVersion('1.0.0')
.build(),