瀏覽代碼

fix(rcs-number): 修改 sms7979 和 sms797902 的参数

wui 10 月之前
父節點
當前提交
fc24babb5e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/rcs-number/rcs-number.service.ts

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

@@ -87,8 +87,8 @@ export class RcsNumberService {
         this.cloud050 = new cloud214('100050', '6c0f25c802b82d2a5c78f01fb627be2c', RcsNumberSource.cloud050)
         this.sms4verify01 = new sms4verify('Yt8kbBGbvMTL3OBZ2dvwXCm78MI59D', RcsNumberSource.sms4verify01)
         this.sms4verify02 = new sms4verify('402qwEj44JiaWMOOBPIxMnWaqeyIuV', RcsNumberSource.sms4verify02)
-        this.sms7979 = new sms7979('BbrlHwT4IWrfxR1tbSP6O8RkzW7Gdh', 40, RcsNumberSource.sms7979)
-        this.sms797902 = new sms7979('zKZVl49nNGgtRWe6JI4y9LmQCQPPm6', 40, RcsNumberSource.sms797902)
+        this.sms7979 = new sms7979('BbrlHwT4IWrfxR1tbSP6O8RkzW7Gdh', 45, RcsNumberSource.sms7979)
+        this.sms797902 = new sms7979('BbrlHwT4IWrfxR1tbSP6O8RkzW7Gdh', 45, RcsNumberSource.sms797902)
         this.redis = this.redisService.getOrThrow()
     }