From fda0b4f64414b6c9a7495be3bde15bba982f93af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98JoinTyang=E2=80=99?= Date: Tue, 2 Nov 2021 16:14:10 +0800 Subject: [PATCH] unbind phone --- src/dtable-web-api.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dtable-web-api.js b/src/dtable-web-api.js index 7b20eb00..859aab2c 100644 --- a/src/dtable-web-api.js +++ b/src/dtable-web-api.js @@ -1588,6 +1588,11 @@ class DTableWebAPI { return this.req.post(url, data); } + unbindPhoneNumber() { + const url = this.server + '/api/v2.1/user/unbind-phone/'; + return this.req.put(url); + } + updateEmailNotificationInterval(dtableUpdatesEmailInterval, dtableCollaborateEmailInterval) { const url = this.server + '/api2/account/info/'; const data = {