jalright
Results
3
comments of
jalright
https://github.com/ccfos/nightingale/pull/2630 看到这里有更新,应该是回调认证还每完成,这个就异步请求导致
在nginx上临时处理了一下!希望能修复 ``` location /api/n9e/embedded-product { default_type application/json; gzip off; return 200 '{\n "dat": [],\n "err": ""\n}'; } ```