xiongzhu 1 год назад
Родитель
Сommit
ba60e97d99
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/rcs-number/rcs-number.service.ts

+ 1 - 1
src/rcs-number/rcs-number.service.ts

@@ -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(