|
@@ -54,6 +54,7 @@ export class RcsNumberService {
|
|
|
private sms797902: sms7979
|
|
private sms797902: sms7979
|
|
|
private sms4verify01: sms4verify
|
|
private sms4verify01: sms4verify
|
|
|
private sms4verify02: sms4verify
|
|
private sms4verify02: sms4verify
|
|
|
|
|
+ private sms4verify03: sms4verify
|
|
|
private smspva: smspva
|
|
private smspva: smspva
|
|
|
private smspva02: smspva
|
|
private smspva02: smspva
|
|
|
private smstiger: smstiger
|
|
private smstiger: smstiger
|
|
@@ -97,8 +98,9 @@ export class RcsNumberService {
|
|
|
this.cloud037 = new cloud214('100037', 'aaec6c21e54dc53b92e472df21a95bb7', RcsNumberSource.cloud037)
|
|
this.cloud037 = new cloud214('100037', 'aaec6c21e54dc53b92e472df21a95bb7', RcsNumberSource.cloud037)
|
|
|
this.cloud041 = new cloud214('100041', '8174f3107605645d17fd6c5edc0bfb7d', RcsNumberSource.cloud041)
|
|
this.cloud041 = new cloud214('100041', '8174f3107605645d17fd6c5edc0bfb7d', RcsNumberSource.cloud041)
|
|
|
this.cloud050 = new cloud214('100050', '6c0f25c802b82d2a5c78f01fb627be2c', RcsNumberSource.cloud050)
|
|
this.cloud050 = new cloud214('100050', '6c0f25c802b82d2a5c78f01fb627be2c', RcsNumberSource.cloud050)
|
|
|
- this.sms4verify01 = new sms4verify('Yt8kbBGbvMTL3OBZ2dvwXCm78MI59D', RcsNumberSource.sms4verify01)
|
|
|
|
|
- this.sms4verify02 = new sms4verify('402qwEj44JiaWMOOBPIxMnWaqeyIuV', RcsNumberSource.sms4verify02)
|
|
|
|
|
|
|
+ this.sms4verify01 = new sms4verify('Yt8kbBGbvMTL3OBZ2dvwXCm78MI59D', '0', RcsNumberSource.sms4verify01)
|
|
|
|
|
+ this.sms4verify02 = new sms4verify('402qwEj44JiaWMOOBPIxMnWaqeyIuV', '0', RcsNumberSource.sms4verify02)
|
|
|
|
|
+ this.sms4verify03 = new sms4verify('LFSsOnOjipHUE6jtgCpcEy7M9SEGme', '0.45', RcsNumberSource.sms4verify03)
|
|
|
this.sms7979 = new sms7979('BbrlHwT4IWrfxR1tbSP6O8RkzW7Gdh', 45, RcsNumberSource.sms7979)
|
|
this.sms7979 = new sms7979('BbrlHwT4IWrfxR1tbSP6O8RkzW7Gdh', 45, RcsNumberSource.sms7979)
|
|
|
this.sms797902 = new sms7979('BbrlHwT4IWrfxR1tbSP6O8RkzW7Gdh', 45, RcsNumberSource.sms797902)
|
|
this.sms797902 = new sms7979('BbrlHwT4IWrfxR1tbSP6O8RkzW7Gdh', 45, RcsNumberSource.sms797902)
|
|
|
this.smspva = new smspva('uNW56fGr0zstfs87Xn0e1l2gCYVnb1', RcsNumberSource.smspva)
|
|
this.smspva = new smspva('uNW56fGr0zstfs87Xn0e1l2gCYVnb1', RcsNumberSource.smspva)
|
|
@@ -364,6 +366,8 @@ export class RcsNumberService {
|
|
|
return this.sms4verify01
|
|
return this.sms4verify01
|
|
|
case RcsNumberSource.sms4verify02:
|
|
case RcsNumberSource.sms4verify02:
|
|
|
return this.sms4verify02
|
|
return this.sms4verify02
|
|
|
|
|
+ case RcsNumberSource.sms4verify03:
|
|
|
|
|
+ return this.sms4verify03
|
|
|
case RcsNumberSource.sms23256:
|
|
case RcsNumberSource.sms23256:
|
|
|
return this.sms23256
|
|
return this.sms23256
|
|
|
case RcsNumberSource.svenkvint:
|
|
case RcsNumberSource.svenkvint:
|