同步修改引用位置
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user