Functions-d 1.2.3__tar.gz → 1.2.4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -938,8 +938,9 @@ class DataProcessingAndMessaging:
938
938
  self._wechat_doc_log(error_msg)
939
939
  raise Exception(error_msg)
940
940
  docid = result.get("docid")
941
- self._wechat_doc_log(f"创建成功:docid={docid}")
942
- return {"docid": docid, "url": result.get("url")}
941
+ self._wechat_doc_log(f"智能表格:{sheet_name} 创建成功,docid={docid}")
942
+ print(f"智能表格:{sheet_name} 创建成功,docid={docid}")
943
+ return {"智能表格": sheet_name, "docid": docid, "url": result.get("url")}
943
944
  except Exception as e:
944
945
  self._wechat_doc_log(f"创建异常: {str(e)}")
945
946
  raise
@@ -1119,6 +1120,7 @@ class DataProcessingAndMessaging:
1119
1120
  raise Exception(error_msg)
1120
1121
 
1121
1122
  self._wechat_doc_log(f"文档删除成功:docid={docid}")
1123
+ print(f"文档删除成功:docid={docid}")
1122
1124
  return True
1123
1125
 
1124
1126
  # -------------------------- 辅助方法:检查文件是否被占用 --------------------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Functions_d
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: 包含数据处理、Hive交互、企业微信消息发送、Excel操作等功能的工具类库
5
5
  Author: DongYang
6
6
  Author-email: 649898871@qq.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Functions_d
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: 包含数据处理、Hive交互、企业微信消息发送、Excel操作等功能的工具类库
5
5
  Author: DongYang
6
6
  Author-email: 649898871@qq.com
@@ -1,6 +1,6 @@
1
1
  [metadata]
2
2
  name = Functions_d
3
- version = 1.2.3
3
+ version = 1.2.4
4
4
  author = DongYang
5
5
  author_email = 649898871@qq.com
6
6
  description = 包含数据处理、Hive交互、企业微信消息发送、Excel操作等功能的工具类库
File without changes
File without changes
File without changes