1
This commit is contained in:
@@ -446,7 +446,7 @@ def _create_wechat_order(order: PaymentOrder, db_configs: dict[str, str]) -> str
|
||||
}
|
||||
)
|
||||
|
||||
if code == 200 and hasattr(result, 'get') and result.get('code_url'):
|
||||
if code == 200 and result.get('code_url'):
|
||||
# 注意:微信返回的 code_url 可能需要进一步处理成二维码图片地址
|
||||
return result.get('code_url')
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user