diff --git a/iMTShop.py b/iMTShop.py index a6d7ae6..aac6b63 100644 --- a/iMTShop.py +++ b/iMTShop.py @@ -323,7 +323,7 @@ if __name__ == '__main__': else: sendEmail('茅台已申购',s) else : - sendEmail('用户'+str(userCount)+'茅台申购成功',s) + sendEmail('茅台申购成功',s) except Exception as e: s += userName + '_' + mobile + "异常信息"+e sendEmail('茅台申购异常结束',s)