增加后台支付列表,修改前台有问题也能支付成功,增加支付日志
This commit is contained in:
@@ -57,7 +57,7 @@ class Settings(BaseSettings):
|
||||
ALIPAY_PRIVATE_KEY: str = ""
|
||||
ALIPAY_PUBLIC_KEY: str = ""
|
||||
ALIPAY_NOTIFY_URL: str = ""
|
||||
PAYMENT_MOCK: bool = True
|
||||
PAYMENT_MOCK: bool = False # Default off; use admin panel to enable for testing
|
||||
|
||||
STORAGE_TYPE: str = "local"
|
||||
STORAGE_LOCAL_PATH: str = "./storage/generate/videos"
|
||||
|
||||
Reference in New Issue
Block a user