WindowsFormsApp1/utils/tb/SDLJGoodsManager.cs
@@ -48,6 +48,11 @@ public void StartRequestGoods(String baseUrl,int position) { if (!Constant.tbAccountMap.ContainsKey(position) || !Constant.tbAccountMap[position].Login) return; //采集开关 if (!Constant.parseSDLJOPen) return; this.position = position; this.tbAccountLogin = Constant.tbAccountMap[position]; OnSuccess listener = getRequestUrlSuccess;