在我的 Outlook 加载项中,我注意到许可证令牌根本没有作为 ?et 查询字符串传递。我做了一些调试并发现以下内容:似乎 OsfControl 中的 StoreType 值的值总是硬编码为https://r1.res.office365.com/owa/prem/16.1569.8.2186260/scripts中的“交换” /microsoft.owa.extensibilitynext.js 在检索 etoken 时导致未定义的 _omnexEntitlment 始终使用初始空字符串值检索。
getEToken: function() {
return this._omexEntitlement ? this._omexEntitlement.etoken : this._etoken
},
加载项(Outlook 导入的保管箱)