main #52

Merged
charles merged 16 commits from main into prod 2025-12-08 17:20:04 +08:00
Showing only changes of commit 8506d3e091 - Show all commits

View File

@ -84,6 +84,10 @@ async def affirmbz_order(ns={}):
# 处理购买逻辑 # 处理购买逻辑
else: else:
if j.get('chargemode') == 'postpay' and j.get('orderkey') == 'snapshot':
# 快照后付费不创建客户产品记录
continue
product = await sor.R('product', {'id': j['productid']}) product = await sor.R('product', {'id': j['productid']})
nss = {} nss = {}
nss['id'] = uuid() nss['id'] = uuid()