Foxtable(狐表)用户栏目专家坐堂 → 调用的目标发生了异常。 值不能为 null。 参数名: s


  共有1102人关注过本帖树形打印复制链接

主题:调用的目标发生了异常。 值不能为 null。 参数名: s

帅哥,在线噢!
有点蓝
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:超级版主 帖子:109489 积分:557107 威望:0 精华:9 注册:2015/6/24 9:21:00
  发帖心情 Post By:2024/2/20 8:54:00 [显示全部帖子]

Dim e As RequestEventArgs = args(0)  '判断授权客户端
Dim ok As Integer = 0
if e.PlainText > "" then
    Dim jo As JObject = JObject.Parse(e.PlainText) '接受数据
    If jo("DDDId") Is Nothing Then
    ……
                dr("最后连接时间")= Date.Now
                dr.Save
            End If
        End If
    End If
End If
Dim newjo As New JObject  '生成权限签证===========================================================================
newjo("OK")=ok
If ok=666 Then
    newjo("GetID")=dr("授权码").tostring
End If
'msgbox(newjo.ToString)
e.WriteString(newjo.ToString)



 回到顶部