shell
#author mr liu
#修改为您的account
account="LTH1213"
#修改为您的pswd
pswd="LTH1213"
#修改为您要发送的手机号
mobile="15976878888"
#设置您要发送的内容
msg="【麦讯通】您的验证码是8888 ,六十秒内有效。"
echo "send sms:"
curl --data "account=$account&pswd=$pswd&mobile=$mobile&msg=$msg&needstatus=false" "http://116.62.212.142/msg/HttpBatchSendSM"
echo -e "\n query balance:"
curl --data "account=$account&pswd=$pswd" "http://116.62.212.142/msg/QueryBalance"