update
This commit is contained in:
parent
9e1997e3f3
commit
8506d3e091
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user