fix: remove machine selector
This commit is contained in:
parent
30bc9c96da
commit
ee8c46b51e
8 changed files with 32 additions and 132 deletions
|
|
@ -361,7 +361,7 @@ function plugins (settings, deviceId) {
|
|||
|
||||
const phone = tx.phone
|
||||
const timestamp = dateFormat(new Date(), 'UTC:HH:MM Z')
|
||||
return sms.getCashOutReadySms(deviceId, phone, timestamp)
|
||||
return sms.getCashOutReadySms(phone, timestamp)
|
||||
.then(msg => {
|
||||
const rec = {
|
||||
sms: msg
|
||||
|
|
@ -723,7 +723,7 @@ function plugins (settings, deviceId) {
|
|||
? '123'
|
||||
: randomCode()
|
||||
|
||||
return sms.getPhoneCodeSms(deviceId, phone, code)
|
||||
return sms.getPhoneCodeSms(phone, code)
|
||||
.then(msg => {
|
||||
const rec = {
|
||||
sms: msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue