以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]企业微信授权报错? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=152995) |
-- 作者:YOU -- 发布时间:2020/7/28 11:58:00 -- [求助]企业微信授权报错? 2020-07-28 11:46:41.4002 调用的目标发生了异常。 在 System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) 在 System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) 在 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) 在 Foxtable.UserFunctions.Execute(String Name, Object[] Args) 未将对象引用设置到对象的实例。 在 Foxtable.RequestEventArgs.AppendCookie(String name, String Value) 在 UserCode.AVkaXFyemKspQm1Kp(Object[] Args)
|
-- 作者:有点蓝 -- 发布时间:2020/7/28 12:11:00 -- 首先建议使用wb.AppendCookie,而不是e.AppendCookie 其次如果授权出错,返回结果可能不存在UserId 判断一下 if jo("UserId") isnot nothing then e.AppendCookie("openid",jo("UserId")) end if
|