<%
If isEmpty(anxinMall_sms) Then
set anxinMall_sms = new Sms
End If
dim buyerMobile : buyerMobile =anxinMall.db("select mobile from [anxinMall_shouhuoaddress] where userid="&c_userid,2)(0)
dim shjiaid_dd : shjiaid_dd =anxinMall.db("select shjiaid from [anxinMall_dingdan] where zongdingdanhao='"&dingdanhao&"'",2)(0)
call anxinMall_sms.SendSms(buyerMobile,"【安信科技】提醒您的訂單號:" &dingdanhao& "已經(jīng)下達(dá),等待商家發(fā)貨。")
dim shjiaMobile
if anxinMall.db("select mobile from [anxinMall_shjia] where userid="&shjiaid_dd,2)(0)<>"" then
shjiaMobile=anxinMall.db("select mobile from [anxinMall_shjia] where userid="&shjiaid_dd,2)(0)
call anxinMall_sms.SendSms(shjiaMobile,"【安信科技】提醒店內(nèi)有新訂單:" &dingdanhao& "請盡快確認(rèn)發(fā)貨。")
%>