Hi, first of all, I want to thank you for the effort
I tried to call getSmsList, but it returned incorrect data
sms.getSmsList().then(function(result) { console.log(result); }).catch(function(error) { console.log(error); });
response:
{ Count: '7', Messages: { Message: [ [Object], [Object], [Object], [Object], [Object], [Object], [Object] ] } }
The count is correct, but the messages array is incorrect I want to get the list so I can get the SMS ID I want to delete all the messages.
My router model is Huawei B311-221
Hi, first of all, I want to thank you for the effort
I tried to call getSmsList, but it returned incorrect data
sms.getSmsList().then(function(result) { console.log(result); }).catch(function(error) { console.log(error); });response:
{ Count: '7', Messages: { Message: [ [Object], [Object], [Object], [Object], [Object], [Object], [Object] ] } }The count is correct, but the messages array is incorrect I want to get the list so I can get the SMS ID I want to delete all the messages.
My router model is Huawei B311-221