e3372-readsms: fix
This commit is contained in:
parent
51b8ae800a
commit
b793873217
@ -4,7 +4,8 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
|
||||
. "$DIR/include.sh"
|
||||
|
||||
get_token
|
||||
post_xml "sms/sms-list" "<request><PageIndex>1</PageIndex><ReadCount>10</ReadCount><BoxType>1</BoxType><SortType>0</SortType><Ascending>0</Ascending><UnreadPreferred>1</UnreadPreferred></request>"
|
||||
post_xml "sms/sms-list"
|
||||
\ "<request><PageIndex>1</PageIndex><ReadCount>10</ReadCount><BoxType>1</BoxType><SortType>0</SortType><Ascending>0</Ascending><UnreadPreferred>1</UnreadPreferred></request>" > $STATUS_FILE
|
||||
|
||||
#cat $STATUS_FILE
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user