This commit is contained in:
ping 2025-11-28 18:15:49 +08:00
parent 9e1997e3f3
commit 8506d3e091

View File

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