同步修改引用位置

This commit is contained in:
mgw
2024-07-30 11:08:27 +08:00
parent d0c35695d5
commit 754047bf02
3 changed files with 6 additions and 6 deletions

View File

@@ -158,7 +158,7 @@ class QuickEasyOrder(models.Model):
payload = {
'file_path': new_file_path,
'dest_path': new_folder_path,
'back_url': config['bfm_url']
'back_url': config['bfm_url_new']
}
response = requests.post(url, json=payload, headers=headers)
if response.status_code == 200: