chore: rename product to 聆界短信平台
This commit is contained in:
+3
-3
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user