This commit is contained in:
@@ -9,6 +9,11 @@ export const smsCodeSendService = {
|
||||
phone: phone.trim()
|
||||
}
|
||||
});
|
||||
},
|
||||
manualSet({ phone = '', code = '' } = {}) {
|
||||
return httpClient.post('/sms-code-sends/manual-set', {
|
||||
phone: phone.trim(),
|
||||
code: code.trim()
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user