chore: set cmpp port to 17890
This commit is contained in:
@@ -44,7 +44,7 @@ function createPrismaMock() {
|
||||
findFirst: jest.fn().mockResolvedValue({
|
||||
id: 'channel-1',
|
||||
gatewayHost: '127.0.0.1',
|
||||
gatewayPort: 7890,
|
||||
gatewayPort: 17890,
|
||||
enterpriseCode: 'EC',
|
||||
account: 'sp',
|
||||
passwordCipher: 'cipher',
|
||||
@@ -95,7 +95,7 @@ describe('SmsConfigService', () => {
|
||||
applicationId: 'app-1',
|
||||
tenantName: '租户A',
|
||||
gatewayHost: '127.0.0.1',
|
||||
gatewayPort: 7890,
|
||||
gatewayPort: 17890,
|
||||
maxConnections: 2,
|
||||
}));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user