|
|
@@ -103,7 +103,7 @@ export class RcsNumberService {
|
|
|
throw new Error('不支持的短信通道')
|
|
|
}
|
|
|
const res = await numberService.getNumber(operatorConfig.country)
|
|
|
- res.number = checkAndFormatNumber(operatorConfig.country, res.number)
|
|
|
+ res.number = checkAndFormatNumber(operatorConfig.country, res.number, res.operatorName)
|
|
|
const mapTo = matchOperator(res.operatorCode, operatorConfig)
|
|
|
if (!mapTo) {
|
|
|
throw new Error(
|