更新api_key

This commit is contained in:
admin
2025-03-28 17:42:49 +08:00
parent 4944b06b98
commit 0f68bfb937
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -14,6 +14,9 @@ class Open extends QfShop
*/
public function transfer()
{
if(Config('qfshop.api_key') != input('api_key')){
return jerr('api_key错误');
}
$urlData = [
'expired_type' => input('expired_type')??1, // 1正式资源 2临时资源
'url' => input("url")?? '',