mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-22 13:26:48 +08:00
登录支持人机验证
This commit is contained in:
@@ -155,8 +155,12 @@ const SystemSetting = () => {
|
||||
}
|
||||
let PayAddress = removeTrailingSlash(inputs.PayAddress);
|
||||
await updateOption('PayAddress', PayAddress);
|
||||
await updateOption('EpayId', inputs.EpayId);
|
||||
await updateOption('EpayKey', inputs.EpayKey);
|
||||
if (inputs.EpayId !== '') {
|
||||
await updateOption('EpayId', inputs.EpayId);
|
||||
}
|
||||
if (inputs.EpayKey !== '') {
|
||||
await updateOption('EpayKey', inputs.EpayKey);
|
||||
}
|
||||
await updateOption('Price', "" + inputs.Price);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user