feat: support ethereum usdc payment route

This commit is contained in:
2569718930@qq.com
2026-05-29 01:57:42 +08:00
parent 3cc2251b9b
commit f2e90fbcda
28 changed files with 1155 additions and 150 deletions
+1
View File
@@ -123,6 +123,7 @@ def create_payment_intent(
payment_mode=body.payment_mode,
allowed_wallet=body.allowed_wallet,
token_address=body.token_address,
chain_id=body.chain_id,
use_points=body.use_points,
points_to_consume=body.points_to_consume,
metadata=body.metadata,