Commit af9f2098 by Aeolus

update

parent 96f9fb5f
...@@ -102,7 +102,7 @@ def create_rent(): ...@@ -102,7 +102,7 @@ def create_rent():
# 微信下单成功,redis存prepay_id 5分钟失效 # 微信下单成功,redis存prepay_id 5分钟失效
redis_client.set(USER_RENT_PREPAY_ID + str(user.id) + rent_no, pay_info["prepay_id"], 300) redis_client.set(USER_RENT_PREPAY_ID + str(user.id) + rent_no, pay_info["prepay_id"], 300)
pay_info["open_hatchs"] = open_hatchs
return BaseResponse(data=pay_info) return BaseResponse(data=pay_info)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment