1
This commit is contained in:
@@ -524,7 +524,7 @@ async def optimize(
|
||||
db,
|
||||
user_id_snapshot,
|
||||
hold_credits,
|
||||
"AI创作预扣积分",
|
||||
f"AI创作预扣积分 - {project_name_snapshot}",
|
||||
biz_key=hold_biz_key,
|
||||
)
|
||||
await db.commit()
|
||||
@@ -553,7 +553,7 @@ async def optimize(
|
||||
db,
|
||||
user_id_snapshot,
|
||||
hold_credits,
|
||||
"AI创作预扣积分退还",
|
||||
f"AI创作预扣积分退还 - {project_name_snapshot}",
|
||||
record_type="refund",
|
||||
biz_key=hold_refund_biz_key,
|
||||
refund_for_biz_key=hold_biz_key,
|
||||
@@ -667,7 +667,7 @@ async def optimize(
|
||||
db,
|
||||
user_id_snapshot,
|
||||
hold_credits,
|
||||
"AI创作预扣积分退还",
|
||||
f"AI创作预扣积分退还 - {project_name_snapshot}",
|
||||
record_type="refund",
|
||||
biz_key=hold_refund_biz_key,
|
||||
refund_for_biz_key=hold_biz_key,
|
||||
|
||||
Reference in New Issue
Block a user