Files
crawler-plugin/app/user_data/2026_03_27.log
super 5e2f750359 更新运行日志
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 21:51:23 +08:00

734 lines
386 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
* Serving Flask app 'app'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5123
Press CTRL+C to quit
[pywebview] Using WinForms / Chromium
127.0.0.1 - - [27/Mar/2026 11:02:54] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 11:02:54] "GET /home HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 11:02:54] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 11:02:54] "GET /static/bg.jpg HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
127.0.0.1 - - [27/Mar/2026 11:02:54] "GET /favicon.ico HTTP/1.1" 404 -
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 11:02:55] "GET /api/admin/user/1/column-permissions HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 11:03:07] "GET /brand HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 11:03:07] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\connection.py", line 204, in _new_conn
sock = connection.create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\util\connection.py", line 85, in create_connection
raise err
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\util\connection.py", line 73, in create_connection
sock.connect(sa)
ConnectionRefusedError: [WinError 10061] 譚黨커깃셕炬샙생섐앳없,轟랬젯쌈。
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\connectionpool.py", line 787, in urlopen
response = self._make_request(
^^^^^^^^^^^^^^^^^^^
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\connectionpool.py", line 493, in _make_request
conn.request(
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\connection.py", line 500, in request
self.endheaders()
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\http\client.py", line 1333, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\http\client.py", line 1093, in _send_output
self.send(msg)
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\http\client.py", line 1037, in send
self.connect()
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\connection.py", line 331, in connect
self.sock = self._new_conn()
^^^^^^^^^^^^^^^^
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\connection.py", line 219, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: HTTPConnection(host='127.0.0.1', port=18080): Failed to establish a new connection: [WinError 10061] 譚黨커깃셕炬샙생섐앳없,轟랬젯쌈。
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\adapters.py", line 644, in send
resp = conn.urlopen(
^^^^^^^^^^^^^
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\connectionpool.py", line 841, in urlopen
retries = retries.increment(
^^^^^^^^^^^^^^^^^^
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\urllib3\util\retry.py", line 535, in increment
raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=18080): Max retries exceeded with url: /api/brand/tasks?userId=1 (Caused by NewConnectionError("HTTPConnection(host='127.0.0.1', port=18080): Failed to establish a new connection: [WinError 10061] 譚黨커깃셕炬샙생섐앳없,轟랬젯쌈。"))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "F:\project\crawler-plugin\app\blueprints\brand.py", line 427, in api_brand_tasks
resp = requests.get(f"{JAVA_API_BASE}/api/brand/tasks", params={
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\api.py", line 73, in get
return request("get", url, params=params, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\api.py", line 59, in request
return session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\sessions.py", line 703, in send
r = adapter.send(request, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\requests\adapters.py", line 677, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=18080): Max retries exceeded with url: /api/brand/tasks?userId=1 (Caused by NewConnectionError("HTTPConnection(host='127.0.0.1', port=18080): Failed to establish a new connection: [WinError 10061] 譚黨커깃셕炬샙생섐앳없,轟랬젯쌈。"))
삿혤죗깊呵겨 HTTPConnectionPool(host='127.0.0.1', port=18080): Max retries exceeded with url: /api/brand/tasks?userId=1 (Caused by NewConnectionError("HTTPConnection(host='127.0.0.1', port=18080): Failed to establish a new connection: [WinError 10061] 譚黨커깃셕炬샙생섐앳없,轟랬젯쌈。"))
127.0.0.1 - - [27/Mar/2026 11:03:09] "GET /api/brand/tasks HTTP/1.1" 500 -
127.0.0.1 - - [27/Mar/2026 11:03:11] "GET /new_web_source/dedupe.html HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 11:03:11] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 11:03:11] "GET /assets/dedupe-CS18ls2z.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 11:03:11] "GET /assets/pywebview-8G_9KMXd.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 11:03:11] "GET /assets/dedupe.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 11:03:11] "GET /assets/pywebview-Bl6M97uH.js HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
轟랬젯쌈돕빈똥륩蛟
127.0.0.1 - - [27/Mar/2026 11:03:14] "GET /newApi/api/dedupe/history?user_id=1 HTTP/1.1" 502 -
127.0.0.1 - - [27/Mar/2026 11:03:14] "GET /brand HTTP/1.1" 200 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
127.0.0.1 - - [27/Mar/2026 11:03:14] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] loaded event fired
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 11:03:17] "GET /api/brand/tasks HTTP/1.1" 200 -
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
朞嶝돨excel 匡숭 ('F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx',)
{'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx', 'originalFilename': '172.xlsx', 'relativePath': 'F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx'}], 'strategy': 'Terms', 'taskType': 1, 'archiveName': ''}
127.0.0.1 - - [27/Mar/2026 11:03:29] "POST /api/brand/run HTTP/1.1" 200 -
Exception in thread Thread-33 (run):
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1075, in _bootstrap_inner
127.0.0.1 - - [27/Mar/2026 11:03:29] "GET /api/brand/tasks/581/events HTTP/1.1" 401 -
self.run()
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "F:\project\crawler-plugin\app\brand_spider\web_dec.py", line 69, in run
webview.start(debug=False)
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\__init__.py", line 240, in start
raise WebViewException('pywebview must be run on a main thread.')
webview.errors.WebViewException: pywebview must be run on a main thread.
127.0.0.1 - - [27/Mar/2026 11:03:29] "GET /api/brand/tasks/581 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 11:03:29] "GET /api/brand/tasks/581/line-progress HTTP/1.1" 200 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
±ac18e3a3-c9e7-785b-b769-7b34daee861a×덤썩쵱--> +b3bkSk+H2DKpZ3bWbPEzB/NYsr8C2fLw8NL3M5TcR76U4TFCllroeQgg0Ds0Wo3oMAKVCLJSPAlSmJ1qMX1vp5od9Rk9w2M2ocRezYcBsav6w6FXrGkldlpCbmDZBvn6oKYkHAUkPbh+4eh807PF3UcCpywUIRZQ2mhH9b7wwFBC/JsmwId+uQRC2h+nrQ96WDfIMTcs1UNRXJF4aBzIpLFndDLQr6oxhp3wygIIu7jeOw2MtM0c06nR2rqtDKg3NmUaVe0L5f111jhyoOj7ZV12kTlrV6O/2Qbcd/tWDTeW0/6afR6LzOptEm6kAUr3EQFercw+nxQYJVoj8NPGniX6ZCrATErbH9VsoN/rSBbftA//KmcQQyi7k0iewXzjdX7PyEOb1VXUYXUKsSiF/5zq20aPD9nVftaDijBdo4foHt8vUV0x7g+Ln5NLOjHyjqrnANMADDfdICuvS8j/JejBS90hchMnT8c2xrZUXRHgKDzBmNILEi4auwsu/jLzqYLcQbbT8k70CJxZNzt8m2LRlNmoma3W2na0tezQl3SL2zbJP4OVM5pWuo84Tei3w+V9nNunuFNajMYqU8DaKslpqICnHzG/ndMvjwMeHJKTbsr5O705Vv13xvUm4OmS/ViUEL+3dQFC64DLb55F3EP/5JsxvL3YGdKuL2BsDC2x3DhIWJfvNbto0Hsh+mf61VwbqfAmNoWmhy6h0viYw==
±98a73596-5740-6b41-39a4-c8f617ce2073×덤썩쵱--> E2XJCHnM89VeIiUO5rnmM57t0fh/2jbu7eNierAaw7cC4YnoYeNCitpq27//TWkEWjEga065Bk4Sy6esgvjbd2YGCj2LN8NhoxTj2IfY9juO+Q/crQ8W3ul4swOU5fViKPPjH0bfy/0DmvS3k/Y3BYNd6zWDefRM0/KQkjAGCyFZzTOQgd0dMtLs0mCfzTwaMdWQg7+tczYjauV1LNUKZ7e4A5YU32cShNahagSLBxITvLOgdwZJo+12W9m9LeTNouud/b53OW6ASTMA29tKFwnGKLGKneeDtR9UdMwkLkYIyN8fgTquOvAht3P4TD9BPPSevUgmQ2kjdpb+sEkZGbBKOAmld0ezTsDxnI0g3FJraI3lU3k4gPclYDXqqBkpcK1MjDsbiuzyXaIjsx4fhPxtfVoBt5T2+cKT0XwEtt8GJi63z8H7aAhtnfVuhAQ/9q6D4Qaw2LxdhYrylVuUymY3q6ge8pG8K67D4/MPBbReq7B9U5PMp4RIv8z3NJZ1FeR9zxhFdZYphQPeT6OvduereYAIHqt8U5kK/KFF5fm3/az2dRaWxGRqq4PELxm41j+J4Qy4OUYc2kNizIAI8APJQ360SJnqwxRH0sJpkI1kFT/ZARpl77a38pZjcTleD6ILM8iLHUnHhXgaWWCxXuwk4oahNwvV5pbxLfvaDzK8cRwBYySBPAomPpPzzSkIqLtX56FfqadJrFR6y/9C0tiPn4dDcZc8HAO85PKLPnPJJoZac4TekH5E9v6u15mU2qmUi25aL6YsnYjuinwvmJ+rnV2M8iv/Y/VDuTVpFH2r4JAu7E68FWlbaZbjkatzIRdGHpVba6Ipo6u7TR6JbZZWSEcN8PwKzKV4kbjAIx9Of5SgXprYnZP+CqAugVvx3QnCwJJSosWzNQbUfEFPT5YFfMC0/E1qTaIX0UjxTKbh/jgmJsUFHsktFK/ouRsJ+dVx9VbW+Lme15oZQyZywTmU8hDMI8Ts5wrw4zkWtex525tW6jWCd42eIN51dd0VANc6p6cgtOG/d7f2nRQeDKSs1aYS3qoexBVsT7L53uCQxPMPJqcdOjFidWn/AsOKBkQNg8MfcAEHtkS7/nlqtT3P7/dJQLRzPqVURckobsavdAIpYePsmoqs3IHQI4LEFev35/J7+KX4Za2GyvVZGIbZrYbHiR0+tEy0YucHpVpoFWMAacjw2SJj9yg0/Nz7KztE0BOPLJ9v/T54Nq8EDZH5FQwCqAs+8so+D2RmPUc=
±2ab5fc6d-8af5-2e76-f78d-5e0d63315bec×덤썩쵱--> zxqwEzCrQbxjG7hHj8IQf9wjgGr0nxrD4NkHZHyjtAp4OegYN42jtkWYsYsBiwxzvIwOxTQRz+9biCA9/s8iaJlM+UxebcIy1v1R+AlJJmuaJaNocIFimrY5amdWKmqrLPdvpVNN2XBFSPsCTyLDpDyJpT2dDb2uWb+D1e0zqPqU/eULrgqF3uOczXOOj5RwoWL4cQekrvPPeYvGwl6mmHpgXnb3EOJDdeHUMLZxZdXKF1vMXmjtNB1dWfFwa8r1gEPOWCkoovzC8nF8Akwu//2CluPl+R66wzxUM1SnrocYk9kq+yIpOQa2/5rJ0rF7CBeIov5dWCKsGLSnEGrslLgbz3zYDldtZopVlkCM8MHtAsWQkWlxKv4kBIs0+1J1r5dsWX9AkzHbtpDEvQz1d0W4HK2x/ucLy0huxoXOMsVPTuSnWrU5CDdllsQxgQZfXFKjm3QbE7pQb+PYdEhdTB0j2NmfAzOu0INrZ8R1bJOhOKxJlPkPO9AjNGU+NVlfA3lc/G/yec8giMZJAEzM8CHnti6bvE0ZD11AoNaoBe7eRVC5JfYV4skqdZcyFjYNjR8mONRAL3QDJqyJgBIWy6UQaKZZ3fFocQbBtMr8Y065kHj30ZaQYqhM6u4rFbrkNomC3UFuOL+6zm4RdZnkXdp2Lb4Tzi2edYtZ4QAqqUs=
±df8f8307-6699-f5ab-bdbd-b37582c93ea7×덤썩쵱--> 8gAG7kt3inESxmYrMeRf5XQoy5Zjn/nQS8HvoyWl2OkYV4UOjGXFEhxMin/A3BD2KaZGWmUXsmz4iD1jSpC5hNmOz0qIZEKT6cu0MQ2ktZZvQ18qXEUh0q0W3P4fqMiyl9Dk02T5Gqu16ktzkC7pkpjRIMgi9BTgk0oKPsCcLMtEdLoTi30vzw1gj8kppSUUs0p+nG6OzZdxedf7idFiwzVNh1/84/qgDOsTmhSISRr8qORBkQRf6ltB8U4mff3AD6diZfxA/lVGFLiXjF38ChcpU15d5GX3NlUHPP6E+7AkxQRDUNpJ7C3GDeTHu3+Ihb0DcGGnBemvx9sclcy+NWI2YvN79Pe10mx6PjdZDCNsZ2NrFsTe39G+TKuDqjGcq7TxBcYZmBgtIvbWsy9wdN3nOWzYB65Uu8V0VU7ZGNKe0jOfbIUm0YY9WdbEVXeGD4nB/PNjmDw5ak1Xnn85OSgP1/ElsgE6/23Koxi6EneHIhcrRJ6vadriOPN7DY4eJZ5gMXrWMyEes6ytusHnvsm4vKJ79qXlgXwlygnMhtoaFWxOdtIMR2kf16ob1MN27NOGEBKISXsOcQLas3bXp/dGtO+guJhRGf3/D1hqSGdHAbWu0i42dSfL/ErPG4QtaVYWGsumPg3Ba/H7ityIN89/EGihPuIglaCzMe7vQ11toKCk0yru8wCPH2X7cNAeCUgAnDRTZEZjNKmlNrQ1DRvOr0QgDCAYqw6P7O1TeBO99U9FJMoGHz6YVxJ4atyI
127.0.0.1 - - [27/Mar/2026 11:03:34] "GET /api/brand/tasks/581 HTTP/1.1" 200 -
±ef84dd54-799b-75a4-3b8d-c673a8d19032×덤썩쵱--> eoDteO1S/QZMTET9mKT2TGPj+ayEIAGYMIzwopU/R/YnEHi5E+X8pfPO0rPLBpdY8Cf69N65yVmnKSLfuBLrTJM+Tv4atSNvcugMkKvQoWzKKbMwEFKZZ8r/Ju7hUEj4gZOfFnUy6mw9wf6BXpRC3bLtoNDdSbjVccS37clTuGkeZndSkbpBDhovUNlZLmFQ/EdLp1P1mb9uTdpkh36JH3cCqiMT14x0SqOLkHGVLOvRIiStrnHX1oD5oQr4WpxuSyQFeN+yxurh2vgpzgB6YnLwP7P++Ie3PevbkRs8Z/NvuDSa/wGa5FcfZ3fot4FQ4qupxreRO4QQejaYD1vjFtgEhq8DfMdAPwp7qfQLn+BxoFX4pgITi6HpDm9XCdZCM2ZDuOtEFDcRtKvstf3s3qE3GKs5is2EkQI5/pXuCmCKLhrE3RFaprjjw4G2fE18uzxuBQmPRBxOm/JifvRELaeTto1ASh0bYx6YzYEs8e6vClfoe5L+P2z8xXeqxWQBhFM7H3UisN3fTyDeuakjOMvNuYJndfQc2E9pUqv3WtVdJgqCfRhRHMiqPbXFN1DJuU03FBo72z5gvipDSZ+6tc4IqVasj5mU0++9VBuyQlvVKXO0e0iahcS3OOFxs4ABmJ1z7wbAV7IwDgyYRtFsK937fep27o9MrCFqkgoiSWwJHOb0r0PjvbQw5HQb/KVGn5s7gRNcUa7CpqWe8Yvx/jSdceh3lz17tpVBJSFUChQ=
±0ebc1b44-39cb-be57-e19e-7faa2c7310f2×덤썩쵱--> OS/2d8BI10Z4dWwy/OrQRd07Y22zb+b9d/H2JRZPLdvy8/rrYSPFQDrwTYDBjHrNshkdXbEKW9ks2v197eujCsxQi7nWMSJjTD/xV8S1E5uq7HDucov5i/hHq6A8Jr17eZjGHT8SxZ80BEx6TKiDAxR2PQO9+Rytdj8SvdqGwmOeL2a0lm/STrRDlmrAgCl199mxJXaVeqVnvwp09ld2EMNJlZGmEDo1IAGbGSjbgwEReW1eWRlG3iWmm/isfZxeC4iKgkLBfP8NBcn0P9fgu1lSyka0DAFuJFX4m/l2aQU8uhqnHkvJrnfLZH+oDgT0QBTT4sZ1Du0Jooltg4ZC+GksQCA9CvglY1tHslNYyS6ih7O0vRY+3r7gWhBYGJVFWV7d00Mv0z5tZtEoK9D0Q/NFJ4UEf+mOqxm4nQ9s+E6XO7LK10U1/REAv7tH+cJ0IIqMqA/GbQOw401KTh1uNYEhERN02Xs9rXpk0HwdhAmAxmSkYdh4UneKhbusuQ1cUDbXSZzSAJytf/cVw7iMdII5GK4U+f16O0Bf0uWgOS4quU5cNyTeXWDbIg/Noi43LaFPBpCE/xwU5rQVsQYOIgza3CBtb+nbxM47cnwSh1dic5aJYXu0KfESEJElRjrxITNYE3ZkzbuTUESns2EEJTkgPU+aAlaPa8xAW6R9GjNxdnBvTN/vEafZr5cVz/wvViEeVKkVV/BeBy+pIXwe9IUDx/HN1qAvMnNZE+6Z0IKqxcAAaHZA2Bmx+De9t1z7
127.0.0.1 - - [27/Mar/2026 11:03:34] "GET /api/brand/tasks/581/line-progress HTTP/1.1" 200 -
±69e18fae-910c-1dd9-ade1-b2f3435b808a×덤썩쵱--> YH3y1d4qpgSOI3R5whHD1fTWSMykDcxHuNb3trNNnvSF7DKI3yi9nwjEblOZeSUjV9E3n/djHzdTooVyR64viJ4A9BJRKbgXntKwpo3bh2yWhLGMjXTgmOj5idIiNbCACn+aFQDFCZiwAiLh0ReZTYQ7UwSv7oAqFW04t3NZiCLnhpQyqyzK9m5XYXZ59XLT9BDK9jX9Tsum2WfcyWbdcHsOmSZY6RjLSi3rVdDFzIwna6jorjtuxREVt+rPCYJOYJkVkWYNm+exQgqxGNk5veGwf4v/yvS6kBOzkILhr78NxNt0QjnRUOExBt0cSQIHQCWkporgouAJvVcrZ0O9yt2/TJCMWw+o0bZIrnyxchDGeILg4GHZppAHzoWa6BTtWjC7QG9+rGMyUDtvMPtEebRL5aM9u9Y+n3CJrd7IMcfKmRHZPAtmxyPDhYSqSSf3+jZ15DeQsjy9BUyhGj7+AUQPQlgn1QHMp4k8G6r0mljF1tmAKWhZ+HSt6G5nJbbHTlX2ur98cDZBsGrk13wHHxI72KeCd4X/SCDTkzIZrNn6XifvXw608HmAe1/551i3kgAyfLtRJCOC8IpnNfmpDjCVlNBA6R6HIBo34Mgz57d8/+monsQBkbcHN2I3I84wFzrXRqukugzFchi1MmcHDl695W5TnNcHHX7wfr28eBaXQDq3CUWx/JmKpPW0NjsJ2EZqX93/ovbWPEYwNqAy+1s18PXOy9udc9YBHuVgoEXCmnYpbFbz22426sLZDXfQ
±4e3825fb-d128-239a-36e0-a158cd5c003f×덤썩쵱--> qs/VhnZhTXYlho6enrU+oLiMG1QSMjwWmMekTaHIHuZtlE71d75s9sZLTk0yndPROkbleDTYyV4KV9fF6wwmigNmTQeimoTGYjpo2pNkYJhhF3+JFcLUG7VcOV5B+HuQlmmXNGca0tpOuC8SKuM+rwWErhOvoCxr9lBV01VFpGYYMx9yG8TlPEOaoncq6eK53euZKLRQPACDd/rlXOwNxdhInyumc9R8r8JJ0dk7q27t7E374JeGxbopHw4Ck4zQ2fKxbO4Knk9nVJhTOmh4h1Sty/0xRe0mgwRexKHX/Chf9LOmY/MIM4K9n476ZGoSRhqAwQtCsV9jrlQWCp4Oj02Kf8WroAhQoWw/dh6FwjaNVscc4r+vJxYXOJVZRpgopmVqIukvTEiWIQcQ4o5DrFE1IpzO82DCQav7FE09476gB1yNqd6hCR44Bx8oNttYQGyJ0QtNPdJbbkH/1XupYppAh3EL5rygSuexBWIoXRYyJ+3vBdAJrH4G32YpkWMzmKIyke0Orgvpq5YuEK6WJsDIl1Cm+wj4f6FDs6wd2UIz+5DdM9sQ+9iakWyQn11BsJtgeUuPIOunVSRUmFw8d3Bijg6jaQrWsQe8E8EbDGzLOo3Ex4biQkNtfzufC/5wcHu11zFYlVjUNCAdvNJ+XDckcGsKhKApAlvmhkv4e3Q=
{'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 2, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'], 'invalidBrands': [], 'queryFailedBrands': []}]}
581 ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'] https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx
瓊슥써벎 {'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 2, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'], 'invalidBrands': [], 'queryFailedBrands': []}]}
--> {"success":true,"message":"꾸鱗냥묘","data":{"success":true}}
±1490b915-2de1-ad98-7a36-03c9b810a0d1×덤썩쵱--> 0OPKs2JQgYA/fdKt3a7KJ0K6SfFehdOAOQuDRx+ZCyfLio4aPfpnXR4pQKYN7M4bP1SxjSXgYrxz0Ra/ciwdazc+rDd22CWF8vACsLjnjqc01cFjXVCsAvKjxlJs9VZFqjfttQe2t4QlEOMtHyOO9m+QXpwjn0QDW8F3V21Blyw6mj2U3Epd00o7T+ItancFK4+KBLscyp+FIoUu4lUkpUbqS1QR7o5c3rrKIkmBzaHFujsgDR+kUSkanu1SqH2gNw7vZwwOWvMXM/ROPAG+QNU1+8lbt7hvWkrOGlNuJA7UT7JzgT0dQeQyyWcyer4SZxrMS7r8dnB2lePnWGEsUr/80Khze5GvWStcemFAHYcK6Vh7YSFhMacYWgSt3r0FQETXWwOBolYYED3l4woJWU+2BagpUeMgrnV/loQD2dtHONIXVPtMuxrHWi/L/9OJhF7FYj3Qka4wCmXr4IeO9Jg7ZvBCyolVpHRxmiO18BaKZ1qVuFOIFfjZTtpRLD5ZcBx25tFst6pnATQcAL6rhZQXRe86fxNc44B1ZIep7sBO4k01CmYR+tBCBShBx4QRd6fpSHtiq4uQArg4alJT63/h/qcpw/Ba7/bLEWLapa4f8MyRel2s3d/e90IzeqbGIca8YC7zqoQspmBGi1teya3jXwAPVptC4JgVyvJzU3mGf94SqBBg+GJ9gNn/t0YwuV2E82NH02gtBJThinbosw==
127.0.0.1 - - [27/Mar/2026 11:03:39] "GET /api/brand/tasks/581 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 11:03:39] "GET /api/brand/tasks/581/line-progress HTTP/1.1" 200 -
{'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 1, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'], 'invalidBrands': [], 'queryFailedBrands': []}]}
581 ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'] https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx
瓊슥써벎 {'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 1, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'], 'invalidBrands': [], 'queryFailedBrands': []}]}
--> {"success":true,"message":"꾸鱗냥묘","data":{"success":true}}
獵契供냥
127.0.0.1 - - [27/Mar/2026 11:03:44] "GET /api/brand/tasks/581 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 11:03:44] "GET /api/brand/tasks HTTP/1.1" 401 -
127.0.0.1 - - [27/Mar/2026 11:03:49] "GET /api/brand/tasks HTTP/1.1" 401 -
127.0.0.1 - - [27/Mar/2026 11:03:51] "GET /new_web_source/dedupe.html HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 11:03:51] "GET /assets/dedupe.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 11:03:51] "GET /assets/pywebview-Bl6M97uH.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 11:03:51] "GET /assets/pywebview-8G_9KMXd.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 11:03:51] "GET /assets/dedupe-CS18ls2z.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 11:03:51] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 11:03:51] "GET /newApi/api/dedupe/history?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 11:03:52] "GET /brand HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 11:03:52] "GET /login HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 11:03:52] "GET /api/auth/check HTTP/1.1" 302 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
127.0.0.1 - - [27/Mar/2026 11:03:52] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1[pywebview] _pywebviewready event fired
" 404 -
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 11:03:52] "GET /login HTTP/1.1" 200 -
駱聯<EFBFBD>구 8cecee3bc02a178bf372ca1c3d02fc5cae3c0a51c8346f6e6a710988599c08be
뎠품<EFBFBD>구 d2aa2f2d64d441ce7cde83f344a107d1456756cc60a8d5a950cc6addc6e07aeb
127.0.0.1 - - [27/Mar/2026 11:03:59] "POST /login HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 11:04:00] "GET /home HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 11:04:00] "POST /login HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 11:04:01] "GET /home HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 11:04:01] "GET /static/bg.jpg HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
127.0.0.1 - - [27/Mar/2026 11:04:01] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 11:04:01] "GET /api/admin/user/1/column-permissions HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 11:04:02] "GET /brand HTTP/1.1" 200 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
127.0.0.1 - - [27/Mar/2026 11:04:02] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":581,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15d816dc-29e5-493e-a236-4966ae41d91e/172.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/64738505-2472-4675-b643-df1787d14ce7/172.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 11:03","updated_at":"2026-03-27 11:03"},{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 11:04:02] "GET /api/brand/tasks HTTP/1.1" 200 -
[pywebview] SAVE_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.SAVE' instead.
[pywebview] SAVE_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.SAVE' instead.
[pywebview] SAVE_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.SAVE' instead.
[pywebview] SAVE_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.SAVE' instead.
[pywebview] SAVE_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.SAVE' instead.
[pywebview] SAVE_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.SAVE' instead.
* Serving Flask app 'app'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5123
Press CTRL+C to quit
[pywebview] Using WinForms / Chromium
127.0.0.1 - - [27/Mar/2026 12:20:14] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 12:20:14] "GET /home HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:20:14] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 12:20:14] "GET /static/bg.jpg HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
127.0.0.1 - - [27/Mar/2026 12:20:14] "GET /favicon.ico HTTP/1.1" 404 -
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 12:20:15] "GET /api/admin/user/1/column-permissions HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:20:33] "GET /brand HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:20:33] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":581,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15d816dc-29e5-493e-a236-4966ae41d91e/172.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/64738505-2472-4675-b643-df1787d14ce7/172.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 11:03","updated_at":"2026-03-27 11:03"},{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 12:20:34] "GET /api/brand/tasks HTTP/1.1" 200 -
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":581,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15d816dc-29e5-493e-a236-4966ae41d91e/172.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/64738505-2472-4675-b643-df1787d14ce7/172.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 11:03","updated_at":"2026-03-27 11:03"},{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 12:20:37] "GET /api/brand/tasks HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:20:38] "GET /new_web_source/dedupe.html HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:20:38] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 12:20:38] "GET /assets/dedupe.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:20:38] "GET /assets/pywebview-Bl6M97uH.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:20:38] "GET /assets/pywebview-8G_9KMXd.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:20:38] "GET /assets/dedupe-CS18ls2z.css HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 12:20:38] "GET /newApi/api/dedupe/history?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:20:39] "GET /brand HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:20:39] "[pywebview] before_load event fired. injecting pywebview object
GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":581,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15d816dc-29e5-493e-a236-4966ae41d91e/172.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/64738505-2472-4675-b643-df1787d14ce7/172.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 11:03","updated_at":"2026-03-27 11:03"},{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 12:20:39] "GET /api/brand/tasks HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:20:41] "GET /new_web_source/dedupe.html HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:20:41] "GET /assets/dedupe.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:20:41] "GET /assets/pywebview-Bl6M97uH.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:20:41] "GET /assets/pywebview-8G_9KMXd.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:20:41] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 12:20:41] "GET /assets/dedupe-CS18ls2z.css HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 12:20:41] "GET /newApi/api/dedupe/history?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:20:42] "GET /brand HTTP/1.1" 200 -
[pywebview] before_load event fired. injecting pywebview object
127.0.0.1 - - [27/Mar/2026 12:20:42] "[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":581,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774580607052/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15d816dc-29e5-493e-a236-4966ae41d91e/172.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/64738505-2472-4675-b643-df1787d14ce7/172.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 11:03","updated_at":"2026-03-27 11:03"},{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 12:20:42] "GET /api/brand/tasks HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:20:45] "DELETE /api/brand/tasks/581 HTTP/1.1" 200 -
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 12:20:45] "GET /api/brand/tasks HTTP/1.1" 200 -
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
朞嶝돨excel 匡숭 ('F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx',)
{'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585251753/172.xlsx', 'originalFilename': '172.xlsx', 'relativePath': 'F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx'}], 'strategy': 'Terms', 'taskType': 1, 'archiveName': ''}
127.0.0.1 - - [27/Mar/2026 12:20:54] "POST /api/brand/run HTTP/1.1" 200 -
Exception in thread Thread-50 (run):
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1075, in _bootstrap_inner
self.run()
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "F:\project\crawler-plugin\app\brand_spider\web_dec.py", line 69, in run
webview.start(debug=False)
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\__init__.py", line 240, in start
raise WebViewException('pywebview must be run on a main thread.')
webview.errors.WebViewException: pywebview must be run on a main thread.
127.0.0.1 - - [27/Mar/2026 12:20:54] "GET /api/brand/tasks/592/events HTTP/1.1" 401 -
127.0.0.1 - - [27/Mar/2026 12:20:54] "GET /api/brand/tasks/592 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:20:54] "GET /api/brand/tasks/592/line-progress HTTP/1.1" 200 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
±df39b259-ceda-5935-3205-057364198bfe×덤썩쵱--> 76XvadK3NRSDUI54Frwowd/bb2y4/PTcv9bu3dJBRkqoj8yB6T7RzUM27ib3pAJk5izBf4FRGPvI/I16J6g2JkxFs6Ztu8+4g7Lu8Ds15GQYgOJ8bWqD48YvNq5KozYMCzo1wQLHSLH5uPI0Z/zxC6AqPYa6FNVdFVzhcnGh+6StSOj6i8/gPzWGvdSGvCP602hsg4RISWiVu6WnY4NmuvnjzSVrswAK63iomEQoESg0Nr9/T+pShF7qvi3SyxLJAO7OHqHok6ErSmTfQtjJKAn1h6dk2NlpwBK/TlGZz+wU++w+/ceevta665DZQDd+H8Z1uyLEup2kjAJzr5AGq4wfgUq1c8T/6WqLi6jV/Nvx9e51j4tf6qxjr9Utkyc95YxRNIOtZNS4TglV9XbkxHOi92Afyj9pjn9uDyCmJakSaZdqRvGLIwVJmbkSNCeRgX//xuTsjm9BOwkqhnivfKQgX30zxgxWKiBJ5DFDCsG8PpmW3Xi+N6a+DoeHpEevBJonEuEFQIWNG8dEYqOS9JE8Il3gQmPxTpQS8vnTz34wEyaEnPG+APvZvSvKRjYZFWFB87ayD4eekJmlBGgDNkXNVZWfiVin+cxxc/iMsox2DNcc2jifM0ghqCWL1bw7GhN8E8xwvoTsGy3OPgd6CjQup/HCkNwvQgFQiqwTnr2p1KmTrYGMTH0H1fAnQ7qsCHbaupnS2gR80ELjGL6wabUWHrrwdm4lumbkfkLym/40FnvbFXKN3PqHjzcHKjL+nxeDqckzVsOxkcuGZWUMOFgUZmtVaPwsKRM+BEr1H5hEnJPwMUYHp+j2yVm0NsrvunOiIwypai8pLGebtcVCP3R/JeeZ+k5mNUFLc86qafjMZ1STRTJPMBQZcuiyWN/txEsfsf5OAgubLmnwaFLxWyLIy23HfK4IdGUt+8/lk+jcpB0XIeK3ISLLscCX15q3ytyv+ScvPNo4Gx55SonkW1d3hq7J2pcEkyk/mkS5HwMi60vHMhxXj7E5YIVHcswQRSIwIA1GKU/zPU+W5p1O7EKiIAc+YXYjLsuxxjKXzKZxNXYd6VyvUqaBuTHpWaSsjC6oY4WjIXvD+muyGWx59TTSsLaK4WHZ0uWzN7lb/f1Yg8FDECPJ4fYiQPYdXhfeWrRzPwQ1ZDm5ReW7pQNQ4zIGV9eolJPvgLOeaqtbWQRKFTEfr6xS6wxHQ8533efQ2cR6zTQJ006eswCXof1w36bBbJqY7Z7cv69FojHYhao=
±d8c6f7b2-12da-b544-1c27-04c4e2b524bd×덤썩쵱--> a/GEgUldQe059pnmz8SShHDz//OyiHAIJRFWBL7y06ztbQ2MD/D8z3AA3glWHmAmRfDlXIPFDT26bBKVf+pFcPQq2UiN++BitKuxiCeT/Bq2z0xIHyiR8YRd/7gjEd/vbkydpNTRsDV1C581+nvauQM3mZRZ+C1iVnkT+gSv1iC2VchKuvFnOal4z6xx4655fDcgen7EHYFv0uSyQqCGRoHGuYamlVp4xIxKeIbJzqUMCifcpXkFrq1ODzFEdtLTb4+WJJLzy6CVoQwd5fuaRZs+KrzJGx2fp54G1XpQqZZ7IwGmP1oFPZKCosLGq2onqGC+p8Qu1VpTon6s/nIAKSzQDGhvmXE4eHnFufXaLWVeLwR4EBVZY25WcEMRaijfJgHhG48Eq+vevTZg3GgHelEseyP2+ZdyW5vCtg2NCMxdSctBAYLXKMfw8+Aoz3m1cNlkBZQixGpuVWmvBxE+IM+hOp1yXAcGY37JhuUE44doZRiuwJlynfAC40WJDGNCSVzA+YOHDbYmEgfieeqadN6LOOlpCTuOIFEKpgTDxocM4L8da1v5hngJ+i+l17UDMv811BKduMhNe6IdWDHqbiP0Wy51JRNstrUz57n+5xNG+TcQMMq/Oguf6hlzUYlFWfOOrAwx9LB51YVDsu1OWDXI8UpLTontL23OFvGZCb2pIzUUYkUZCMteaOqSnjfNCILIvtoQuBjKngXpKs9z9A==
±51d826df-0f01-6ac0-0d84-1f9318dec9c5×덤썩쵱--> qUJAlg/cpd3VF6a1rw0ZhHVsdhaHsDw4prgAiLDoi5KhxDmycFiFgIRobnWpEIDA5pOv1dHaRsWAG+Up24se9QFf0cbGssjQXfCEcml+9m9HBmLzzwjqgRQ/slgorJuJ/NVAyxmkmmL15FEiMbsz/WH6eszIy6BWB2r+A3NE7X9tP2QrbyshNnCzp/4mLNrLUgDCEQEZ4hYyegy+mShjRMU0IJSaG1nNvqHH2W/QWsxVQ7GMK4/ErdjtLmM0V/hxNQNF5UN96wABoQK8a1mWX1+nz3kOhMSywIfcG9m4z5IPUspmhkLL/F3LdB6lyAJ9XjZyqx3n3BM4qwlHxwRQPtLhAydawXhoxZA5/GRNJIblsZF1fuG+E8jGX0qzHOiuIBt61aWdMshau73yLOnlTZoLEb203mHrmjU5JfJJzsE1Bx65Ufy6wsyexPq5uLWu29sMRmnbnzsGRXElkuDbYaeEuT1m0sfr70KKiz7sODcAMaRQggOnBrUHNCwKk+XP+RgpN6k+12eDUSfsyUIPEe3P+1/3jvFYVjSgkdeNAvUZpfjYcOP8sdBHqOFXYNs58g077UvLh9GeHttA2jDGWYhLSbrStOSedJqMh5kTYY2nWV34oirWIdGoT4vaw28nkY4uMwxC3GwXHRaTINEfBftk265BXgVA5E67hKZUz+W+PdxaxBdmI8BqrzIZgO8P7qrkaiy2ldbc7TtzPjxoO1C/EohxePBuJAtwsupPRb2GsYzwPjuVdy+sDwYQ4W1S
±6a6ef2bd-3abf-4053-6b56-d9b5b63db2f3×덤썩쵱--> rPUkg+na+LdfGv4YRWibPg31sBJYTEsSidv/HQ4eotjkSHwLj80FndT8DBX5IQP1WbrzXUVhoLbzhpSVyNEuH3aHX2+eF9S75/YbkRlCrowtEgDWmjL/hY40G79OplmSMG8/1NqeQX4Jc5eAzApfuSmgDu+UBQdHNh8wp3YuxNRYgmpx8B5rGTB8xyy/TTahNkGoKLjC1B+bgIvdEuE1faK2mMt4r5+XtecvAOWaStEGcwHbJ2LwdazKLJ+2/9mD5/6w7gM0kLB6tkuxmyp0uTiH07vvK6yz5JeWl2MZRpXzNgYwDaaSEHalIg1J0vXkN5yTppLulPyiNaJLKpE6orj/8Z3LBDDHmQdNH6zVRDmywPIaUgOb0pg+Jg0ocwMZlJS5JfJt8YPQclSJTdzbXni1/DBj4x5/SyLKP2h40L4V6Bq6mN4F7iiNcWmDL5/vKMPckfebg+Wi+Bk14Vp+tHy3aq2KYpkmWOtzqSxZehqwLe5gnCIZPIbL5Z0GnppOIaTtHxtWuMaR7AeX/Rh1zkBNcu7SIOUxFl/hjAIp3zzxD1QpNESTOa30O9aCi8PE+BPsLOh3WPrRuZquhLQmbE4i3lu2uiBomS9jZIl48lwAZkZyf7gx+OWLfOWy4BoaR/yd7JgBwu6NkKVe4h7dEUDDo9oQKQvGwPfcieIvs8Y=
±ef1fe758-1711-b5c4-a858-bb033c04e7c9×덤썩쵱--> lXslidV8U9bkXjm8BVNYZKHoTbjdYtS6NsEWNztCGG/nD8AgbBOzobP+lQHCEN6Bm0nieGcQw/HtdflSF36Z0kscnxYH9Yol7x/mGQh6ZW6WXVdU6cRFVE6Ey53wdVi6KFqavwjoEIMILD7dU+O+jCClDtxT7XcBf4xuuLLhfrmEBH3A2NpicSsDGHZYKXzr9lHzxFLtAOYAWHb1ETe5BZeRmZ4mj5A95EwE8RPCuUNq+xquUQqPB59lC0BQ9/5n/3qkrXLY1JjY/sHuPFu+SbwiSuHdvATDyYMDJPsjoGFkc4t7X1JMrNkiKQCZn0ND8q531g/s8j0EA9DaK6eItg6CKz+G1TEnhW6yjumMfzGnIxo4AvrnhoJl6COIex4hPIgIP3U0rz62f3kWRKMol38iV/qtHD+PHnnE7L59tkJs/KS/Dkivh7BUgUFrNdhWf/pex6moT+GWDeb7QoWJDWANUeqcoXHVrSn8YWwzqJChmBn1SiB2Exie/ZRN7SE/m8jCXHXEBu15hfPIm7VwLLIa7447Cz2wPBu3P1VYsVkMETphDNllpRSz1Q5iZhZuSAmEvmo+mpJ+LsdmuWaeKGkirycm9tv8aBPHaea/3OCVyoLEXL7NG3Gvyjx1M1uQqkes6GH6u2F+0MaKgZD9cMYuaLZf1+V9H7wghZSTirg4LTL/LiFybOuT7PLwdL1IqYSGto9MLsaiq6KWznqAcgbz7l38haIBbQJRyTvUCxYRiJwy46fgBhmYAOWZx/Xa
±df57cd48-32d2-e35f-a4d6-f8a0749ee1fb×덤썩쵱--> IE/9T46bmTHu4++M8+XCbl2ATJR214coLZUQm7mJgKKBlFf9ZS0DFmXRCIkIjezGHy2X6FsdWv+oZ6/sPKOQH2vqtcCoKI0Gp7P4anSDOzpgy7k1Fc5fnjVu7bNGxsQx8A3V4pmAFVD1wG5H2Ew01IoZgDrs4/zXNTFEtCWoVpTFaalBisCoX5heQMDuCEoo9bukJx4kk+jKeEQcKlxKqtv2YWqrzsK7jSqx/sWK+sBMjryl0spFrAz4inkBSsoRrAQ4o3ISwbhebEfmONi05KZ13TbCPOzLSMDKzkOHLPaOBcDib9dxTsLzvEzMsiOAG7nQYOvI02ZzL7u6C9cCx7V6IRiXrRXDkJx+TDC7KY7phLWocTnEdMMUKJLv4Fj89sI1dp7Dv8nmynHERrDuc9OScWv2iIqOH9TauJqq9svGfoWFpfH7FJGIWPQfcktvsOdrk3HoukEgjNledFuXYQLDWu9iRBHo38sQlBV5cc9zs3CAQlSzWlcDNCBCWwmLkMV7LqU7Vp49kBlqJZEwIJr+/m/xjN3It50qJWHfeSo3j9VTSzjkAPcRQuj/vLd4k93PXRuTwz9h+QvwJEUUV8OdgH9JKaBNWidiLOPxFZnqqZJgAmIRJSA9ob/rrZ90YSgoiHSXbmy0rhSYta2mX6z6HCYpoDH6rUv5V4ZkIy84xDLiOApzf5dfjS8WQq09xkIaoXdAy45FppxpFnJQVeqwQBaJJWw7Nzj93uk2eKU=
127.0.0.1 - - [27/Mar/2026 12:20:59] "GET /api/brand/tasks/592 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:20:59] "GET /api/brand/tasks/592/line-progress HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:21:04] "GET /api/brand/tasks/592 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:21:04] "GET /api/brand/tasks/592/line-progress HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:21:09] "GET /api/brand/tasks/592 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:21:09] "GET /api/brand/tasks/592/line-progress HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:21:14] "GET /api/brand/tasks/592 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:21:14] "GET /api/brand/tasks/592/line-progress HTTP/1.1" 200 -
±575b310f-15ed-adfe-6a80-c0e7a558aaa0×덤썩쵱--> Ke4Bw1EXIbpX0NFiE9ECnulEY6NiHWE1uc26k9JSF39Xc6q/mIllOXDh8O699OZTWKtqdnpAZ/qYt+l2kKdIe5D/Y/2qDGwQbpta4w9yt6KMpGyKXNIjq1hA+wavT9mIFwhMsv3eFDsYVkMXJL0Tq5XqTEICffF/Isx9tSOEvpF0olGLtUstjv60GkXby+8p5am3HVZXilngqOxNbNF5YTR4+hrqOXucLpAqW0+nYEGOf6EaXPM1jpuNcEIexoihTPOFZvBRuoQjMoVzdS5zrYkoc/U7ZjNA8Ij+wXp0eSRm4qNnyd+/eGpej3ilpnNRWiA7oj6COd/aP4C2B3qUshzXHYYPJJ/Pycl0kycOdDmZ0/NYOzvNugtT7kt7wsmufzE3nKiRHK2i5oGDJ2THE9SNyEEOyeW+hahF3T061NvaTAwp40p9CBOdcwQzMZejmRY0XxfBG2T9IIFRRqHQXK/6miYTVGN9pZw/CyvoQKl7AW11Wi0kqHko5jAIWPd+q57uKcNLpmN6kLZryPOPw9a6kvqvoceEpSWCu+TJIkhxJYWbcZhaEZQLJzC9OJ6k8bJ6a3GNqEqOo28S1+C5T5Yc2fesdrauQUG25Oq7eJIXwFCszB7RmPz0gqyJ4rnPFG90ckqLOXgnF5jgr3/qQGvb8zWFhwtyGnNHdHBcWCTZPPmT6frUq0YPgOU3GWeax+9d03b9WKf6ESDJzKVBk6KmpXxM/YaNvX8vF/Dx0iAtdalv2HeQB3iACgxnvijz
±5ffe4a56-3277-1510-7179-70c2c24def07×덤썩쵱--> FiVNG72FRyYn/sxWVcmyNRJc0BeVXcZSarRHalFdzPp56OkKRna9R6ymSt8uu8wosWf9Snp4RxOsmGeH2115KTdP1lZKP3Yz8CkioR4ps826fCw++g0dXVbTvF3T98LQYqobgp6kaHRyB0Gd+2Ns6m0zilT0UoAC9k/MG+b55abZrN/YDnykuKAHZGhJUub2km1W3LWIuS68V/x7agm4lhqZkzR2FcIq6QAlGWXeKNEK4d3W7Ybov9R/GlyJdtDl9WAbxRmRI+9c1XjcZpciAQlTNBFctiTvpCP9yd/QC3ebCx6GW3PyZBzNMUenMIJhKEI6ZVvoCdLS2/ioKP3i6ir6CfcSrolTVRf2c7XALBvkuD0iGZ8lSk8vdJy/dOsY+b+tVj2fLk2XaOLHypUgBlncxHRJ1TN1QD/GREWlj+1iZZ2JChHm0zSeCVuaP8ncG38oKQP7vnbuw1l55r7IcClFMhNHBIEl0a5P0O3UA5LweQe5xNJ5AdMCB5knrIK6/DRUfUR/AwwnJGZ/HkyXa6xBfJ08nPifGPpji20K/qlrQrjtzYJEGs9GZQEFQYAJU20bJEyBkuewZ1ac/5Q/R++VUVXAY0VzreXMXv0quFctV3ZYByKkPw2DpRKGNjiqmsIbHqZtvp3+3irW7X+dNw3a+6iJymzWIastnI0c1+0=
{'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585251753/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 2, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'], 'invalidBrands': [], 'queryFailedBrands': []}]}
592 ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'] https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585251753/172.xlsx
瓊슥써벎 {'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585251753/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 2, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'], 'invalidBrands': [], 'queryFailedBrands': []}]}
--> {"success":true,"message":"꾸鱗냥묘","data":{"success":true}}
±747ac2bb-6ba7-f04f-8ce7-e8e3e19b127e×덤썩쵱--> N70ATdgzVIQy2IeaU5idAwgquM2m0kPkZtLLiGRrJiUXM4g4iZOGOlyZbfVcpr26eW1uESlp/Fz4+zuIkIKs1mL2O64j/8SRDV8Wzg0xAwWgFMPW/4rXu+fKMgKdkqp9s5aHEsqiZbaXrQAi0TjVjbnonxcaS0E+pOXcNmKM3wOxrntX0oTEELs9BebJkBsfT3cGNp/gLFhvy9VpgIrRGjLEeiyZXvtDbp+eT3JOqkgPQG8+0P08SqUpaIJQlMc7h5x90fWL91sAJcs+12enCJpDGFFJCwlT6siejKiUY71EXHLU52vdfrDdwNTD7O2vKrxwz2juaiJeCaQ2GISy1ZCnIsVvn8W7KWjX2iq5mpVuKokc49cWNDDg1jP/B+jM0wOl6DHHmhRNuagolCYnPQrjj8hdLcBfRlOjl3SNN+/j7JQNIaCHaAIlNFTeLJJd7V37+CCL1gtLdT8wzDfJ/Ea1I372Iyz+jPyBT4GzHk2jsiLk8irTytXekiGFx236zgfCFSmsQs87gab/urjovSc1RJ5kWW8hVPc1u33F9dn1N+DKD5mFd1G9RLUhNy5M7dJjO0dEiJ++AqmZ9amUJJjZY9g98yhe5fI+QUuw85398YDMyVeOQEaxHwiNlPkIGxZ8Vm7SYLRw/LwlxGlPQv4nvs8OJKu4+nljGc/TqbA38g5G5EdwfSrM3yAPBF+HQbeqoGWxOhtsC5BiAdDEmQ==
{'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585251753/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 1, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'], 'invalidBrands': [], 'queryFailedBrands': []}]}
592 ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'] https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585251753/172.xlsx
瓊슥써벎 {'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585251753/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 1, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'], 'invalidBrands': [], 'queryFailedBrands': []}]}
--> {"success":true,"message":"꾸鱗냥묘","data":{"success":true}}
獵契供냥
127.0.0.1 - - [27/Mar/2026 12:21:19] "GET /api/brand/tasks/592 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:21:19] "GET /api/brand/tasks HTTP/1.1" 401 -
127.0.0.1 - - [27/Mar/2026 12:21:41] "GET /new_web_source/dedupe.html HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:21:41] "GET /assets/dedupe.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:21:41] "GET /assets/pywebview-Bl6M97uH.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:21:41] "GET /assets/pywebview-8G_9KMXd.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:21:41] "GET /assets/dedupe-CS18ls2z.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:21:41] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 12:21:41] "GET /newApi/api/dedupe/history?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:21:42] "GET /brand HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 12:21:42] "GET /login HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:21:42] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 12:21:42] "GET /api/auth/check HTTP/1.1" 302 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
127.0.0.1 - - [27/Mar/2026 12:21:42] "GET /login HTTP/1.1" 200 -
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 12:24:15] "POST /login HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:24:16] "POST /login HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:24:16] "GET /api/auth/check HTTP/1.1" 302 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 12:24:16] "GET /login HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:24:16] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 12:24:56] "POST /login HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:24:56] "POST /login HTTP/1.1" 200 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
127.0.0.1 - - [27/Mar/2026 12:24:56] "GET /api/auth/check HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 12:24:56] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1[pywebview] _pywebviewready event fired
" 404 -
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 12:24:56] "GET /login HTTP/1.1" 200 -
駱聯<EFBFBD>구 8cecee3bc02a178bf372ca1c3d02fc5cae3c0a51c8346f6e6a710988599c08be
뎠품<EFBFBD>구 d2aa2f2d64d441ce7cde83f344a107d1456756cc60a8d5a950cc6addc6e07aeb
127.0.0.1 - - [27/Mar/2026 12:25:03] "POST /login HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 12:25:04] "GET /home HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:25:04] "POST /login HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 12:25:05] "GET /home HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:25:05] "GET /static/bg.jpg HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 12:25:05] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 12:25:05] "GET /api/admin/user/1/column-permissions HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:25:06] "GET /brand HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:25:06] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":592,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585251753/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4d3f07-2026-4280-ad6c-2118d11a705d/172.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6520e8e6-709b-452f-9920-a478ac1589ae/172.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 12:20","updated_at":"2026-03-27 12:21"},{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 12:25:06] "GET /api/brand/tasks HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:25:12] "DELETE /api/brand/tasks/592 HTTP/1.1" 200 -
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 12:25:12] "GET /api/brand/tasks HTTP/1.1" 200 -
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
朞嶝돨excel 匡숭 ('F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx',)
{'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585517052/172.xlsx', 'originalFilename': '172.xlsx', 'relativePath': 'F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx'}], 'strategy': 'Terms', 'taskType': 1, 'archiveName': ''}
127.0.0.1 - - [27/Mar/2026 12:25:18] "POST /api/brand/run HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:25:18] "GET /api/brand/tasks/593 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:25:18] "GET /api/brand/tasks/593/line-progress HTTP/1.1" 200 -
±c05dc0f7-8593-0307-59f7-a8edbeeaa7db×덤썩쵱--> 5Y5GWfZzJhDtcdGbmtig9qTDcltgI12QS2Dx8Zn5PdNY2YF3NxhoFLvk/YyYjTWEz6sOAq2ig/fRhFzzaoXALeXhGdS7QeTv8D3J9pa+HVhpDCVB2K/KgvjkdVN0ficBpkbFzGsbetVCvOpcWff086p+It2dLgs9QWhSmsWeBl9xQid1mW6ewm3kboWbZjccDyZ6m2WwNiVnsqnX47hH/dSiZk2mYzgfEuqaCiI8E+xjo8wHFPojeQSna82emJz9r0FTW9Keoed26z+r5WD6dGDTmqAYe7h+YdRP/8HaZx60JssXcLUAvOFQagz56pW7ajHLpRxZA62XEuZZMUvBNYle0g8nI5iMuGxEoG15ox4o9dAo7DGZYw6o6yKM5GuWNZvcrDQwXqV1F11UUwvTMd09wz6yfnAaJfLAlqiSq8FRhEmf6wuSFjviQGJESUKDoTzcCHwMuDrLTKPX7jkKbpIDD3h4pUTvAPGkDteRR0vj56yfW6wKbYNQIduD7aHq1GfPazb+ntgi5JWy2KPczCh3BymA+YHJ7bR6ww5KbMTb5qpP0NqT2fFqBQhUPGBTrFgAjERdHc1hfw4sJwdWXg6qpjW3/OlTOq53hyQ8dAz8iOK/wyDpW4olJC+fTp4RK9VRYUKy2/FWcUw7JM0MuwSDak8aequhLsY0wiKMceD/DHJVybq1bD5xg/cwgrvuahuYuN1zFW+1wzxfSkoz8w==
±67fc3c5a-f039-9d4c-82a8-0a0bbef7bb9d×덤썩쵱--> JJkuZpx9qNEdBSljMr58dKY0WbAHX4hMQ/epkaW8FPd3eQCIxvFKNZGcKhnm0Bs7FK2J1Quc9wH5x3Vz1Mol0McBY81nMHD95MvUMtkXY98nM203K6v3AM0A0CGqFrvuHXbKB+tr3wXIG6uwicjoNAVOmL/ZIZCsIUiQ8V/8+SjY1nLrPVla2wrL2tvsfYOoWGa0u3zW1BB8gAjjUgoyU/9rIKByowv9NgT5+IFUKZHa6MF0bePkn6MKRbeIw3TSztsQ6hKlGXb9raLv3V59PTGpfcJDuJnVG4LwfvLs3OoL/u+2dQ4g9bdUwSDbRosC5PSGDYC0i5IHaTn5xs0r2whjIY0VsdgE1G9nPJM0h+I+sgZMrdan2H4vkyad8Z/MxpB2Wx41thmLpcdPq8g05mTiKNufyuqgh9zcyTZfOO0SH8ySQIOZUa/11rYwMrPHUt65SW+mSx3a9FnWjuYOJ/SQdAgKClssAsS/Eb2RVtMLmV1d2DIMnHDTc3VHd6KjCFjHdnTpC+YiOxox1hMC57Ki+5aI29l28u6rVjuid57EFQuKJ++EPbeehVTi+qtYIPesaJ386BowKMujdFjUe7eczVztkwzg3cfxbyqnsBD/2QEwG81W9/hd4gkHiKHNnxrBt688R3GQvAYwZ6nC1tqZD1XoIt2IqVH9IyoXYX3kCASdf+NMNfWM5qVp1cfqmBg4rboLZ94Ja3xoFHS+zQpU5HElw4MppkTrjzHrvBDgg3BWum8TRR1X/d1XS8WmaDgLxFsZQle9ARy/JW/VZ9ETIXV+CbAVl27aa1H9ncVrfCKQPkqvGYecrRZzZEiwlHoOVUWYZgEBisU+G9GPoWVfPHfJ1N4YXqI98TAK67RwnLRp5jgFFPy/Z+YjYUHUGe7OS24dUJdoVOERBUjju505/FZV1uMJuzD8GJlEAafA4QRpBxfilPyy3/DjkCNaNUBVhyNIM7HRWnJ61BIuoCnFltp6MsXlvJSwnPtKiaUr797Efu1OkzxnOecuCGMugu0me978AAn+2SNf3L7eyKm5p0P+cbjyIfGtUdZ2hGvTRCuJ8JWOZv9mscLoHffppieDKl7eAa32cvnmIskKN47qsWKNYe5PNilpxoxAPrvNtu1RyS8pMzImwqpHcphyfMCObiy2SMH0lZW2E6et90oKB42x/Xtj506qDVJFFMEBGMuipIvk9p1BPJcNWfS7eb6y83+yBOsPgenByEbLHPilxAPSfy0pDmC389aresk=
±ee15e4f2-fd79-469b-4b73-f578f00c9744×덤썩쵱--> c7a5EUC+C3EUvkfbXwHQfUOh97vu8AjaAVoZo/43eXYknBSnky4mRGzDtFUMbF4/YZJhjXcUSaA5f9kuuicKUJMrf/S5eho4p6GdQz/W2VI7D5muG5mpDtpK9rD2z12zJPXts4KwLRt6FyKo1cWETPFn8UVTHi47FDa5jJ0/3lKq49I/vGPUTzO0vUs/Wt9tRI/dgjcoTgWj42EtGyoLt9Nm+WQJw3fhkaz9sjr4wwk50+lmIRosILjbXfE9vjFuAvlQw2YZXF3SlZo2htBQI/RP7zVDrz1HRekYv/bmbnjt5Y/xHk09iyMCSEA1pEuEpEgwKS0vMwkB8MFFZoE8jXGzTyUjVNuuo+e9sM5sg1GwoirQ2B9nGkE/IXUt3vF0RA+j42pbLAt02igTAOTKp7sHNyyws9Jwc/lKosJcv4zcU6QS3xHTZb4Pb4Zd6UvxCt5zp02uKRUzxRjQF/hC49FVMXzCSoX19vdkFP/nvYPuIGNqlM/vj3++Omeqglllc0Fk5ZjBSlvNMhGLz1v4Uf0Yw4xsPVK6EfdJaK/UCoj4502Ns6u/Zm1pAmLH6vYlQiFp+5H+LPXrsRYks0yF3p6/cYAOw51ySlUziV4kQES25oV4ly/ouz7/XeZrUJE0bjKsD4kK+Nwg8bZcrMBmKTMYfwHjxB09XAMs0EsYWR4=
±50cb2867-f8cf-5d10-9f71-89f0c0c16d4c×덤썩쵱--> q/snEfpMGOCMT3r0mQoPAsq1J9kf80LHhjzeRBRE6Xm3FUq7Ee6hTi0u0QTzKdTmLFgdB/vxZzIHWPPGE5Jg8YFSamulc5lgPfjeQzu7c4Tg0DjlMDy0F2vhGXvVB75VuEuzpnV2QlBN0L2IrPi1r97ncAFTc84FC6Qi7ZMn/GHQwuZoSMySffGWokoknsEPn27fNumStykgBP48r/GSrqosd8CgtJXS/5oS8KAki2fD09JwX4BOhai3DU0bfzz8zhJ73PerH/Ie4VN0MRhC45T8mhvj6vKsyAH3gzmzW2qYBB0E9CWQo05j4AsMvNcV9wEjZN050D3Xq/GMYnrticTRRxw9rMsScxiw3Dz1z6B/aNsJti2bSYPi80jLNeezFhToPJ7meO2XWCfwYHKnT3pLQoWVMv7t/80YfOGV8uVgc7JBbfyk2N4s66T7x1PHU0zCalRAd87WA7vkNu6YirZyZFY5LeWsnZ5aUrP/XweYPTzWmpSYXWvVkQYzbANbSRwZlabFvQY00jMdqXtmF8NL39YK6IbCKHHBKA72mjgkP9oAy3PYaymx9CN/M570Bk1RQz+mn7iqvpL7sUydjjWP2Mn2rFf5goao6TM+RqffrPsb3Rr0p/YvXc5eP178Es5ak0aon/4g1XO6uJTy8zhdVDvDCkDa1uiTFIvdjwe97KI/1Fi9pyqvGIRtjoyav3f+rAEw4BpggQHLHqLAFG+37njkIldpoLDbJ7vkBwyLzh+CSwRjE0j9NjemdgzC
±52867699-cd90-8588-febb-ad08d2826cba×덤썩쵱--> SJ3ReH/eTPRWYQXap8ApT9n3p/UEZVlOnXiu1KADQhOQBQ3XE6OScDqvqbpet0Jjyj66Jv4gj50liCnvbtp25yWlG3YfHajRP93cxbYafs200tgZTpewuN9RK6USd5kdNcHLr/Km83V5DLN2jH9Fvrl6IQdoeSNBwbK4rE248flGkE4lI3xnDaYv7xhY02B7eL66R36kOLXPR4R5gdBZa74wAh2CPHOBxnJ/90YADWj4U+XEC8c4uOw+opQyYDJ0BWvK6ls308UppMP8VjsQhSlUEtG42W51T1l1dPls18473ZFU2j1/H9Ni9zgPmzYSd2rT89cmh0JZ9MXWfOJ18szuOr4X8nfNRdXQ790FoeoP6kiEColPF+g5DgWxtTvhzSpHvjiKr4b1/D2aEECTpwgNI6r5q3+ef7pL6m/y1FaJZk/yT7tZ8KbZ+cMQpU7R80tqpcf4rwdwMipWnYnHr5aBahZYQX4gt4qAPuC1cyuijqSHF+X1RqDmeLSjr9yBILM1W1q9zNbjtK8pJLGRh/Czp/O64fxxjsUWnIrvRsLnOgZfzXSe66ZB4ydooL9IcYhKNA25PISVwsK09Xl8pN8NDO2t3PQtNehzhlpOi/ir8eZj7HMaWdNrHN7YwBhOuHeAtmBUhWSCttM1lLK/9oDKa6dLmul1zSJHSy18gx+SFiPX9Ujn63xBhqn1UPUzbZOiYIeB2njgvezJaozHsaf8Sb208kDfiXOAVT3h6Xk=
±f71e0ea7-7a12-79b5-bb00-3b90c67bb8e8×덤썩쵱--> EIe6f1/8JErvxSAv8S6Kfihtda6SVs6SEF6SpRB+KKhRo2OB4E89CNUnElRaxJB8sHMcRJOdVpft+Itid/4h/r5nhHuY8Ax0qpoJbItmseA+CZRy2xKDXCMjmJqek8fBFeWU51wI6TCB1YHWXFIkKwnm0i1beUlzi/H5GJS61LHO0wqpx13HwqJAPvorol44PuvSiqGfWrjMUm47Sg18isQwXdtdTlhXrOJ9P6wCVLukF0V3ZNAmcPWI0hM4cGhbRrug55cXOUhjMsLzMFD+fMcuYBR0HgjJL9C0NmWzKb8MTtBr3AxeYHnfF2BUTVJeDQ26o1UaUgYsDgavoLBUdGG6xa67cabX1744BRc+e35Wnyk32rWbCd9lgxHyxUje+J6iEC4xgw4HG73e4vmwFe2z+jhVVOY9X5vL3eyYBDX3W2bJfVMBkQ/dNtlw1NyBokViFsLZHYqy485dbPlchkOoR97dX1AI0rt7n/87gO8pAQ7n6XD+nVufM0go5bit0fZItRwj9rkls7ob2uRD0kW7eUturDxkUhDkLR8wLwSayfFSVubd8dGFqEK7wyxPS2Kg3K5A41ogn8tVxlE+Ef9bq5zpDyjibkQPGUamI5Rcqgy6ahilAYKrRUE3iz1rZWjSiw0dXqcXZ/st0+Ppl2x/SSPofOU5FsgSx7qUnvOZf7OWG8jcykd8SnEzCMXnr3lWI0/tspYXzathdZiAhwhDCrTMLbRYwFmFPWoQiZHDbb2iaEVjMZgIAWOvPqGR
±542a264c-06bb-44ce-c499-8de389540576×덤썩쵱--> AnUHjtIt9nJwSo6aK3HA215nrGaVU1np8/mblgHWP0kek9Kf2cKUV7gU2LiiqZrHlfZdvHP3L1mjO7yGJzLnmg3JluYfDGXu/qZoOUbsGPE+GnqIA+Po6LO+kJuUS7MnKgfMbMsJT1dz1MDZt17Iws/ZRCAQ6XPOg5FPxSUuT+73s/rneZSdIEpOgA0LHPheYKPPr4N1uUSJE8UPvs9rIo+vYZ6LtYlNnYgl8+iWD6jl4b4wInrBQqCmmWeUWYdbWNlnx9C2tiTukznwrI+dboqa8/yAN4KtZqsbQ5Z9PSaifGzO4FsJUdGM5d8UUsTz7H2BsQKy8l6WaAi/4ON0gg2YbAp7XSM+YzFDV85s05clFIvYHD1z6Ni7pLNQ4Oiey4VhOU0hNqU2+/mznWHIr/jPfQ5+sP7N6kEgnUU2lkd+ryVThHI8X05Hc7GmuNj6mhytjq1CVhrrmKruyq7yLpEMsi5g/2m35M6SIJxbXUYAXUIJegJh7A3fCjwaYVCKKPTvrvrQ5KF7UIf7ecvA7U9pGte1v9s0IO1RliBBNMeEt3VQL89ZNBaYMZxS3/G2up0oHxogzxXoT7dy9JjiU8/sZXA0Qle+0EH9hK47xlJPUb4hhAaULKy7xiYETHX3+7FOnQ+AXK7hqunDBc6amMWIpotx2BCn0qvZcdntyyk=
±446ac462-81b7-28e5-ba07-ef0aa45d5967×덤썩쵱--> hJzs5RqY1hR7521oQ5YAgwTn7aeMhYKm7fZQLY9gkXjX19GibMwaz5MFXYgoc1RDa0OcSY1HzfhGPSzOiYevpK4pVC1NIRddp09Qrkaec2Hk0vZrv8Y3RPYqZ53uFa6Izb7bb3I5V87Xj0vDIDSx6IiH+JPT9G/XCYRpqF1abWvL/jMD+gD5d88Vgi5KSJKl8wzzIslLxE71a6D8Q42z949nOkIJKHUIF+2aWdu6Btu60JhkL/gum+Ypa6mDEp8VoqzvEmrbAFkyNYuvi1TL4EeSKujAT86Avlmy8dTZyYfA0Bamn1wdVurmERvnIIkoPpATF6+Kn+k2YqoOCUtBRqGIHwFbaQ3pyK2Y8gMhivERogt3/EVHJUAVbEyQKarDuItdnmZOxtKMnGCDREDcBxRccdDiZrlSyx+sWGzVtgfFXDVpRDY4c1AG5zcu/nPdjUvdyuks617kVH+RvcGVoY4JIyn0j3+HZPWwant1GGl2BZD2aiilgwsFz9LhfPKG16oGw71zZfyU9jF1HrEHvz+Jkua8bQ11msThNm9zzwSYAP/sLhfX5MP/FEPZ1j+rchKi+9oBuYINtLO3eTHr8QAK67PF978lXCEv7yU5jxaQNm/q0GB2MVNBvNvzApVD8VjrsNZokNRTZbVkuBzbFI2DqUZ2MRx+n2ORHwQCcA2yHRlKk1KYee7a0EyKTWZBbJktowq5n3dEWZFa3hRyHItOM8wrZb+tXNIdkh/9kHnE1eSSb/1EFTaPS5rldpX6
{'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585517052/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 2, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'], 'invalidBrands': [], 'queryFailedBrands': []}]}
593 ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'] https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585517052/172.xlsx
瓊슥써벎 {'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585517052/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 2, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'], 'invalidBrands': [], 'queryFailedBrands': []}]}
--> {"success":true,"message":"꾸鱗냥묘","data":{"success":true}}
127.0.0.1 - - [27/Mar/2026 12:25:23] "GET /api/brand/tasks/593 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:25:23] "GET /api/brand/tasks/593/line-progress HTTP/1.1" 200 -
±bff6dde3-264f-bdea-d290-2a98d0de55b9×덤썩쵱--> qvaRpTYzmZAeTJfLSZUn8WLSqJa+mxhvQV9zsJqUXu0ho7wT0voq2AM+jUC1fsZAVOFqVZJexCwsPuj7hPhRatBZrFn6X/drsiqI6OONWUtp/fHf09pYIMuzLQD/ELPUYSmmGRxPFv/WTv2s0UORMaM8ZQf88RVYeChckpLhDHZRyR0kb1lkD9/TPInkOX/ZHRrcy6Rcf1lZSRiB8nVgzjN+evwn4kl5ArfkFBCxtvcIw2wf/0DounA887iYFd6cS/YlwY1Qwg2WRSRfzWvs/TzWDsZip6qzxLxTW9RrWVFBPd6p2Ulvq0NhqRjsqr4JleeDKtzDVk6kZv7Sr1QmAgAhFCKBSdYXPp77nYbREzY32yqu9DzgrI04G02ode/Y+WzRzUdbOailusMUjNz0+CaZedsYKX3MPKsxsHDM9E2Cnv5mJXJyrItm18SAfJI46OxRhszUZnB0u7ioKLVmY+4ONN4zBcCyDo9lxMGXrNT8oXBH1UHOamBCRONXetPq1bLxisMFXwHXFP8nmghnUyHiaoKwZVGGnZnJZevoAoNh+6ES8DI3dLARTLndmnrn3N9uDVoS8ko7yPxBIwQ92x5EUGNa9f2avqnpAIMhu7JUprpy5TmZ1oD2soVdKubhBBaFQdWdGc3OUlKyClrqR1Q6a11aaFlsu8a1scEL6D/AUH3VbBI5kkVcehpiJBQd/txzishAAxdzagGtowXpJg==
{'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585517052/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 1, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'], 'invalidBrands': [], 'queryFailedBrands': []}]}
593 ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'] https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585517052/172.xlsx
瓊슥써벎 {'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585517052/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 1, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'], 'invalidBrands': [], 'queryFailedBrands': []}]}
--> {"success":true,"message":"꾸鱗냥묘","data":{"success":true}}
獵契供냥
127.0.0.1 - - [27/Mar/2026 12:25:26] "GET /api/brand/tasks/593/events HTTP/1.1" 200 -
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":593,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585517052/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/26177e19-a9d6-4b76-ae8b-c6d3b34efab4/172.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3e6b5aac-5245-41f6-b520-7e417aff6a4b/172.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 12:25","updated_at":"2026-03-27 12:25"},{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 12:25:26] "GET /api/brand/tasks HTTP/1.1" 200 -
* Serving Flask app 'app'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5123
Press CTRL+C to quit
[pywebview] Using WinForms / Chromium
127.0.0.1 - - [27/Mar/2026 12:31:50] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 12:31:51] "GET /home HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:31:51] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 12:31:52] "GET /static/bg.jpg HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
127.0.0.1 - - [27/Mar/2026 12:31:52] "GET /favicon.ico HTTP/1.1" 404 -
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 12:31:52] "GET /api/admin/user/1/column-permissions HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:32:01] "GET /brand HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:32:01] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":593,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585517052/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/26177e19-a9d6-4b76-ae8b-c6d3b34efab4/172.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3e6b5aac-5245-41f6-b520-7e417aff6a4b/172.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 12:25","updated_at":"2026-03-27 12:25"},{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 12:32:01] "GET /api/brand/tasks HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:32:03] "DELETE /api/brand/tasks/593 HTTP/1.1" 200 -
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 12:32:03] "GET /api/brand/tasks HTTP/1.1" 200 -
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
朞嶝돨excel 匡숭 ('F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx',)
{'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585928180/172.xlsx', 'originalFilename': '172.xlsx', 'relativePath': 'F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx'}], 'strategy': 'Terms', 'taskType': 1, 'archiveName': ''}
127.0.0.1 - - [27/Mar/2026 12:32:09] "POST /api/brand/run HTTP/1.1" 200 -
Exception in thread Thread-21 (run):
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1075, in _bootstrap_inner
self.run()
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1012, in run
self._target(*self._args, **self._kwargs)
File "F:\project\crawler-plugin\app\brand_spider\web_dec.py", line 69, in run
webview.start(debug=False)
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\__init__.py", line 240, in start
raise WebViewException('pywebview must be run on a main thread.')
webview.errors.WebViewException: pywebview must be run on a main thread.
127.0.0.1 - - [27/Mar/2026 12:32:09] "GET /api/brand/tasks/594/events HTTP/1.1" 401 -
127.0.0.1 - - [27/Mar/2026 12:32:09] "GET /api/brand/tasks/594 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:32:09] "GET /api/brand/tasks/594/line-progress HTTP/1.1" 200 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
±f4754ed1-7821-cf79-de33-d52c5bad43ef×덤썩쵱--> LLlLrww6XspVr89sj7n2S8w243V6yKcACDGDEWl22NqB7ylVyrzG1H2xahBdKB3ji09PcYReJhHo49a7jFnNa6DU24QtglBGZpwg3gtIO+SfkGns2KKw7gx27ipB5yCWWGYwtvk1PXEDrwYlp1BDtoSBSjOfH86wtUFQqnwg7Zom21kLK08vnfpY8vnRYEjaxwc+bAihpDVk/pMbKR8nXKH4Ar+9/i0gm7iReIyJPXF0ANCGbwGPNyFrIn/fj5X9qDWGpgrwjzbzijxCpY/LZXDRExilK/oYSHWuSgyUR2io/+iK6yywR5mYZsxl0yhjz1o3oY7pCqVeuSA3jbyTf/CHsilK3o8PeU0ogD29tYchJ3BO05Hh72bmFXE8LD8+/5Acq8KULNTEWBhyRtLQ8iwNhWeGA7S3IpQxqAHhds/wWHGgf9DQ6RsasKcpeCPJ1nQZwACemTgeC3Xe6/HJGJpQMy1aiOqhg+ks6/IikkKo4oyt6/Iklc0SW2zETFmMnMdMtfOWZDWWOVwACDnTGaMOuS9retdb2LddWgx6XZ9t6BFOsWry7RiBbBgY/3EF57UejOWi7KxRYLIfLE7jxjdYjvqLtoaSuKk8OySqWTmN2aVfJ8Osqsi5Mw5aPdfPGOJtKavcC1DdfiUd0MtcBz6YOl1AM0EJRx3/D+4kJgoTNRKE9iIL0XBxT4Dr9pnFq5AR2l5AzPt9hD89HDdJYTCwNci3lCkQg78fh5QxEWNrUZz5iHGEoLdCiEhcZVKrD923Lcsuick+mzQ5OfjytPgq8uEH/jZ6zjgYwS25Yhqfvis4ha3kfmWocRHlqBoWrFv5gQ3obf2zTJg8w6XpQuBpEOuCn5dOCAN1GuQhY3Enamc48YnocQlgMMbk/3QVS4pOSQV6CSOSmFYfdHlkA2pJspA1NGwvlzIzBVoifbrHCMRdydKSBztSA6NosMmhMCHPQNwyFHl6OB+qR1dhFQE9jg0bXF095wWXuWy69wLlB8miiiHUgcgBfn/fvIXS16xF1jBxoc1nOvavGc9a4IoH4fApBUE+xXhv1Ffo2WQAdRV1s7EEN4SgL2UtOVnZpFX/hlFbGwyfHORtHLXnuSSL3xS5c7y/i9iWzj5t9dR7Hp2oCwNKAlGPzIKI7Rl5VLbKCcMpsei3054W2a03TKRyRs2oSTdaOsqMcbLK+xa5PjcTN+sz1Hs8mhiVBGL9pVm9OeAzZ+Gfsq4Sk01Sv+JCkUqBRdLyPOveNG9YHS8=
±ba10857a-237c-ef8d-734c-957eeabad0dd×덤썩쵱--> FyIcQzpNszOoTrWyLclftePVxuVaoezjdXANifND6vTZH0uM1ox75duQkXWOBCvtdQIuLKQyeX/5938hn7y3lF5NvrBrBUOwjQyMmT4lAngPJS3S0t+4JGlWdaLlgXnNHq89pJeJebL0769xov+JiGlZquk7q+dxPzMpbrljUPjnFn7v8fVzII3u3qRsEeTT72X6csBbK9oKhhz4X4HQNypPaViHJo9IW5Mase19izTcVWqELTupQ/qsMQhLlWCeOaGWkkcPmr6vCQzri6reOxcNJ1YA7QkmPG5RGamMIGZVg6XZUMI/j8t86VgPPBWgfkf4qY4s+u2yS0WwnzFT9sr0FGoW/0P5fc4vhLyE5/fpUna4+75lYyejlV5FZErhCDQeQsOnwN5sdUB/RAl9GBLIYn3cd2LdhRN+K1F+ErdDe73VyQjXL/tv3hUcEjJ/xjdSNxB9yDiBIUBgZHOO9AAUoXOUzJtjJiWH4wjs4f4VN1SwHCBF3JtV74aTTaKvXJjulbgk4UZYsjVvHRc4qAmNFICMh3EqIyWlwUYCBmufYlmzH7AQv9WMy4DvBwuUMSz+JQB8/zV52GOAzBBhT6adZawcIylknv7x3j7V136LrEl+AZzK0ndUuJ6pbV3gm5A0CC79SXWeow/Ip/2VBUhmyqpNRm+vBYsIzwJxF6RcMvVoscsZ4T9qMQ5N1RLOo1hliz9Lr5+/MeaK9i4ejA==
±82acd21a-5d30-666e-7bc1-1942f6ffbc51×덤썩쵱--> bfkjaUX050/4gxZnz1D+1mvEjDSQkk6Y1QPAyw2yCDxjfEU4uQlyb+Lwt05F8agybOIsWQcs8p/Txd9BODV1sH3GcMDeUUY3uHpWCKX614aBGDKQtLxM1Uu6X9dnxWsChpbsJ6V0WdtfvrJJssHR9xWt9926NADIbCXvi7eNvZ2wmG96KgAOh9cd3E7FB65trZRAn5yw/dpl8Ggd9lWLHAiZceVcX670dnlG4ahwbhwFverPRMtyQ/D6W+aaQgWtDqY8FpSNIlYSNPM2O6oEeuXhlsEQkUQnQwVewHawoJRNpUk3vAVS+gQ6BXvhuPBpd6C2Yw3AAOoR7EpVcYfZT204VdtnIDnoRer2xjuTspOd5eAS5NdVmZpTWlWKFNBYeHN2X2vJ0DmeBcTMmJ/WTTCCiFYQoFCFyxg1GbZhaW2W5HKXNCDO/tUIVzLe5heTmZO2ajANVYLP6QtZPyTLC6U9fkaO5PuUx9ZfDpoJD+invPdSTOC90AMYe0WvYJ5RBKAbWcOt7UU9jIvfxahBcFZLHx/cEvX76f2g5CqGOOeqsJaYFjrDsc9O0h7aqhQShW/IaJIhDW46DfKsL6ywLREEpSPVydUK2uBpc5UviDjIaCBJSJ3E8e8ydAkjYp0PEdIIJN8gbp+dxPbYLEeyB3sXnU4CvgOwhaygRsOfRoDLUuHSPFmbfKJYznXYm9h/lTAvaNaVIM1qXklCFkvaiLQYg2LSWgLVqfa3Fi2kpnKvsmUH+dUxo3gVZ1+IQe78
±e11c5acc-83d1-9acb-8fa4-c015ff3b15da×덤썩쵱--> glLeFKVeGokorRsXjzdaq6WbyiNtZQaR1f38xSGTNXwLFpY6+qYXScPgWCHQu4/Gq5PeJ06VppERtfCyW0eIOvsniNINSDPJi6zXqqq7xQ+XZXRpXOtapjPd8rzQdeVOLEM2yfgGztXQe7CSop6Qjo18yhq9bvdRdycxOor6MaYEQrcYfc12JbfhIEg93IkisE8SYvFYuLof95xE+oUJ/zO1xMWb446TeD6ednGd51PhlXvCuREYeYA/F/xdSIla5f+WDCzuSzdcQv2KjH4NrftAFMX0/arOXspAgLQEZUhdNaRG5YM3PCjbEnd9Fnf8oXtifzhzesARVYlXhOaGxhCMtWqgUoQm1xE+b5neuhKgYlVdwOQSwkbyVvFYvkF68iuPsfOxR6MFySKUAkeEc0WCFnIzBzdzv1SLUUFXT4lS/zOrkkMvDekpv578VT9WpsccRLR16tXWbTGW9RaT7tEmaMp2LUKMjv0wEdPmsXACaZOefhSlDHsP73HCmsThaqZJpiAONrXNOU9LZcCPoCvz+icYQz+9FPkOLUyPx26UZl3bGnbSudqUzcf983ZM6oUqUuK8FtDGUe4Ub8SIH2uUIOMapltuX/dnHv6gTEs4Scen0XuY+GGzva/coUGcW+ELrtaxx39YM3OJtuxtXK5NSQfrxgTOAmvekTtXKIE=
127.0.0.1 - - [27/Mar/2026 12:32:14] "GET /api/brand/tasks/594 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:32:14] "GET /api/brand/tasks/594/line-progress HTTP/1.1" 200 -
±43bb3058-930a-7c5c-3402-8c4660ff597f×덤썩쵱--> 3YRRIufpH7ulpxQcyhr3ptSQJFQ9MwVv+9R1O8EW1IR5+8AHnO5bZV8ljfZ0bynPjEhUjn8EqPSX6dgXVD/e/73eQAqB4sD1VkmmBtxvqehuKXmmalPSovJGmab0KrrhOgNwghf4sPDUbFHSpuc/w9uxzEdncVyKJPG8VdqlTA51HaepuMyv9UzpOYPveS4QLRlWfzgOqYYIaYjZPLmzixtxUqV9VI2wvICVHaLIfy2u6KG4XON98z7jB1jGe4d4UJIbjnNGa2StGo8H47FP8E/C8XD4uxvoXHAZNN9aaG5YGaMopjAMZ+FKZ7+bYVdeLZA54JvnXLSoi1/ZAq0/kmAwJk9kxcT5QRmx+aRr0F7zX5Zzmsh9pVz+N1ACkfxLoN8S3nWsGpvHIeZtZsB1XRZhPhXogguUOqtM8kQQHx8Y/uOWm8c+t0MSpqdUh+owY10JpFUJ6wCXSENOmoJOOCcYFWIcNHqjuNkvx8upvAnt9rFoe3mLECEPumHVQ2FyGOr7LQZX5uBTRkBcftH+J3EJEbjdq2Lt9iyPBRAPXbHH8iBJTO2kH77x62hBmExvvxBAUgkH/qVHdC/EKteUrkVT0iVMDt/+pp37nmYuvOBNGrmCUEntb9ykGrgx0kGF/2+rUvOgz8By2HC1IhThGM3DxvgOdoCHbfnkcikJdHZB+IlGo0hXT6t2UWb/3eYXmNq/OICwm77VGBz+jcOXci2YIk1l0pMtvJVKb4blBQgRxqj73aPmjc5rCqtBCUhG
±5bc6bb1e-0425-cfed-71bb-648a390339a1×덤썩쵱--> Ku5wc17BSVEVosA4RI+ZffIc+ICBNNEUC7p9ZDi22XsBKyY/zHHiXuXR53kUs5mDVktzSAPNAGhbIWiR+1IRpYGEwimkkel0Ow8zd4OPVXtLLgc9GaRtwIc2CQZzhSHdg5veAnMGeuBUanoZHW3RcIINeCpByY3j8N/aN5Tt+N7/IE3lOKAkFZTva6WBofRxGS4fga7ezwmRGFwmrPQeXHMADnrFFZa+ovtLm0/oDKBwmMoGIpdiDJqaDCNsmY1DK34/G23IbLS8L9lUqQNdzZW5ntd6YfcoUE1SjfQoLcFRoHXC0QKN397iYpBvmQnkGO66wiSy7ozBhZ4/l1oEoxHtelHXWxDATUxEUEKFY5WOPvBDD0FNSV3UOJvS+AdMjRr387zE/4A4lnX5mHQoaX+rD5anTMenm5EQ/OzrjbkMW7kAnxhb6SC5qXWK0FQdeA4v/dnvd5q3NfoPextB/tGizvn4t+Mh/5/cgz+3RtoYzetMuGc+9LElamoEcjkpZ7BCI9oXmic4q1otQLhNf8q9S6Da/bxNS2G+CHsJPzjtlhtVwUZ1KkJo/Ehmf9H3pklUWjlInunfXTy3RS31IVJYpuDCXAvkUiodMow90uu2ywqbL0K8l2NRZ/WyH0QFIk+KmKShNtWpDgFhguGn9qdYPBJcvBiEoxPnbkvN6lrWpav44R+ug2MyF49h0KXcFdWTli8+oIwNmJhbvSY2DimwY1/iO8w7+FDJsK5HIdw=
±d1056a0c-d601-3dc4-20c4-15b0505853f2×덤썩쵱--> thMhqle7wu4fTqUyQONlQDXuXDkBjvSYUH9O6AJimMPQGsH/Bd83DbHqzu4cpp7fisA4OhM9VLw03Dl8zF1f1jYCj3ymudcdZ8aKE5sD9sO1iHuUam8EVv2xnu3xZPBpY9pt+QvEQuYVSA58Fu3tm4G9WyONjp5abkFBXUtisMMa3l3mI4V6XHd/auoKC4WwfdnemvIafTRqQZ+lKv9S0lCvdn71I4xG0L+O5pWM1uzyhsq71KZCA6GegdKhPSi1GHR3KCD72mxCAfT+3DL+bl4HvWj5RG80/kPLt9nD3BivIwTLCpfZ4pPYB8wQKC0cvdb9TOQa9xb1kZJYS9ntGpmQzH/qxYkDapSXIp/wgpvF+dxTyO6+yG0g61hQchRmEi9ALtE86JZDC3eDOkJuinqJqODRa77LIdg6Q4uA34211NDCtLrm2fK6uTlI4bj/rFDubKCjI+swEcBaJqln0h/S8VzAFRBBQtTAOqL4k9FjKQzYrukRxLDibRqFXBZv8qi4CM0Ko9tcG2zb9u5WRvzsbLsD/B6nbdNTT/sF22DxmaSzssl/M16icuy2/JFNM5R2DNdqtEMbvGufYjb7aixnpY0Z8bQP29lJoNSjIjtlYiL/aNohAURxFsJktsyuVi+3Ve+YcAGEwDrQF11+pk4cot23mFrzcjSBlGMkrdWg52iF/Nq0gsFtLqiAjMZ6gJsEW+xyykNaERavo5amPUoMnQYAmsQDk/N0CmY/ZVAMB5ZenS6jSa8ZDU055UaN
±0c4a0587-e1fa-e394-cc62-ec1208a1b53b×덤썩쵱--> thqbt+BTlkxjQ9Xp3vEF54r7ktik9WR7TyQ7FuBSa0xt9kOA2/WfCOY1JvI84CPmMY5PesnJ7psbCYmsFVvBP1Inm0+U7SQ/TyO0rT9uRbwi1gLzkjQGaUyNSzogmJ+YqS4k1mIIbS5kTn2hRk03UOoLgg9hcZnWbf0TUK8gSa+LXEvmeWql1504hNdl7gbtEF4V7QrG3y8K95D6zrUYBgQVM0SubSOVECR3hu+9kHa5+13bJJolW+XElyUnfDVo82cPRvLxnkiLPKnFZrdkemMFviA6E1yR5SQRVDXkdoaB/YR4n+fkA/MIK61x/POk5L+IBpXKL4OAnTj+CrRAhEF99rRCxRm0CzCe0HqxEalZjrTfRHvBSAe9c/MEeou258wwRqUulKkQPa4qHVorji7MboDRVSeUY4tcLUC4FC7nz58cC1TIk+9WJ+mWOl379+EjwwNdRv6uzUkWkZN3LT7O3yPynopOo8MxU/elHxztJ3Orc5grkQ3lbEQv1WCiC1h4u2cq1/r4VUVogwag8nI0Y2yBufdrHtiTFo72lPNANPNSjgqDRj7UOhkEh3SaNw9iJoBqsZBCcSYmMTut9b33A7s1AsCShhhyCa84o9RZkG6pHX3F692rVx1BQCrRiym1AH1kDYAaRBYZJrgLf2pLFlylIxzr3hkSZNz2B4Q=
±166f47d4-61ac-6ef7-3855-0a1e69f6cd16×덤썩쵱--> DsTby06PaBjhulVeiASDkzMmJdkGLij/Sg4V+sG8NFR///9drCzGOggUyEO13zK0cl41z5NMYfdy0OqMwoZiPqvpOSF6oCBJJNojjfaUbGjRmR8WIRt/3PENSttgFpxfHguhIDnJ13rUzjSJ2g/eF+K3NOAyw9uykfoOd52dx591OW5ZUgpKSIfAGCaQTJQcd8lfNa7mi8D9ANmyyEn7EyFEpDGmp08z2sU7mSQvxlBp35siRS1+87y110J/1C/C3vkCT678iPacDkV4B2+xrM85BfIFIbMfkHTLCRhnip6hBEpZnbODOLcCpnPAqysH3uX3ed3zswl2I9prWg3i6w39gbVzDP33Pw+NtYNny3dfmWKMXRZ9hy2RGtTGI67qnAV3TacYidIhb2JVXXHUPOctL65cseT+powq7dTIvp7BZKh72dKQE/tXIy4EXjGKbTs7otmhSzoNp6zi/8A4c6eJT9iph/zk1TLdk5Mld8xqIWBp8jM0pl2kv8HDsFFh5G5jGh0sGfxDEuyJhAyzUty7cldBbjLm6bq4XE8hHLKO8xQKIiuh40ymxmN/wDymyi/PTbuXg1bUUec5FyTyamLfgqzyeEJTyWJtxnc99tO2F+Vr6Q48D5YyHxqXKtKaRRCKWcTuiASu5lHn6L48o64rG/dGP6/1pQjEIEAsqSLhO5d5Jx3hKElCQ3l6eNWtglus3odFKz+7QndYfwYR3w==
{'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585928180/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 2, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'], 'invalidBrands': [], 'queryFailedBrands': []}]}
594 ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'] https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585928180/172.xlsx
瓊슥써벎 {'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585928180/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 2, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['India Arts', 'Grelucgo', 'BrekSdat', 'LVTXIII'], 'invalidBrands': [], 'queryFailedBrands': []}]}
--> {"success":true,"message":"꾸鱗냥묘","data":{"success":true}}
127.0.0.1 - - [27/Mar/2026 12:32:19] "GET /api/brand/tasks/594 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:32:19] "GET /api/brand/tasks/594/line-progress HTTP/1.1" 200 -
{'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585928180/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 1, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'], 'invalidBrands': [], 'queryFailedBrands': []}]}
594 ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'] https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585928180/172.xlsx
瓊슥써벎 {'strategy': 'Terms', 'files': [{'fileUrl': 'https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585928180/172.xlsx', 'originalFilename': '', 'relativePath': '', 'mainSheetName': '', 'chunkIndex': 1, 'chunkTotal': 2, 'totalLines': 9, 'keptRows': ['Ascoza', 'LOHASCASA', 'Midsummer Breeze', 'GEFEII', 'CAIT CHAPMAN HOME COLLECTION'], 'invalidBrands': [], 'queryFailedBrands': []}]}
--> {"success":true,"message":"꾸鱗냥묘","data":{"success":true}}
獵契供냥
127.0.0.1 - - [27/Mar/2026 12:32:24] "GET /api/brand/tasks/594 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 12:32:24] "GET /api/brand/tasks HTTP/1.1" 401 -
* Serving Flask app 'app'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5123
Press CTRL+C to quit
[pywebview] Using WinForms / Chromium
127.0.0.1 - - [27/Mar/2026 14:39:25] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 14:39:25] "GET /login HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 14:39:25] "GET /api/auth/check HTTP/1.1" 302 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
127.0.0.1 - - [27/Mar/2026 14:39:25] "GET /favicon.ico HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 14:39:25] "GET /login HTTP/1.1" 200 -
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 14:39:25] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
駱聯<EFBFBD>구 8cecee3bc02a178bf372ca1c3d02fc5cae3c0a51c8346f6e6a710988599c08be
뎠품<EFBFBD>구 d2aa2f2d64d441ce7cde83f344a107d1456756cc60a8d5a950cc6addc6e07aeb
127.0.0.1 - - [27/Mar/2026 14:39:38] "POST /login HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 14:39:38] "GET /home HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 14:39:38] "POST /login HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 14:39:39] "GET /home HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 14:39:39] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 14:39:39] "GET /static/bg.jpg HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 14:39:40] "GET /api/admin/user/1/column-permissions HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 14:39:40] "GET /brand HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 14:39:40] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":594,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585928180/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/40e55435-4ab2-41d5-bdd2-877d4c1d3368/172.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/02f19435-c553-49e3-822b-0906b4a1df97/172.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 12:32","updated_at":"2026-03-27 12:32"},{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 14:39:40] "GET /api/brand/tasks HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 14:41:08] "GET /new_web_source/convert.html HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 14:41:08] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 14:41:08] "GET /assets/convert-Cfr3mUjs.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 14:41:08] "GET /assets/pywebview-8G_9KMXd.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 14:41:08] "GET /assets/convert.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 14:41:09] "GET /assets/pywebview-Bl6M97uH.js HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 14:41:09] "GET /newApi/api/convert/templates HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 14:41:10] "GET /new_web_source/delete-brand.html HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 14:41:10] "GET /assets/pywebview-Bl6M97uH.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 14:41:10] "GET /assets/pywebview-8G_9KMXd.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 14:41:10] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 14:41:10] "GET /assets/delete-brand-D1WtGorm.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 14:41:10] "GET /assets/delete-brand.js HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 14:41:10] "GET /newApi/api/delete-brand/history?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 14:41:14] "GET /newApi/api/convert/history?user_id=1 HTTP/1.1" 200 -
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
朞嶝돨excel 匡숭 ('C:\\Users\\煖쌤\\Desktop\\괴쟝츠.xlsx',)
127.0.0.1 - - [27/Mar/2026 14:41:38] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
[pywebview] WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\event.py", line 45, in execute
value = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
TypeError: WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
127.0.0.1 - - [27/Mar/2026 15:04:01] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 15:04:01] "GET /newApi/api/delete-brand/history?user_id=1 HTTP/1.1" 200 -
[pywebview] WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\event.py", line 45, in execute
value = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
TypeError: WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
[pywebview] WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\event.py", line 45, in execute
value = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
TypeError: WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
[pywebview] WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\event.py", line 45, in execute
value = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
TypeError: WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
127.0.0.1 - - [27/Mar/2026 16:47:32] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:47:32] "GET /newApi/api/delete-brand/history?user_id=1 HTTP/1.1" 200 -
* Serving Flask app 'app'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5123
Press CTRL+C to quit
[pywebview] Using WinForms / Chromium
127.0.0.1 - - [27/Mar/2026 16:47:49] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 16:47:50] "GET /home HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:47:50] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 16:47:50] "GET /static/bg.jpg HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
127.0.0.1 - - [27/Mar/2026 16:47:50] "GET /favicon.ico HTTP/1.1" 404 -
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 16:47:50] "GET /api/admin/user/1/column-permissions HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:47:54] "GET /brand HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:47:54] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":594,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585928180/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/40e55435-4ab2-41d5-bdd2-877d4c1d3368/172.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/02f19435-c553-49e3-822b-0906b4a1df97/172.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 12:32","updated_at":"2026-03-27 12:32"},{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 16:47:54] "GET /api/brand/tasks HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:47:56] "GET /new_web_source/split.html HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 16:47:56] "GET /assets/split.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 16:47:56] "GET /assets/pywebview-8G_9KMXd.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 16:47:56] "GET /assets/pywebview-Bl6M97uH.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 16:47:56] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 16:47:56] "GET /assets/split-mwLUJT1K.css HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 16:47:56] "GET /newApi/api/split/history?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:47:57] "GET /new_web_source/delete-brand.html HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 16:47:57] "GET /assets/delete-brand.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 16:47:57] "GET /assets/pywebview-Bl6M97uH.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 16:47:57] "GET /assets/pywebview-8G_9KMXd.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 16:47:57] "GET /assets/delete-brand-D1WtGorm.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 16:47:57] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 16:47:57] "GET /newApi/api/delete-brand/history?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:47:59] "DELETE /newApi/api/delete-brand/history/237?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:47:59] "GET /newApi/api/delete-brand/history?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:48:00] "DELETE /newApi/api/delete-brand/history/231?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:48:00] "GET /newApi/api/delete-brand/history?user_id=1 HTTP/1.1" 200 -
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
朞嶝돨excel 匡숭 ('C:\\Users\\煖쌤\\Desktop\\例쁜蹈혐.xlsx',)
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
朞嶝돨excel 匡숭 ('F:\\project\\crawler-plugin\\xlsx\\xlsl\\괴쟝츠.xlsx',)
127.0.0.1 - - [27/Mar/2026 16:48:17] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:48:17] "GET /newApi/api/delete-brand/history?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:49:54] "DELETE /newApi/api/delete-brand/history/238?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 16:49:54] "GET /newApi/api/delete-brand/history?user_id=1 HTTP/1.1" 200 -
* Serving Flask app 'app'
* Debug mode: off
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on http://127.0.0.1:5123
Press CTRL+C to quit
[pywebview] Using WinForms / Chromium
127.0.0.1 - - [27/Mar/2026 18:17:42] "GET / HTTP/1.1" 302 -
127.0.0.1 - - [27/Mar/2026 18:17:43] "GET /home HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:17:43] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 18:17:43] "GET /static/bg.jpg HTTP/1.1" 304 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
127.0.0.1 - - [27/Mar/2026 18:17:43] "GET /favicon.ico HTTP/1.1" 404 -
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 18:17:43] "GET /api/admin/user/1/column-permissions HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:17:47] "GET /brand HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:17:47] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
삿혤죗깊 {"success":true,"message":"꾸鱗냥묘","data":{"items":[{"id":594,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774585928180/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/40e55435-4ab2-41d5-bdd2-877d4c1d3368/172.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/02f19435-c553-49e3-822b-0906b4a1df97/172.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 12:32","updated_at":"2026-03-27 12:32"},{"id":566,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774576241363/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/504514fa-4ec9-4be7-a633-92d38d97f81d/566_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/01980c06-ef1a-4956-9182-60f43c65b93e/brand_task_566.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-27 09:50","updated_at":"2026-03-27 09:50"},{"id":556,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774532942768/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f1698892-6f3f-4bbf-9953-7e28c14ffdb1/556_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/6f94686d-839e-4b1b-a518-fb16c12d3278/brand_task_556.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:49","updated_at":"2026-03-26 21:49"},{"id":555,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774531944010/172.xlsx","relativePath":"F:\\project\\crawler-plugin\\xlsx\\xlsl\\172.xlsx","originalFilename":"172.xlsx"}],"desc":"[Terms] 172.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ee5e2f00-f25e-453f-9c71-8625205d7df9/555_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/e661af11-822c-4295-b87b-1bf23bead54e/brand_task_555.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-26 21:32","updated_at":"2026-03-26 21:32"},{"id":472,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422424321/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/1270108c-e374-4f40-9963-95bbc3a97762/3.10_result.xlsx?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lLjhOUtEqv7ZIwR5Q1W6SEFWs7c%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0f82a790-49f4-4821-9af2-14c5495ee88f/brand_task_472.zip?Expires=1774426033&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=FcyP8TXIX%2B%2FFHcTHW2T85aibxds%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:07","updated_at":"2026-03-25 15:07"},{"id":471,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774422242487/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/0c2af99f-5961-438d-b916-9c365f7b130c/3.10_result.xlsx?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=qQMqARZXAhNt%2BBj5tSUuIy%2FBs7s%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/15c0a0f4-ed0f-4383-aae9-fe729cee3478/brand_task_471.zip?Expires=1774425851&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=g6wx7uf8%2Fb1A8OI9etzgFwSVz84%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 15:04","updated_at":"2026-03-25 15:04"},{"id":452,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774413501904/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/7e76b423-4521-45fa-be55-b160d8792458/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774417103&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=LfzPmA8%2Bh52FZXWumWJSdB5mTc8%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ab3be4c4-89b0-4393-86b3-d93d2a6f262d/brand_task_452.zip?Expires=1774417104&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=wBGt%2BvMYca%2FQMZe0%2BNdBn0iMs%2FI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 12:38","updated_at":"2026-03-25 12:38"},{"id":451,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774410631939/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/86576b36-654c-49ce-a896-a6255fcbd25c/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=IylV9xBzTp0JHK6hMvy%2FWxqWk%2Fo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f3b048fd-1763-4bf9-a91b-aaec85c25088/brand_task_451.zip?Expires=1774414234&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=pI7wYI0SinQzIomMi7SG%2FCbHRNM%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:50","updated_at":"2026-03-25 11:50"},{"id":448,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774409042698/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/b0626bc6-c2b7-4cf0-8aa5-6944aa9826b1/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=lkSoSM9KmrxOxCV1TNtAWHY6WAA%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3791cffc-9472-44c1-8dcc-fdacdbd938f5/brand_task_448.zip?Expires=1774412645&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=rJXyEwy1QMa2eGyOBr8agblEJE4%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:24","updated_at":"2026-03-25 11:24"},{"id":447,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407652459/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/27136a0b-b165-4b62-b48f-3947977f17e3/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=WH6tDvnNwcCMn%2B1Q9e83Hw2uxbo%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f324fc1e-7c3f-46b0-8e96-5bba55d1238b/brand_task_447.zip?Expires=1774411254&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=K2k0qCSJwxQwjYeLySm6Ogg1%2F%2Fk%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":446,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774407614781/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/93c70c70-eb34-460e-9811-5ed89c53168a/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=3cL1SLhQyJhOnAtvxWt%2F9GivxVQ%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f8172c74-0515-47ce-b6a4-0e53eee8ad72/brand_task_446.zip?Expires=1774411217&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=egV94cI2jmRedmwRtD9f2b4G5oQ%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 11:00","updated_at":"2026-03-25 11:00"},{"id":445,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774405413979/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/89350dfe-a9b8-4d7c-9fc1-1e8357d59903/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=DNWraBRPYncAmjOmivEDngi7%2B7I%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/48323ad7-1d9a-41c4-8986-48f32543e45b/brand_task_445.zip?Expires=1774409016&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=S2tCOouK%2Fez7isJXMr6h2wevg24%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 10:23","updated_at":"2026-03-25 10:23"},{"id":444,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774402781580/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/8216065d-2117-4f50-9a04-8ed2ee173cce/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=QCGhv9e2SqOAYCMRwjtgf8B9JKM%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/3ae8f526-1612-45ff-96ef-ff554831d9b8/brand_task_444.zip?Expires=1774406384&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cCtY%2F%2FQQlm8fyGT9cT4C8%2FdFMRE%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 09:39","updated_at":"2026-03-25 09:39"},{"id":443,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774369488874/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Simple] 데뗌꿎桿.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/af697aeb-8300-4b37-8bae-e3bf603ec2f6/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=2KNSRHnrxqN0bHotH%2BJwavBKNJk%3D"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/45204d93-cba1-4ea4-9faa-2380d0ea102c/brand_task_443.zip?Expires=1774373107&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=k%2BbOG15pH01aotAHLxo%2BQi16BYI%3D"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-25 00:24","updated_at":"2026-03-25 00:25"},{"id":441,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774364667545/데뗌꿎桿.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\離劤꿎桿\\꿎桿깊목(3)\\데뗌꿎桿.xlsx","originalFilename":"데뗌꿎桿.xlsx"}],"desc":"[Terms] 데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/9c4acd0b-f9c4-4975-b1f9-ca36f33549cc/%E5%8D%95%E7%8B%AC%E6%B5%8B%E8%AF%95_result.xlsx?Expires=1774368279&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=dvFjyQpf1jsPHyLkOYcdvp844fI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 23:04","updated_at":"2026-03-24 23:04"},{"id":440,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362036602/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":439,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774362007935/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:20","updated_at":"2026-03-24 22:22"},{"id":438,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361938466/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"cancelled","result_paths":null,"error_message":null,"progress_current":0,"progress_total":1,"created_at":"2026-03-24 22:19","updated_at":"2026-03-24 22:22"},{"id":437,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361715874/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/f26c0103-07c8-4c48-b93c-81e013026951/3.10_result.xlsx?Expires=1774365331&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=Ucg8WbDhbFPkaUfq2%2Ba2XXKQlhI%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:15","updated_at":"2026-03-24 22:15"},{"id":436,"file_paths":[{"fileUrl":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1/1774361459893/3.10.xlsx","relativePath":"D:\\降데슥마\\maixiang_AI\\꿎桿暠튬鑒앴\\틔탬꽃섞꿎桿\\brand_task_76\\都匡숭\\3.10.xlsx","originalFilename":"3.10.xlsx"}],"desc":"[Terms] 3.10.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/result/brand/ce1ff1ce-2d1d-4983-a06e-5c255741aca7/3.10_result.xlsx?Expires=1774365074&OSSAccessKeyId=LTAI5tNpyvzMNz9f2dHarsm8&Signature=cnAJKP%2BczCSlIvcZxYfWcXNBjlM%3D"]},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-24 22:11","updated_at":"2026-03-24 22:11"},{"id":275,"file_paths":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_input/1773742796234_1_벋벼窮텝틔탬_데뗌꿎桿.xlsx"],"desc":"[Terms] 벋벼窮텝틔탬_데뗌꿎桿.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/tmpkey621jz_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/275/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 18:19","updated_at":"2026-03-17 18:19"},{"id":274,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Simple] 증쉔뽕-3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/274/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:57","updated_at":"2026-03-17 18:23"},{"id":273,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.17\\증쉔뽕\\劤쉔匡숭셸 (2)\\증쉔뽕-3-17.xlsx"],"desc":"[Terms] 증쉔뽕-3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/증쉔뽕-3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/273/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 17:47","updated_at":"2026-03-17 17:55"},{"id":268,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Simple] 鷺븅3-17.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/268/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:26","updated_at":"2026-03-17 16:05"},{"id":267,"file_paths":["C:\\Users\\Administrator\\Desktop\\3.16\\劤쉔匡숭셸\\鷺븅3-17.xlsx"],"desc":"[Terms] 鷺븅3-17.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/鷺븅3-17_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/267/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 15:09","updated_at":"2026-03-17 15:25"},{"id":262,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쟝틱텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx","C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋벼窮텝틔탬.xlsx"],"desc":"[Simple] 벋쟝틱텝틔탬.xlsx, 벋쉔뱍텝틔탬.xlsx, 벋벼窮텝틔탬.xlsx","strategy":"Simple","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쟝틱텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋쉔뱍텝틔탬_result.xlsx","https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/벋벼窮텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/262/result.zip"},"error_message":null,"progress_current":3,"progress_total":3,"created_at":"2026-03-17 13:58","updated_at":"2026-03-17 14:18"},{"id":260,"file_paths":["C:\\Users\\Administrator\\Desktop\\劤쉔匡숭셸 (32)\\벋쉔뱍텝틔탬.xlsx"],"desc":"[Terms] 벋쉔뱍텝틔탬.xlsx","strategy":"Terms","status":"success","result_paths":{"urls":["https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/벋쉔뱍텝틔탬_result.xlsx"],"zip_url":"https://nanri-ai-images.oss-cn-hangzhou.aliyuncs.com/nanri-image/brand_results/260/result.zip"},"error_message":null,"progress_current":1,"progress_total":1,"created_at":"2026-03-17 13:51","updated_at":"2026-03-17 13:55"}]}}
127.0.0.1 - - [27/Mar/2026 18:17:48] "GET /api/brand/tasks HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:17:52] "GET /new_web_source/split.html HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:17:52] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 18:17:52] "GET /assets/split-mwLUJT1K.css HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:17:52] "GET /assets/pywebview-8G_9KMXd.css HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:17:52] "GET /assets/split.js HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:17:52] "GET /assets/pywebview-Bl6M97uH.js HTTP/1.1" 200 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 18:17:52] "GET /newApi/api/split/history?user_id=1 HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:17:53] "GET /new_web_source/delete-brand.html HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:17:53] "GET /assets/pywebview-8G_9KMXd.css HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 18:17:53] "GET /assets/pywebview-Bl6M97uH.js HTTP/1.1" 304 -
127.0.0.1 - - [27/Mar/2026 18:17:53] "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 -
127.0.0.1 - - [27/Mar/2026 18:17:53] "GET /assets/delete-brand-BgPrpPsj.css HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:17:53] "GET /assets/delete-brand.js HTTP/1.1" 200 -
[pywebview] before_load event fired. injecting pywebview object
[pywebview] Loading JS files from C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\js
[pywebview] _pywebviewready event fired
[pywebview] loaded event fired
127.0.0.1 - - [27/Mar/2026 18:17:53] "GET /newApi/api/delete-brand/history?user_id=1 HTTP/1.1" 200 -
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
朞嶝돨excel 匡숭 ('F:\\project\\crawler-plugin\\xlsx\\xlsl\\괴쟝츠.xlsx',)
127.0.0.1 - - [27/Mar/2026 18:18:26] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:21:53] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:30:22] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
[pywebview] OPEN_DIALOG is deprecated and will be removed in a future version. Use 'FileDialog.OPEN' instead.
朞嶝돨excel 匡숭 ('F:\\project\\crawler-plugin\\xlsx\\xlsl\\벋饑렐.xlsx',)
127.0.0.1 - - [27/Mar/2026 18:32:26] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:39:00] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:46:58] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
127.0.0.1 - - [27/Mar/2026 18:48:48] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
[pywebview] WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\event.py", line 45, in execute
value = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
TypeError: WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
127.0.0.1 - - [27/Mar/2026 19:19:01] "POST /newApi/api/delete-brand/run HTTP/1.1" 200 -
[pywebview] WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\event.py", line 45, in execute
value = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
TypeError: WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
[pywebview] WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\event.py", line 45, in execute
value = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
TypeError: WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
[pywebview] WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\event.py", line 45, in execute
value = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
TypeError: WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
[pywebview] WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'
Traceback (most recent call last):
File "C:\Users\煖쌤\AppData\Local\Programs\Python\Python312\Lib\site-packages\webview\event.py", line 45, in execute
value = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
TypeError: WindowAPI.__init__.<locals>.<lambda>() missing 1 required positional argument: '_'