瀏覽代碼

修复紫云QQ登录失败bug

zqbo 5 年之前
父節點
當前提交
f1c1de1d64
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      file_utils.py
  2. 二進制
      sdk/jm_zy_ysdk/jm_zy_ysdk.jar

+ 1 - 1
file_utils.py

@@ -183,7 +183,7 @@ def copyFile(formFile, toFile, delete = False):
 
     fpath, fname = os.path.split(toFile)  #分离文件名和路径
     if not os.path.exists(fpath):
-        print('%s not exists, crate' % fpath)
+        #print('%s not exists, crate' % fpath)
         os.makedirs(fpath)              #创建路径
 
     '''if os.path.exists(toFile) and os.path.getsize(formFile) > 104857600 and equalsFile(formFile, toFile):

二進制
sdk/jm_zy_ysdk/jm_zy_ysdk.jar