【调度系统】广东民航医疗快线调度系统源代码
wanglizhong
2025-06-24 e40f86fb35ffe1535bb66181fb0ec0c6b10e3fa8
weixin/JsonPost_1000006.gds
@@ -17,6 +17,7 @@
'Post方法
Function PostBody(appUrl,args1)
 if 1=2 then
Set PBrs = Server.CreateObject("ADODB.Recordset")
sql="select id from API_Json where DATEDIFF (ss,Json_time,GETDATE())<=30 and Json='"&args1&"'"
PBrs.open sql,objConn,1,1
@@ -35,6 +36,7 @@
   Set https = Nothing 
End If
PBrs.close()
 end if
End Function
'Get方法