add countrycode for cellphone check

This commit is contained in:
boyan
2019-09-24 10:04:29 +08:00
parent 2134432750
commit 521b98ea46
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,8 @@
module.exports = (query, request) => {
const data = {
cellphone: query.phone
cellphone: query.phone,
countrycode: query.countrycode
};
return request(
'POST',