劲友家小程序

This commit is contained in:
CHERWING 2024-06-03 06:38:22 +08:00 committed by GitHub
parent e64e4db458
commit 1453dfd721
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
JYJ.py
View File

@ -1,7 +1,7 @@
# !/usr/bin/python3
# -- coding: utf-8 --
# cron "20 9 * * *" script-path=xxx.py,tag=匹配cron用
# const $ = new Env('老板电器服务微商城小程序')
# cron "5 10 * * *" script-path=xxx.py,tag=匹配cron用
# const $ = new Env('劲友家小程序')
import base64
import json
import os
@ -773,7 +773,7 @@ if __name__ == '__main__':
export {ENV_NAME}='{CK_NAME}参数值'多账号#或&分割
export SCRIPT_UPDATE = 'False' 关闭脚本自动更新默认开启
注意抓完CK没事儿别打开小程序重新打开小程序请重新抓包
推荐cron20 9 * * *
推荐cron5 10 * * *
@Author CHERWIN
''')
local_script_name = os.path.basename(__file__)