|
@@ -83,9 +83,12 @@ class Response(object):
|
|
|
"""
|
|
|
if self.mini_program_type == 1:
|
|
|
# 正常长文业务
|
|
|
- programAvatar = "https://rescdn.yishihui.com/0temp/ssyqsh.png"
|
|
|
- programId = "wx59d9e2c05f00f880"
|
|
|
- programName = "刷刷有趣生活"
|
|
|
+ # programAvatar = "https://rescdn.yishihui.com/0temp/ssyqsh.png"
|
|
|
+ # programId = "wx59d9e2c05f00f880"
|
|
|
+ # programName = "刷刷有趣生活"
|
|
|
+ programAvatar = "https://rescdn.yishihui.com/0temp/ttmhzfsh.png"
|
|
|
+ programId = "wx0b7d95eb293b783b"
|
|
|
+ programName = "天天美好祝福生活"
|
|
|
elif self.mini_program_type == 2:
|
|
|
# 投流业务
|
|
|
programAvatar = "https://rescdn.yishihui.com/0temp/zfyfyc.jpeg"
|