浏览代码

device model and os

Shawn Lu 1 年之前
父节点
当前提交
30b0dcd12e
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/faucet/faucet.ts

+ 4 - 0
src/faucet/faucet.ts

@@ -331,6 +331,8 @@ async function faucetLunch(concurrency: number = 8) {
           xrpPrivateKey: account.xrpPrivateKey,
           gmail: account.gmail,
           duid: account.duid,
+          deviceModel: account.deviceModel,
+          deviceOS: account.deviceOS,
         },
       })
     } catch (e) {
@@ -344,6 +346,8 @@ async function faucetLunch(concurrency: number = 8) {
           xrpPrivateKey: account.xrpPrivateKey,
           gmail: account.gmail,
           duid: account.duid,
+          deviceModel: account.deviceModel,
+          deviceOS: account.deviceOS,
         },
       })
     }