lazyad 0.0.18__py3-none-any.whl → 0.0.19__py3-none-any.whl

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.

Potentially problematic release.


This version of lazyad might be problematic. Click here for more details.

@@ -218,7 +218,8 @@ def get_plan_list(
218
218
  advertiser_id: int = None,
219
219
  cdt_start_date: str = None,
220
220
  cdt_end_date: str = None,
221
- kpis: list = None
221
+ kpis: list = None,
222
+ req_source: str = None
222
223
  ):
223
224
  """
224
225
  获取推广计划
@@ -237,6 +238,7 @@ def get_plan_list(
237
238
  :param cdt_start_date: 创建开始时间
238
239
  :param cdt_end_date: 创建结束时间
239
240
  :param kpis:
241
+ :param req_source: 腾讯需要的参数
240
242
  :return:
241
243
  """
242
244
  if not start_date:
@@ -293,6 +295,8 @@ def get_plan_list(
293
295
  data["conditions"] = json.dumps(conditions)
294
296
  if kpis:
295
297
  data["kpis"] = kpis
298
+ if req_source:
299
+ data["req_source"] = req_source
296
300
  else:
297
301
  return
298
302
  headers = copy.deepcopy(default_headers)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lazyad
3
- Version: 0.0.18
3
+ Version: 0.0.19
4
4
  Summary: 基于Python的懒人包-适用于广告投放模块
5
5
  Home-page: https://gitee.com/ZeroSeeker/lazyad
6
6
  Author: ZeroSeeker
@@ -1,11 +1,11 @@
1
1
  lazyad/__init__.py,sha256=tnVTFEgdzgMWQI0mZqy3DAueMJjpypPb15DdxJ-9TiU,41
2
2
  lazyad/crawlers/__init__.py,sha256=GK3GGpiUJbESc1uGTwSmEnsSUwYDNZfJCxeLYB4CpS4,68
3
- lazyad/crawlers/chuangliang.py,sha256=5944ro4Vy0EadiPvcIAr4_R8mSOWh5Nq36PR1VqIJtw,9311
3
+ lazyad/crawlers/chuangliang.py,sha256=kfO8cDn301NVsp2ihqc4qsKuvZhJvZZXBxWbidgNDQI,9455
4
4
  lazyad/crawlers/oceanengine.py,sha256=kjBEpCb_h5OpodCTqzvXd5MBBwAuw3Oq5UKWoTCXrQM,4540
5
5
  lazyad/crawlers/qq.py,sha256=mAVOP1TOGVD1juu77uKBauN7vLymukTJ1mJ8uyRh9a8,3230
6
6
  lazyad/open/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  lazyad/open/qq.py,sha256=B6HWnBmtF3mbpwto1wqi7j-auK73Kzp8ESxeUpvLHRA,4391
8
- lazyad-0.0.18.dist-info/METADATA,sha256=K04xncD4l3HCijb6ZQsKkM6hutpBowUwq0nXx7SD2s4,1695
9
- lazyad-0.0.18.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
10
- lazyad-0.0.18.dist-info/top_level.txt,sha256=RAPjtj4gZYpsKAM3fAQrWyyn84xjdRuaiUS76gx6eNs,7
11
- lazyad-0.0.18.dist-info/RECORD,,
8
+ lazyad-0.0.19.dist-info/METADATA,sha256=EhjAOvUufirzjtgPxsV78TN64_MUa-kHPrbBmEbNr7w,1695
9
+ lazyad-0.0.19.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
10
+ lazyad-0.0.19.dist-info/top_level.txt,sha256=RAPjtj4gZYpsKAM3fAQrWyyn84xjdRuaiUS76gx6eNs,7
11
+ lazyad-0.0.19.dist-info/RECORD,,