This commit is contained in:
yumoqing 2025-12-15 13:43:44 +08:00
parent 69c1150d87
commit ffbe81bc9b

View File

@ -64,7 +64,7 @@ async def recharge_accounting(sor, customerid, action, orderid,
summary:recharge channe(handly, wechat, alipay) summary:recharge channe(handly, wechat, alipay)
""" """
if action not in ['RECHARGE', 'RECHARGE_REVESE']: if action not in ['RECHARGE', 'RECHARGE_REVESE']:
e = Exception(f'get a wrong recharge action({action})' e = Exception(f'get a wrong recharge action({action})')
exception(f'{e}') exception(f'{e}')
raise e raise e
recharge_log = { recharge_log = {