admin
2020-06-22 924bdf1c9fb74babf2438d5545db3594756625d1
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;