qnc-server-old/logs/2024-08/2024-08-21
2024-09-14 10:48:09 +08:00

978 lines
117 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.

[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] Loaded HTML Templates (2):
-
- refund.html
[GIN-debug] GET /api/user/test --> qnc-server/api.(*User).Test-fm (4 handlers)
[GIN-debug] POST /api/user/log --> qnc-server/api.(*User).Log-fm (4 handlers)
[GIN-debug] POST /api/user/login --> qnc-server/api.(*User).Login-fm (4 handlers)
[GIN-debug] POST /api/user/h5_login --> qnc-server/api.(*User).H5Login-fm (4 handlers)
[GIN-debug] POST /api/user/phone_login --> qnc-server/api.(*User).PhoneLogin-fm (4 handlers)
[GIN-debug] POST /api/user/verify --> qnc-server/api.(*User).GetVerify-fm (4 handlers)
[GIN-debug] GET /api/user/get_config --> qnc-server/api.(*User).GetSDKConfig-fm (4 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> qnc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] GET /api/single/get_merriage_record --> qnc-server/api.(*SingleQuery).GetMerriageRecord-fm (5 handlers)
[GIN-debug] POST /api/lawsuitQuery/query_v2 --> qnc-server/api.(*LawsuitQuery).queryListV2-fm (5 handlers)
[GIN-debug] GET /api/lawsuitQuery/get_record --> qnc-server/api.(*LawsuitQuery).GetRecord-fm (5 handlers)
[GIN-debug] GET /api/ent/search --> qnc-server/api.(*Ent).search-fm (5 handlers)
[GIN-debug] GET /api/ent/query_details --> qnc-server/api.(*Ent).queryDetails-fm (5 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> qnc-server/api.(*Ent).queryFeature-fm (5 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> qnc-server/api.(*Ent).queryListFeature-fm (5 handlers)
[GIN-debug] POST /api/pay/callback/:platform --> qnc-server/api.(*Pay).Callback-fm (4 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> qnc-server/api.(*Pay).RefundDetailsHTML-fm (4 handlers)
[GIN-debug] POST /api/pay/refund/:id --> qnc-server/api.(*Pay).Refund-fm (4 handlers)
[GIN-debug] POST /api/pay/refund_callback --> qnc-server/api.(*Pay).RefundCallback-fm (4 handlers)
[GIN-debug] POST /api/pay/ali_callback --> qnc-server/api.(*Pay).AlipayCallback-fm (4 handlers)
[GIN-debug] POST /api/pay/prepay --> qnc-server/api.(*Pay).Prepay-fm (5 handlers)
[GIN-debug] GET /api/pay/order_list --> qnc-server/api.(*Pay).GetOrderList-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> qnc-server/api.(*Pay).AliPrepay-fm (5 handlers)
[GIN-debug] GET /api/pay/get_query_cache --> qnc-server/api.(*Pay).GetQueryCache-fm (5 handlers)
[GIN-debug] GET /api/product/product_notes --> qnc-server/api.(*Product).GetProductNotes-fm (4 handlers)
[GIN-debug] GET /api/product/product_info --> qnc-server/api.(*Product).GetProductInfo-fm (4 handlers)
[GIN-debug] GET /api/render/get_index --> qnc-server/api.(*Render).GetIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_car_index --> qnc-server/api.(*Render).GetCarIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_notification --> qnc-server/api.(*Render).GetNotification-fm (4 handlers)
[GIN-debug] GET /api/render/get_shadow --> qnc-server/api.(*Render).GetShade-fm (4 handlers)
[GIN-debug] POST /api/car/insurance --> qnc-server/api.(*Car).Insurance-fm (5 handlers)
[GIN-debug] POST /api/car/maintenance --> qnc-server/api.(*Car).Maintenance-fm (5 handlers)
[GIN-debug] GET /api/car/get_query --> qnc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
[GIN-debug] POST /api/car/person_car_verify --> qnc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
[GIN-debug] POST /api/car/under_name --> qnc-server/api.(*Car).UnderName-fm (5 handlers)
[GIN-debug] POST /api/car/insurance_info --> qnc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vin_check_info --> qnc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vehicle_transfer --> qnc-server/api.(*Car).VehicleTransfer-fm (5 handlers)
[GIN-debug] POST /api/car/vehicle_valuation --> qnc-server/api.(*Car).VehicleValuation-fm (5 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> qnc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
[GIN-debug] POST /api/car/callback --> qnc-server/api.(*Car).CarCallback-fm (4 handlers)
2024/08/21 20:00:18 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
2024/08/21 20:05:45 Start: 2024-08-21T20:05:45+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:05:45 End: 2024-08-21T20:05:45+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 504.7µs
[GIN] 2024/08/21 - 20:05:45 | 200 | 504.7µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:05:45 Start: 2024-08-21T20:05:45+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:05:45 End: 2024-08-21T20:05:45+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 926.1µs
[GIN] 2024/08/21 - 20:05:45 | 200 | 926.1µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:05:45 Start: 2024-08-21T20:05:45+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3HWFFa1lG41I0sXBHa1q6ZD40HWFFm"}
2024/08/21 20:05:45 End: 2024-08-21T20:05:45+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 306.3353ms
[GIN] 2024/08/21 - 20:05:45 | 200 | 306.3353ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:06:24 Start: 2024-08-21T20:06:24+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:06:24 End: 2024-08-21T20:06:24+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 669.9µs
[GIN] 2024/08/21 - 20:06:24 | 200 | 669.9µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:06:24 Start: 2024-08-21T20:06:24+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:06:24 End: 2024-08-21T20:06:24+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 537.5µs
[GIN] 2024/08/21 - 20:06:24 | 200 | 537.5µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:06:24 Start: 2024-08-21T20:06:24+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3FhZkl2wD01e4Plhml2SwdFb3FhZkP"}
2024/08/21 20:06:24 End: 2024-08-21T20:06:24+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 212.1673ms
[GIN] 2024/08/21 - 20:06:24 | 200 | 212.1673ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:07:07 Start: 2024-08-21T20:07:07+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:07:07 End: 2024-08-21T20:07:07+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.1703ms
[GIN] 2024/08/21 - 20:07:07 | 200 | 1.1703ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:07:07 Start: 2024-08-21T20:07:07+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:07:07 End: 2024-08-21T20:07:07+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0266ms
[GIN] 2024/08/21 - 20:07:07 | 200 | 1.0266ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:07:07 Start: 2024-08-21T20:07:07+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3YIQ0w3ksfm33UxZ3w3xofe10YIQ0J"}
2024/08/21 20:07:08 End: 2024-08-21T20:07:08+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 209.6182ms
[GIN] 2024/08/21 - 20:07:08 | 200 | 209.6182ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:07:18 Start: 2024-08-21T20:07:18+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
2024/08/21 20:07:18 Start: 2024-08-21T20:07:18+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
2024/08/21 20:07:18 End: 2024-08-21T20:07:18+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 1.6062ms
[GIN] 2024/08/21 - 20:07:18 | 200 | 1.6062ms | 127.0.0.1 | GET "/api/render/get_car_index"
2024/08/21 20:07:18 End: 2024-08-21T20:07:18+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 1.8534ms
[GIN] 2024/08/21 - 20:07:18 | 200 | 1.8534ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
2024/08/21 20:07:56 Start: 2024-08-21T20:07:56+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:07:57 End: 2024-08-21T20:07:57+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 978.1µs
[GIN] 2024/08/21 - 20:07:57 | 200 | 978.1µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:07:57 Start: 2024-08-21T20:07:57+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
2024/08/21 20:07:57 End: 2024-08-21T20:07:57+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 672.9µs
[GIN] 2024/08/21 - 20:07:57 | 200 | 672.9µs | 127.0.0.1 | GET "/api/render/get_car_index"
2024/08/21 20:07:57 Start: 2024-08-21T20:07:57+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
2024/08/21 20:07:57 End: 2024-08-21T20:07:57+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 1.4798ms
[GIN] 2024/08/21 - 20:07:57 | 200 | 1.4798ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
2024/08/21 20:07:57 Start: 2024-08-21T20:07:57+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3Btxll2hQy1e4Neynl2cPwTW2Btxl2"}
2024/08/21 20:07:58 End: 2024-08-21T20:07:58+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 202.7244ms
[GIN] 2024/08/21 - 20:07:58 | 200 | 202.7244ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:09:04 Start: 2024-08-21T20:09:04+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:09:04 End: 2024-08-21T20:09:04+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 50.2µs
[GIN] 2024/08/21 - 20:09:04 | 200 | 50.2µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:09:04 Start: 2024-08-21T20:09:04+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:09:04 End: 2024-08-21T20:09:04+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.167ms
[GIN] 2024/08/21 - 20:09:04 | 200 | 1.167ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:09:04 Start: 2024-08-21T20:09:04+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3GN5000diFGS1JDG200v18ny3GN50t"}
2024/08/21 20:09:05 End: 2024-08-21T20:09:05+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 277.6363ms
[GIN] 2024/08/21 - 20:09:05 | 200 | 277.6363ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:19:22 Start: 2024-08-21T20:19:22+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
2024/08/21 20:19:22 Start: 2024-08-21T20:19:22+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
2024/08/21 20:19:22 End: 2024-08-21T20:19:22+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 1.0919ms
[GIN] 2024/08/21 - 20:19:22 | 200 | 1.0919ms | 127.0.0.1 | GET "/api/render/get_car_index"
2024/08/21 20:19:22 End: 2024-08-21T20:19:22+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 9.2938ms
[GIN] 2024/08/21 - 20:19:22 | 200 | 9.2938ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] Loaded HTML Templates (2):
-
- refund.html
[GIN-debug] GET /api/user/test --> qnc-server/api.(*User).Test-fm (4 handlers)
[GIN-debug] POST /api/user/log --> qnc-server/api.(*User).Log-fm (4 handlers)
[GIN-debug] POST /api/user/login --> qnc-server/api.(*User).Login-fm (4 handlers)
[GIN-debug] POST /api/user/h5_login --> qnc-server/api.(*User).H5Login-fm (4 handlers)
[GIN-debug] POST /api/user/phone_login --> qnc-server/api.(*User).PhoneLogin-fm (4 handlers)
[GIN-debug] POST /api/user/verify --> qnc-server/api.(*User).GetVerify-fm (4 handlers)
[GIN-debug] GET /api/user/get_config --> qnc-server/api.(*User).GetSDKConfig-fm (4 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> qnc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] GET /api/single/get_merriage_record --> qnc-server/api.(*SingleQuery).GetMerriageRecord-fm (5 handlers)
[GIN-debug] POST /api/lawsuitQuery/query_v2 --> qnc-server/api.(*LawsuitQuery).queryListV2-fm (5 handlers)
[GIN-debug] GET /api/lawsuitQuery/get_record --> qnc-server/api.(*LawsuitQuery).GetRecord-fm (5 handlers)
[GIN-debug] GET /api/ent/search --> qnc-server/api.(*Ent).search-fm (5 handlers)
[GIN-debug] GET /api/ent/query_details --> qnc-server/api.(*Ent).queryDetails-fm (5 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> qnc-server/api.(*Ent).queryFeature-fm (5 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> qnc-server/api.(*Ent).queryListFeature-fm (5 handlers)
[GIN-debug] POST /api/pay/callback/:platform --> qnc-server/api.(*Pay).Callback-fm (4 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> qnc-server/api.(*Pay).RefundDetailsHTML-fm (4 handlers)
[GIN-debug] POST /api/pay/refund/:id --> qnc-server/api.(*Pay).Refund-fm (4 handlers)
[GIN-debug] POST /api/pay/refund_callback --> qnc-server/api.(*Pay).RefundCallback-fm (4 handlers)
[GIN-debug] POST /api/pay/ali_callback --> qnc-server/api.(*Pay).AlipayCallback-fm (4 handlers)
[GIN-debug] POST /api/pay/prepay --> qnc-server/api.(*Pay).Prepay-fm (5 handlers)
[GIN-debug] GET /api/pay/order_list --> qnc-server/api.(*Pay).GetOrderList-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> qnc-server/api.(*Pay).AliPrepay-fm (5 handlers)
[GIN-debug] GET /api/pay/get_query_cache --> qnc-server/api.(*Pay).GetQueryCache-fm (5 handlers)
[GIN-debug] GET /api/product/product_notes --> qnc-server/api.(*Product).GetProductNotes-fm (4 handlers)
[GIN-debug] GET /api/product/product_info --> qnc-server/api.(*Product).GetProductInfo-fm (4 handlers)
[GIN-debug] GET /api/render/get_index --> qnc-server/api.(*Render).GetIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_car_index --> qnc-server/api.(*Render).GetCarIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_verify_index --> qnc-server/api.(*Render).GetVerifyIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_notification --> qnc-server/api.(*Render).GetNotification-fm (4 handlers)
[GIN-debug] GET /api/render/get_shadow --> qnc-server/api.(*Render).GetShade-fm (4 handlers)
[GIN-debug] POST /api/car/insurance --> qnc-server/api.(*Car).Insurance-fm (5 handlers)
[GIN-debug] POST /api/car/maintenance --> qnc-server/api.(*Car).Maintenance-fm (5 handlers)
[GIN-debug] GET /api/car/get_query --> qnc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
[GIN-debug] POST /api/car/person_car_verify --> qnc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
[GIN-debug] POST /api/car/under_name --> qnc-server/api.(*Car).UnderName-fm (5 handlers)
[GIN-debug] POST /api/car/insurance_info --> qnc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vin_check_info --> qnc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vehicle_transfer --> qnc-server/api.(*Car).VehicleTransfer-fm (5 handlers)
[GIN-debug] POST /api/car/vehicle_valuation --> qnc-server/api.(*Car).VehicleValuation-fm (5 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> qnc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
[GIN-debug] POST /api/car/callback --> qnc-server/api.(*Car).CarCallback-fm (4 handlers)
2024/08/21 20:23:08 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
2024/08/21 20:25:46 Start: 2024-08-21T20:25:46+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:25:46 End: 2024-08-21T20:25:46+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2337ms
[GIN] 2024/08/21 - 20:25:46 | 200 | 1.2337ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:25:46 Start: 2024-08-21T20:25:46+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
2024/08/21 20:25:46 End: 2024-08-21T20:25:46+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 1.1053ms
[GIN] 2024/08/21 - 20:25:46 | 200 | 1.1053ms | 127.0.0.1 | GET "/api/render/get_car_index"
2024/08/21 20:25:46 Start: 2024-08-21T20:25:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
2024/08/21 20:25:46 End: 2024-08-21T20:25:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 1.6906ms
[GIN] 2024/08/21 - 20:25:46 | 200 | 1.6906ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
2024/08/21 20:25:46 Start: 2024-08-21T20:25:46+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3X0d100kWBFS1Ghi200olaPo2X0d1f"}
2024/08/21 20:25:47 End: 2024-08-21T20:25:47+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 286.2634ms
[GIN] 2024/08/21 - 20:25:47 | 200 | 286.2634ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:25:54 Start: 2024-08-21T20:25:54+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:25:54 End: 2024-08-21T20:25:54+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 844.5µs
[GIN] 2024/08/21 - 20:25:54 | 200 | 844.5µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:25:54 Start: 2024-08-21T20:25:54+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:25:54 End: 2024-08-21T20:25:54+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1895ms
[GIN] 2024/08/21 - 20:25:54 | 200 | 1.1895ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:25:55 Start: 2024-08-21T20:25:55+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3TaHFa1tL71I0JiuFa1A3e1n3TaHFM"}
2024/08/21 20:25:55 End: 2024-08-21T20:25:55+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 224.2061ms
[GIN] 2024/08/21 - 20:25:55 | 200 | 224.2061ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:26:01 Start: 2024-08-21T20:26:01+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:26:01 End: 2024-08-21T20:26:01+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 642.8µs
[GIN] 2024/08/21 - 20:26:01 | 200 | 642.8µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:26:02 Start: 2024-08-21T20:26:02+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:26:02 End: 2024-08-21T20:26:02+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 840.9µs
[GIN] 2024/08/21 - 20:26:02 | 200 | 840.9µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:26:02 Start: 2024-08-21T20:26:02+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3uV81w37eVk33VVj0w3zjeDg4uV81M"}
2024/08/21 20:26:02 End: 2024-08-21T20:26:02+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 207.5712ms
[GIN] 2024/08/21 - 20:26:02 | 200 | 207.5712ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:26:08 Start: 2024-08-21T20:26:08+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:26:08 End: 2024-08-21T20:26:08+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.8383ms
[GIN] 2024/08/21 - 20:26:08 | 200 | 1.8383ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:26:08 Start: 2024-08-21T20:26:08+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:26:08 End: 2024-08-21T20:26:08+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.975ms
[GIN] 2024/08/21 - 20:26:08 | 200 | 1.975ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:26:08 Start: 2024-08-21T20:26:08+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3erJkl2dIk1e4sINml290thp3erJkQ"}
2024/08/21 20:26:08 End: 2024-08-21T20:26:08+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 256.4849ms
[GIN] 2024/08/21 - 20:26:08 | 200 | 256.4849ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:26:54 Start: 2024-08-21T20:26:54+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:26:54 End: 2024-08-21T20:26:54+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 999.4µs
[GIN] 2024/08/21 - 20:26:54 | 200 | 999.4µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:26:54 Start: 2024-08-21T20:26:54+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:26:54 End: 2024-08-21T20:26:54+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.4885ms
[GIN] 2024/08/21 - 20:26:54 | 200 | 1.4885ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:26:54 Start: 2024-08-21T20:26:54+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3iJ6ml2BtXZd4Q8Rol2RGSyc0iJ6mT"}
2024/08/21 20:26:54 End: 2024-08-21T20:26:54+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 218.0693ms
[GIN] 2024/08/21 - 20:26:54 | 200 | 218.0693ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:27:15 Start: 2024-08-21T20:27:15+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:27:15 End: 2024-08-21T20:27:15+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 730µs
[GIN] 2024/08/21 - 20:27:15 | 200 | 730µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:27:15 Start: 2024-08-21T20:27:15+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:27:15 End: 2024-08-21T20:27:15+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 77.7µs
[GIN] 2024/08/21 - 20:27:15 | 200 | 77.7µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:27:15 Start: 2024-08-21T20:27:15+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3A9u100eUkFS1omT300ri1Ui4A9u1w"}
2024/08/21 20:27:16 End: 2024-08-21T20:27:16+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 198.1828ms
[GIN] 2024/08/21 - 20:27:16 | 200 | 198.1828ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:27:37 Start: 2024-08-21T20:27:37+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:27:37 End: 2024-08-21T20:27:37+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 97.1µs
[GIN] 2024/08/21 - 20:27:37 | 200 | 97.1µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:27:37 Start: 2024-08-21T20:27:37+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3RYn000zIqGS1cYM300OXdSU0RYn0o"}
2024/08/21 20:27:38 End: 2024-08-21T20:27:38+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 230.0677ms
[GIN] 2024/08/21 - 20:27:38 | 200 | 230.0677ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:28:08 Start: 2024-08-21T20:28:08+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:28:08 End: 2024-08-21T20:28:08+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.8324ms
[GIN] 2024/08/21 - 20:28:08 | 200 | 2.8324ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:28:08 Start: 2024-08-21T20:28:08+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:28:08 End: 2024-08-21T20:28:08+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 51.3µs
[GIN] 2024/08/21 - 20:28:08 | 200 | 556.1µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:28:08 Start: 2024-08-21T20:28:08+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3OyJkl2lpk1e4vy3ol2xF9r13OyJkF"}
2024/08/21 20:28:09 End: 2024-08-21T20:28:09+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 223.6304ms
[GIN] 2024/08/21 - 20:28:09 | 200 | 223.6304ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:28:09 Start: 2024-08-21T20:28:09+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:28:09 Start: 2024-08-21T20:28:09+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
2024/08/21 20:28:09 End: 2024-08-21T20:28:09+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 2.3927ms
[GIN] 2024/08/21 - 20:28:09 | 200 | 2.3927ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:28:09 End: 2024-08-21T20:28:09+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 8.6082ms
[GIN] 2024/08/21 - 20:28:09 | 200 | 8.6082ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] Loaded HTML Templates (2):
-
- refund.html
[GIN-debug] GET /api/user/test --> qnc-server/api.(*User).Test-fm (4 handlers)
[GIN-debug] POST /api/user/log --> qnc-server/api.(*User).Log-fm (4 handlers)
[GIN-debug] POST /api/user/login --> qnc-server/api.(*User).Login-fm (4 handlers)
[GIN-debug] POST /api/user/h5_login --> qnc-server/api.(*User).H5Login-fm (4 handlers)
[GIN-debug] POST /api/user/phone_login --> qnc-server/api.(*User).PhoneLogin-fm (4 handlers)
[GIN-debug] POST /api/user/verify --> qnc-server/api.(*User).GetVerify-fm (4 handlers)
[GIN-debug] GET /api/user/get_config --> qnc-server/api.(*User).GetSDKConfig-fm (4 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> qnc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] GET /api/single/get_merriage_record --> qnc-server/api.(*SingleQuery).GetMerriageRecord-fm (5 handlers)
[GIN-debug] POST /api/lawsuitQuery/query_v2 --> qnc-server/api.(*LawsuitQuery).queryListV2-fm (5 handlers)
[GIN-debug] GET /api/lawsuitQuery/get_record --> qnc-server/api.(*LawsuitQuery).GetRecord-fm (5 handlers)
[GIN-debug] GET /api/ent/search --> qnc-server/api.(*Ent).search-fm (5 handlers)
[GIN-debug] GET /api/ent/query_details --> qnc-server/api.(*Ent).queryDetails-fm (5 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> qnc-server/api.(*Ent).queryFeature-fm (5 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> qnc-server/api.(*Ent).queryListFeature-fm (5 handlers)
[GIN-debug] POST /api/pay/callback/:platform --> qnc-server/api.(*Pay).Callback-fm (4 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> qnc-server/api.(*Pay).RefundDetailsHTML-fm (4 handlers)
[GIN-debug] POST /api/pay/refund/:id --> qnc-server/api.(*Pay).Refund-fm (4 handlers)
[GIN-debug] POST /api/pay/refund_callback --> qnc-server/api.(*Pay).RefundCallback-fm (4 handlers)
[GIN-debug] POST /api/pay/ali_callback --> qnc-server/api.(*Pay).AlipayCallback-fm (4 handlers)
[GIN-debug] POST /api/pay/prepay --> qnc-server/api.(*Pay).Prepay-fm (5 handlers)
[GIN-debug] GET /api/pay/order_list --> qnc-server/api.(*Pay).GetOrderList-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> qnc-server/api.(*Pay).AliPrepay-fm (5 handlers)
[GIN-debug] GET /api/pay/get_query_cache --> qnc-server/api.(*Pay).GetQueryCache-fm (5 handlers)
[GIN-debug] GET /api/product/product_notes --> qnc-server/api.(*Product).GetProductNotes-fm (4 handlers)
[GIN-debug] GET /api/product/product_info --> qnc-server/api.(*Product).GetProductInfo-fm (4 handlers)
[GIN-debug] GET /api/render/get_index --> qnc-server/api.(*Render).GetIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_car_index --> qnc-server/api.(*Render).GetCarIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_verify_index --> qnc-server/api.(*Render).GetVerifyIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_notification --> qnc-server/api.(*Render).GetNotification-fm (4 handlers)
[GIN-debug] GET /api/render/get_shadow --> qnc-server/api.(*Render).GetShade-fm (4 handlers)
[GIN-debug] POST /api/car/insurance --> qnc-server/api.(*Car).Insurance-fm (5 handlers)
[GIN-debug] POST /api/car/maintenance --> qnc-server/api.(*Car).Maintenance-fm (5 handlers)
[GIN-debug] GET /api/car/get_query --> qnc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
[GIN-debug] POST /api/car/person_car_verify --> qnc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
[GIN-debug] POST /api/car/under_name --> qnc-server/api.(*Car).UnderName-fm (5 handlers)
[GIN-debug] POST /api/car/insurance_info --> qnc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vin_check_info --> qnc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vehicle_transfer --> qnc-server/api.(*Car).VehicleTransfer-fm (5 handlers)
[GIN-debug] POST /api/car/vehicle_valuation --> qnc-server/api.(*Car).VehicleValuation-fm (5 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> qnc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
[GIN-debug] POST /api/car/callback --> qnc-server/api.(*Car).CarCallback-fm (4 handlers)
2024/08/21 20:32:32 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
2024/08/21 20:32:50 Start: 2024-08-21T20:32:50+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:32:50 End: 2024-08-21T20:32:50+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.555ms
[GIN] 2024/08/21 - 20:32:50 | 200 | 1.555ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:32:50 Start: 2024-08-21T20:32:50+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:32:50 End: 2024-08-21T20:32:50+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 947.4µs
[GIN] 2024/08/21 - 20:32:50 | 200 | 947.4µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:32:50 Start: 2024-08-21T20:32:50+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3K57ml2TWWZd4fdZml2XRkDb3K57ml"}
2024/08/21 20:32:51 End: 2024-08-21T20:32:51+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 331.9529ms
[GIN] 2024/08/21 - 20:32:51 | 200 | 331.9529ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:32:53 Start: 2024-08-21T20:32:53+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:32:53 End: 2024-08-21T20:32:53+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 4.9986ms
[GIN] 2024/08/21 - 20:32:53 | 200 | 4.9986ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:32:53 Start: 2024-08-21T20:32:53+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
2024/08/21 20:32:53 End: 2024-08-21T20:32:53+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 45.9353ms
[GIN] 2024/08/21 - 20:32:53 | 200 | 45.9353ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
2024/08/21 20:33:48 Start: 2024-08-21T20:33:48+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:33:48 End: 2024-08-21T20:33:48+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.5093ms
[GIN] 2024/08/21 - 20:33:48 | 200 | 1.5093ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:33:48 Start: 2024-08-21T20:33:48+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:33:48 End: 2024-08-21T20:33:48+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.3609ms
[GIN] 2024/08/21 - 20:33:48 | 200 | 1.3609ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:33:48 Start: 2024-08-21T20:33:48+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
2024/08/21 20:33:48 End: 2024-08-21T20:33:48+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 1.3381ms
[GIN] 2024/08/21 - 20:33:48 | 200 | 1.3381ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
2024/08/21 20:33:48 Start: 2024-08-21T20:33:48+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3OiB0w393zm33RAm3w3n6o280OiB06"}
2024/08/21 20:33:49 End: 2024-08-21T20:33:49+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 196.8048ms
[GIN] 2024/08/21 - 20:33:49 | 200 | 196.8048ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:34:25 Start: 2024-08-21T20:34:25+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:34:25 End: 2024-08-21T20:34:25+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 828.1µs
[GIN] 2024/08/21 - 20:34:25 | 200 | 828.1µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:34:26 Start: 2024-08-21T20:34:26+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:34:26 End: 2024-08-21T20:34:26+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 639.9µs
[GIN] 2024/08/21 - 20:34:26 | 200 | 639.9µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:34:26 Start: 2024-08-21T20:34:26+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3Aoo000xpqGS1zS9100btvmD4Aoo0m"}
2024/08/21 20:34:26 End: 2024-08-21T20:34:26+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 187.5283ms
[GIN] 2024/08/21 - 20:34:26 | 200 | 187.5283ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:34:28 Start: 2024-08-21T20:34:28+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:34:28 End: 2024-08-21T20:34:28+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0664ms
[GIN] 2024/08/21 - 20:34:28 | 200 | 1.0664ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:34:28 Start: 2024-08-21T20:34:28+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:34:28 End: 2024-08-21T20:34:28+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 764.7µs
[GIN] 2024/08/21 - 20:34:28 | 200 | 1.2715ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:34:29 Start: 2024-08-21T20:34:29+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3Koo000BpqGS1bZJ300BfMex3Koo0e"}
2024/08/21 20:34:29 End: 2024-08-21T20:34:29+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 212.5027ms
[GIN] 2024/08/21 - 20:34:29 | 200 | 213.0303ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:34:29 Start: 2024-08-21T20:34:29+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:34:29 End: 2024-08-21T20:34:29+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 701.8µs
[GIN] 2024/08/21 - 20:34:29 | 200 | 701.8µs | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:34:29 Start: 2024-08-21T20:34:29+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
2024/08/21 20:34:29 End: 2024-08-21T20:34:29+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 1.3053ms
[GIN] 2024/08/21 - 20:34:29 | 200 | 1.3053ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
2024/08/21 20:36:40 Start: 2024-08-21T20:36:40+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:36:40 End: 2024-08-21T20:36:40+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 632.8µs
[GIN] 2024/08/21 - 20:36:40 | 200 | 632.8µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:36:40 Start: 2024-08-21T20:36:40+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 20:36:40 End: 2024-08-21T20:36:40+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.4907ms
[GIN] 2024/08/21 - 20:36:40 | 200 | 1.4907ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 20:36:40 Start: 2024-08-21T20:36:40+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:36:40 End: 2024-08-21T20:36:40+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 525.2µs
[GIN] 2024/08/21 - 20:36:40 | 200 | 838.2µs | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:36:40 Start: 2024-08-21T20:36:40+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3CSYFa1LaW1I0ESVHa11dNOI1CSYFI"}
2024/08/21 20:36:41 End: 2024-08-21T20:36:41+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 261.6665ms
[GIN] 2024/08/21 - 20:36:41 | 200 | 261.6665ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:36:43 Start: 2024-08-21T20:36:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=yinhangkaheimingdan, GET params: map[product_name:[yinhangkaheimingdan]], Body:
2024/08/21 20:36:43 record not found
2024/08/21 20:36:43 End: 2024-08-21T20:36:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=yinhangkaheimingdan, Status: 200, Latency: 1.3834ms
[GIN] 2024/08/21 - 20:36:43 | 200 | 1.3834ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=yinhangkaheimingdan"
2024/08/21 20:53:13 Start: 2024-08-21T20:53:13+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:53:13 End: 2024-08-21T20:53:13+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 507.4µs
[GIN] 2024/08/21 - 20:53:13 | 200 | 1.026ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:53:13 Start: 2024-08-21T20:53:13+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:53:13 End: 2024-08-21T20:53:13+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.4212ms
[GIN] 2024/08/21 - 20:53:13 | 200 | 1.4212ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:53:14 Start: 2024-08-21T20:53:14+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3hZxGa10Eg0I0X1FFa1WI8w52hZxGF"}
2024/08/21 20:53:14 End: 2024-08-21T20:53:14+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 351.9799ms
[GIN] 2024/08/21 - 20:53:14 | 200 | 351.9799ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:53:22 Start: 2024-08-21T20:53:22+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
2024/08/21 20:53:22 End: 2024-08-21T20:53:22+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 1.5013ms
[GIN] 2024/08/21 - 20:53:22 | 200 | 1.5013ms | 127.0.0.1 | GET "/api/render/get_car_index"
2024/08/21 20:53:22 Start: 2024-08-21T20:53:22+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
2024/08/21 20:53:22 End: 2024-08-21T20:53:22+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 603.6µs
[GIN] 2024/08/21 - 20:53:22 | 200 | 603.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
2024/08/21 20:53:25 Start: 2024-08-21T20:53:25+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:53:25 Start: 2024-08-21T20:53:25+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 20:53:25 End: 2024-08-21T20:53:25+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.3524ms
[GIN] 2024/08/21 - 20:53:25 | 200 | 1.3524ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:53:25 End: 2024-08-21T20:53:25+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 5.5538ms
[GIN] 2024/08/21 - 20:53:25 | 200 | 5.5538ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 20:53:39 Start: 2024-08-21T20:53:39+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:53:39 End: 2024-08-21T20:53:39+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 392µs
[GIN] 2024/08/21 - 20:53:39 | 200 | 392µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:53:39 Start: 2024-08-21T20:53:39+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:53:39 End: 2024-08-21T20:53:39+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0394ms
[GIN] 2024/08/21 - 20:53:39 | 200 | 1.3809ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:53:40 Start: 2024-08-21T20:53:40+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3QUZFa11WU1I0ufuFa1z7l2T1QUZFQ"}
2024/08/21 20:53:40 End: 2024-08-21T20:53:40+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 192.0219ms
[GIN] 2024/08/21 - 20:53:40 | 200 | 192.0219ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:53:40 Start: 2024-08-21T20:53:40+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:53:40 End: 2024-08-21T20:53:40+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 694.6µs
[GIN] 2024/08/21 - 20:53:40 | 200 | 694.6µs | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:53:40 Start: 2024-08-21T20:53:40+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 20:53:40 End: 2024-08-21T20:53:40+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 2.0903ms
[GIN] 2024/08/21 - 20:53:40 | 200 | 2.0903ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 20:54:45 Start: 2024-08-21T20:54:45+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:54:45 End: 2024-08-21T20:54:45+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2698ms
[GIN] 2024/08/21 - 20:54:45 | 200 | 1.2698ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:54:45 Start: 2024-08-21T20:54:45+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:54:45 End: 2024-08-21T20:54:45+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 881.3µs
[GIN] 2024/08/21 - 20:54:45 | 200 | 881.3µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:54:46 Start: 2024-08-21T20:54:46+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3pA80006kCGS16LE000eLWuE4pA80G"}
2024/08/21 20:54:46 End: 2024-08-21T20:54:46+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 312.5036ms
[GIN] 2024/08/21 - 20:54:46 | 200 | 312.5036ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:54:46 Start: 2024-08-21T20:54:46+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:54:46 Start: 2024-08-21T20:54:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 20:54:46 End: 2024-08-21T20:54:46+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.4713ms
[GIN] 2024/08/21 - 20:54:46 | 200 | 1.4713ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:54:46 End: 2024-08-21T20:54:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.4713ms
[GIN] 2024/08/21 - 20:54:46 | 200 | 1.4713ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 20:54:53 Start: 2024-08-21T20:54:53+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:54:53 End: 2024-08-21T20:54:53+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 722.4µs
[GIN] 2024/08/21 - 20:54:53 | 200 | 722.4µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:54:53 Start: 2024-08-21T20:54:53+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:54:53 End: 2024-08-21T20:54:53+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.2304ms
[GIN] 2024/08/21 - 20:54:53 | 200 | 1.2304ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:54:53 Start: 2024-08-21T20:54:53+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3Xe2ll2FOX0e45iRml2kf23z2Xe2l2"}
2024/08/21 20:54:53 End: 2024-08-21T20:54:53+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 211.3681ms
[GIN] 2024/08/21 - 20:54:53 | 200 | 211.3681ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:54:54 Start: 2024-08-21T20:54:54+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:54:54 End: 2024-08-21T20:54:54+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 999.9µs
[GIN] 2024/08/21 - 20:54:54 | 200 | 999.9µs | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:54:54 Start: 2024-08-21T20:54:54+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 20:54:54 End: 2024-08-21T20:54:54+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.0045ms
[GIN] 2024/08/21 - 20:54:54 | 200 | 1.0045ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 20:55:07 Start: 2024-08-21T20:55:07+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:55:07 End: 2024-08-21T20:55:07+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 201.5µs
[GIN] 2024/08/21 - 20:55:07 | 200 | 201.5µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:55:07 Start: 2024-08-21T20:55:07+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:55:07 End: 2024-08-21T20:55:07+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 892.6µs
[GIN] 2024/08/21 - 20:55:07 | 200 | 892.6µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:55:08 Start: 2024-08-21T20:55:08+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3PcLkl28Te1e4dv9ll2eciAc0PcLkX"}
2024/08/21 20:55:08 End: 2024-08-21T20:55:08+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 177.6621ms
[GIN] 2024/08/21 - 20:55:08 | 200 | 177.6621ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:55:08 Start: 2024-08-21T20:55:08+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:55:08 Start: 2024-08-21T20:55:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 20:55:08 End: 2024-08-21T20:55:08+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.025ms
[GIN] 2024/08/21 - 20:55:08 | 200 | 1.025ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:55:08 End: 2024-08-21T20:55:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 505.4µs
[GIN] 2024/08/21 - 20:55:08 | 200 | 505.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 20:55:33 Start: 2024-08-21T20:55:33+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:55:33 End: 2024-08-21T20:55:33+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 144.8µs
[GIN] 2024/08/21 - 20:55:33 | 200 | 144.8µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:55:33 Start: 2024-08-21T20:55:33+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:55:33 End: 2024-08-21T20:55:33+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0965ms
[GIN] 2024/08/21 - 20:55:33 | 200 | 1.5388ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:55:33 Start: 2024-08-21T20:55:33+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3uMX0006jTGS1FVj100z4EJk3uMX0c"}
2024/08/21 20:55:33 End: 2024-08-21T20:55:33+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 249.8689ms
[GIN] 2024/08/21 - 20:55:33 | 200 | 249.8689ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:55:34 Start: 2024-08-21T20:55:34+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:55:34 Start: 2024-08-21T20:55:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 20:55:34 End: 2024-08-21T20:55:34+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.1097ms
[GIN] 2024/08/21 - 20:55:34 | 200 | 1.1097ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:55:34 End: 2024-08-21T20:55:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 508.7µs
[GIN] 2024/08/21 - 20:55:34 | 200 | 508.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 20:56:39 Start: 2024-08-21T20:56:39+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:56:39 End: 2024-08-21T20:56:39+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 758.6µs
[GIN] 2024/08/21 - 20:56:39 | 200 | 758.6µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:56:39 Start: 2024-08-21T20:56:39+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 20:56:39 record not found
2024/08/21 20:56:39 End: 2024-08-21T20:56:39+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 1.5972ms
[GIN] 2024/08/21 - 20:56:39 | 200 | 1.5972ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 20:56:39 Start: 2024-08-21T20:56:39+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3GrAll2ybw1e4c6Pll2nrLvJ0GrAlL"}
2024/08/21 20:56:39 End: 2024-08-21T20:56:39+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 316.805ms
[GIN] 2024/08/21 - 20:56:39 | 200 | 316.805ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:56:40 Start: 2024-08-21T20:56:40+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:56:40 End: 2024-08-21T20:56:40+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.39ms
[GIN] 2024/08/21 - 20:56:40 | 200 | 1.39ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:56:43 Start: 2024-08-21T20:56:43+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 20:56:43 End: 2024-08-21T20:56:43+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 370.1µs
[GIN] 2024/08/21 - 20:56:43 | 200 | 370.1µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 20:56:43 Start: 2024-08-21T20:56:43+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 20:56:43 End: 2024-08-21T20:56:43+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 505µs
[GIN] 2024/08/21 - 20:56:43 | 200 | 505µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 20:56:44 Start: 2024-08-21T20:56:44+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3WQX000LATGS1Cdv000XIPrH3WQX08"}
2024/08/21 20:56:44 End: 2024-08-21T20:56:44+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 224.1557ms
[GIN] 2024/08/21 - 20:56:44 | 200 | 224.1557ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 20:56:44 Start: 2024-08-21T20:56:44+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 20:56:44 Start: 2024-08-21T20:56:44+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 20:56:44 End: 2024-08-21T20:56:44+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.1528ms
[GIN] 2024/08/21 - 20:56:44 | 200 | 1.1528ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 20:56:44 End: 2024-08-21T20:56:44+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.4323ms
[GIN] 2024/08/21 - 20:56:44 | 200 | 1.4323ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 20:56:46 Start: 2024-08-21T20:56:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 20:56:46 record not found
2024/08/21 20:56:46 End: 2024-08-21T20:56:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 1.3685ms
[GIN] 2024/08/21 - 20:56:46 | 200 | 1.3685ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:00:33 Start: 2024-08-21T21:00:33+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 21:00:33 End: 2024-08-21T21:00:33+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 1.8486ms
[GIN] 2024/08/21 - 21:00:33 | 200 | 1.8486ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:00:39 Start: 2024-08-21T21:00:39+08:00, Method: GET, URL: /api/product/product_notes?product_name=shenfenzhengheyan, GET params: map[product_name:[shenfenzhengheyan]], Body:
2024/08/21 21:00:39 End: 2024-08-21T21:00:39+08:00, Method: GET, URL: /api/product/product_notes?product_name=shenfenzhengheyan, Status: 200, Latency: 1.6842ms
[GIN] 2024/08/21 - 21:00:39 | 200 | 1.6842ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shenfenzhengheyan"
2024/08/21 21:00:41 Start: 2024-08-21T21:00:41+08:00, Method: GET, URL: /api/product/product_notes?product_name=yinhangkaheimingdan, GET params: map[product_name:[yinhangkaheimingdan]], Body:
2024/08/21 21:00:41 End: 2024-08-21T21:00:41+08:00, Method: GET, URL: /api/product/product_notes?product_name=yinhangkaheimingdan, Status: 200, Latency: 1.1743ms
[GIN] 2024/08/21 - 21:00:41 | 200 | 1.1743ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=yinhangkaheimingdan"
2024/08/21 21:00:45 Start: 2024-08-21T21:00:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=zhiyezigezhengshu, GET params: map[product_name:[zhiyezigezhengshu]], Body:
2024/08/21 21:00:45 End: 2024-08-21T21:00:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=zhiyezigezhengshu, Status: 200, Latency: 1.427ms
[GIN] 2024/08/21 - 21:00:45 | 200 | 1.427ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=zhiyezigezhengshu"
2024/08/21 21:00:47 Start: 2024-08-21T21:00:47+08:00, Method: GET, URL: /api/product/product_notes?product_name=jinengzigezhengshu, GET params: map[product_name:[jinengzigezhengshu]], Body:
2024/08/21 21:00:47 End: 2024-08-21T21:00:47+08:00, Method: GET, URL: /api/product/product_notes?product_name=jinengzigezhengshu, Status: 200, Latency: 1.2407ms
[GIN] 2024/08/21 - 21:00:47 | 200 | 1.2407ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=jinengzigezhengshu"
2024/08/21 21:00:50 Start: 2024-08-21T21:00:50+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 21:00:50 End: 2024-08-21T21:00:50+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 1.5992ms
[GIN] 2024/08/21 - 21:00:50 | 200 | 1.5992ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:00:52 Start: 2024-08-21T21:00:52+08:00, Method: GET, URL: /api/product/product_notes?product_name=yinhangkaheimingdan, GET params: map[product_name:[yinhangkaheimingdan]], Body:
2024/08/21 21:00:52 End: 2024-08-21T21:00:52+08:00, Method: GET, URL: /api/product/product_notes?product_name=yinhangkaheimingdan, Status: 200, Latency: 1.2938ms
[GIN] 2024/08/21 - 21:00:52 | 200 | 1.2938ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=yinhangkaheimingdan"
2024/08/21 21:01:13 Start: 2024-08-21T21:01:13+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:01:13 End: 2024-08-21T21:01:13+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 850.7µs
[GIN] 2024/08/21 - 21:01:13 | 200 | 850.7µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:01:14 Start: 2024-08-21T21:01:14+08:00, Method: GET, URL: /api/product/product_notes?product_name=yinhangkaheimingdan, GET params: map[product_name:[yinhangkaheimingdan]], Body:
2024/08/21 21:01:14 End: 2024-08-21T21:01:14+08:00, Method: GET, URL: /api/product/product_notes?product_name=yinhangkaheimingdan, Status: 200, Latency: 1.4648ms
[GIN] 2024/08/21 - 21:01:14 | 200 | 1.4648ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=yinhangkaheimingdan"
2024/08/21 21:01:14 Start: 2024-08-21T21:01:14+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3y4b1w31sPk33O7W0w39xcw52y4b16"}
2024/08/21 21:01:14 End: 2024-08-21T21:01:14+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 366.9357ms
[GIN] 2024/08/21 - 21:01:14 | 200 | 366.9357ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:01:16 Start: 2024-08-21T21:01:16+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 21:01:16 End: 2024-08-21T21:01:16+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 298.7µs
[GIN] 2024/08/21 - 21:01:16 | 200 | 298.7µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 21:01:16 Start: 2024-08-21T21:01:16+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 21:01:16 Start: 2024-08-21T21:01:16+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 21:01:16 End: 2024-08-21T21:01:16+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.9109ms
[GIN] 2024/08/21 - 21:01:16 | 200 | 1.9109ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 21:01:16 End: 2024-08-21T21:01:16+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.2553ms
[GIN] 2024/08/21 - 21:01:16 | 200 | 1.2553ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 21:01:17 Start: 2024-08-21T21:01:17+08:00, Method: GET, URL: /api/product/product_notes?product_name=yinhangkaheimingdan, GET params: map[product_name:[yinhangkaheimingdan]], Body:
2024/08/21 21:01:17 End: 2024-08-21T21:01:17+08:00, Method: GET, URL: /api/product/product_notes?product_name=yinhangkaheimingdan, Status: 200, Latency: 1.4055ms
[GIN] 2024/08/21 - 21:01:17 | 200 | 1.4055ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=yinhangkaheimingdan"
2024/08/21 21:01:36 Start: 2024-08-21T21:01:36+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:01:36 End: 2024-08-21T21:01:36+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 302.7µs
[GIN] 2024/08/21 - 21:01:36 | 200 | 302.7µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:01:37 Start: 2024-08-21T21:01:37+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 21:01:37 End: 2024-08-21T21:01:37+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 660µs
[GIN] 2024/08/21 - 21:01:37 | 200 | 1.208ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 21:01:37 Start: 2024-08-21T21:01:37+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3k09000ueCGS1yWS100bJG9D1k090p"}
2024/08/21 21:01:37 End: 2024-08-21T21:01:37+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 214.7684ms
[GIN] 2024/08/21 - 21:01:37 | 200 | 214.7684ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:01:38 Start: 2024-08-21T21:01:38+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 21:01:38 Start: 2024-08-21T21:01:38+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 21:01:38 End: 2024-08-21T21:01:38+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.509ms
[GIN] 2024/08/21 - 21:01:38 | 200 | 1.509ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 21:01:38 End: 2024-08-21T21:01:38+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 903.2µs
[GIN] 2024/08/21 - 21:01:38 | 200 | 903.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 21:16:11 Start: 2024-08-21T21:16:11+08:00, Method: GET, URL: /api/product/product_notes?product_name=zhiyezigezhengshu, GET params: map[product_name:[zhiyezigezhengshu]], Body:
2024/08/21 21:16:11 End: 2024-08-21T21:16:11+08:00, Method: GET, URL: /api/product/product_notes?product_name=zhiyezigezhengshu, Status: 200, Latency: 1.0318ms
[GIN] 2024/08/21 - 21:16:11 | 200 | 1.0318ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=zhiyezigezhengshu"
2024/08/21 21:16:17 Start: 2024-08-21T21:16:17+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
2024/08/21 21:16:17 Start: 2024-08-21T21:16:17+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
2024/08/21 21:16:17 End: 2024-08-21T21:16:17+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 589.2µs
[GIN] 2024/08/21 - 21:16:17 | 200 | 589.2µs | 127.0.0.1 | GET "/api/render/get_car_index"
2024/08/21 21:16:17 End: 2024-08-21T21:16:17+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 1.0929ms
[GIN] 2024/08/21 - 21:16:17 | 200 | 1.0929ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
2024/08/21 21:16:17 Start: 2024-08-21T21:16:17+08:00, Method: GET, URL: /api/product/product_notes?product_name=chexian, GET params: map[product_name:[chexian]], Body:
2024/08/21 21:16:17 End: 2024-08-21T21:16:17+08:00, Method: GET, URL: /api/product/product_notes?product_name=chexian, Status: 200, Latency: 1.2942ms
[GIN] 2024/08/21 - 21:16:17 | 200 | 1.2942ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
2024/08/21 21:16:23 Start: 2024-08-21T21:16:23+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 21:16:23 Start: 2024-08-21T21:16:23+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 21:16:23 End: 2024-08-21T21:16:23+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.7412ms
[GIN] 2024/08/21 - 21:16:23 | 200 | 1.7412ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 21:16:23 End: 2024-08-21T21:16:23+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.0437ms
[GIN] 2024/08/21 - 21:16:23 | 200 | 1.0437ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 21:16:25 Start: 2024-08-21T21:16:25+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 21:16:25 End: 2024-08-21T21:16:25+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 1.3291ms
[GIN] 2024/08/21 - 21:16:25 | 200 | 1.3291ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:16:29 Start: 2024-08-21T21:16:29+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 21:16:29 End: 2024-08-21T21:16:29+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 769.2µs
[GIN] 2024/08/21 - 21:16:29 | 200 | 769.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:18:07 Start: 2024-08-21T21:18:07+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:18:07 End: 2024-08-21T21:18:07+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0953ms
[GIN] 2024/08/21 - 21:18:07 | 200 | 1.0953ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:18:07 Start: 2024-08-21T21:18:07+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 21:18:07 End: 2024-08-21T21:18:07+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 772.3µs
[GIN] 2024/08/21 - 21:18:07 | 200 | 772.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:18:08 Start: 2024-08-21T21:18:08+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3P9Z000deVGS1ZKJ300SNGSg2P9Z0B"}
2024/08/21 21:18:08 End: 2024-08-21T21:18:08+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 317.0991ms
[GIN] 2024/08/21 - 21:18:08 | 200 | 317.0991ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:20:37 Start: 2024-08-21T21:20:37+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:20:37 End: 2024-08-21T21:20:37+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0713ms
[GIN] 2024/08/21 - 21:20:37 | 200 | 1.1987ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:20:37 Start: 2024-08-21T21:20:37+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 21:20:37 End: 2024-08-21T21:20:37+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.3742ms
[GIN] 2024/08/21 - 21:20:37 | 200 | 1.3742ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 21:20:37 Start: 2024-08-21T21:20:37+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3dLMkl2dQf1e4tE3ol2ig3j03dLMkk"}
2024/08/21 21:20:38 End: 2024-08-21T21:20:38+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 315.5255ms
[GIN] 2024/08/21 - 21:20:38 | 200 | 315.5255ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:20:49 Start: 2024-08-21T21:20:49+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:20:49 End: 2024-08-21T21:20:49+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 142.6µs
[GIN] 2024/08/21 - 21:20:49 | 200 | 142.6µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:20:49 Start: 2024-08-21T21:20:49+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 21:20:49 End: 2024-08-21T21:20:49+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 833.7µs
[GIN] 2024/08/21 - 21:20:49 | 200 | 833.7µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 21:20:49 Start: 2024-08-21T21:20:49+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3u460w3MyWl33FTL3w3T8yne4u4609"}
2024/08/21 21:20:50 End: 2024-08-21T21:20:50+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 232.8411ms
[GIN] 2024/08/21 - 21:20:50 | 200 | 232.8411ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:20:50 Start: 2024-08-21T21:20:50+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 21:20:50 Start: 2024-08-21T21:20:50+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 21:20:50 End: 2024-08-21T21:20:50+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.477ms
[GIN] 2024/08/21 - 21:20:50 | 200 | 1.477ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 21:20:50 End: 2024-08-21T21:20:50+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.5766ms
[GIN] 2024/08/21 - 21:20:50 | 200 | 1.5766ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 21:20:51 Start: 2024-08-21T21:20:51+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 21:20:51 End: 2024-08-21T21:20:51+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 1.3985ms
[GIN] 2024/08/21 - 21:20:51 | 200 | 1.3985ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:21:28 Start: 2024-08-21T21:21:28+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:21:28 End: 2024-08-21T21:21:28+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.5157ms
[GIN] 2024/08/21 - 21:21:28 | 200 | 1.9456ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:21:29 Start: 2024-08-21T21:21:29+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 21:21:29 End: 2024-08-21T21:21:29+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 839.8µs
[GIN] 2024/08/21 - 21:21:29 | 200 | 839.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:21:29 Start: 2024-08-21T21:21:29+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3qda0000dDGS1sho100t01EP1qda0j"}
2024/08/21 21:21:29 End: 2024-08-21T21:21:29+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 195.2832ms
[GIN] 2024/08/21 - 21:21:29 | 200 | 195.2832ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:21:31 Start: 2024-08-21T21:21:31+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:21:31 End: 2024-08-21T21:21:31+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 510.2µs
[GIN] 2024/08/21 - 21:21:31 | 200 | 510.2µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:21:31 Start: 2024-08-21T21:21:31+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 21:21:31 End: 2024-08-21T21:21:31+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 923.5µs
[GIN] 2024/08/21 - 21:21:31 | 200 | 923.5µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 21:21:32 Start: 2024-08-21T21:21:32+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3FR3ll2WKY0e441tll2ghjOS3FR3l0"}
2024/08/21 21:21:32 End: 2024-08-21T21:21:32+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 201.4574ms
[GIN] 2024/08/21 - 21:21:32 | 200 | 201.4574ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:21:37 Start: 2024-08-21T21:21:37+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:21:37 End: 2024-08-21T21:21:37+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 525.1µs
[GIN] 2024/08/21 - 21:21:37 | 200 | 525.1µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:21:37 Start: 2024-08-21T21:21:37+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3dCm2007APIS1D7z100IMjjJ2dCm2p"}
2024/08/21 21:21:38 End: 2024-08-21T21:21:38+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 207.3391ms
[GIN] 2024/08/21 - 21:21:38 | 200 | 207.3391ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:22:00 Start: 2024-08-21T21:22:00+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:22:00 End: 2024-08-21T21:22:00+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 803.4µs
[GIN] 2024/08/21 - 21:22:00 | 200 | 803.4µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:22:00 Start: 2024-08-21T21:22:00+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 21:22:00 End: 2024-08-21T21:22:00+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 737.7µs
[GIN] 2024/08/21 - 21:22:00 | 200 | 737.7µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 21:22:01 Start: 2024-08-21T21:22:01+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3JGD200RvyIS1ZVr300AIylf1JGD2t"}
2024/08/21 21:22:01 End: 2024-08-21T21:22:01+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 238.2238ms
[GIN] 2024/08/21 - 21:22:01 | 200 | 238.2238ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:22:02 Start: 2024-08-21T21:22:02+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:22:02 End: 2024-08-21T21:22:02+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 717.2µs
[GIN] 2024/08/21 - 21:22:02 | 200 | 717.2µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:22:03 Start: 2024-08-21T21:22:03+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 21:22:03 End: 2024-08-21T21:22:03+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 909µs
[GIN] 2024/08/21 - 21:22:03 | 200 | 909µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 21:22:03 Start: 2024-08-21T21:22:03+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3fNQGa1JCWZH0gxvFa1exa0C1fNQGu"}
2024/08/21 21:22:03 End: 2024-08-21T21:22:03+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 189.6475ms
[GIN] 2024/08/21 - 21:22:03 | 200 | 189.6475ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:22:04 Start: 2024-08-21T21:22:04+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 21:22:04 End: 2024-08-21T21:22:04+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.041ms
[GIN] 2024/08/21 - 21:22:04 | 200 | 1.041ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 21:22:04 Start: 2024-08-21T21:22:04+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 21:22:04 End: 2024-08-21T21:22:04+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.554ms
[GIN] 2024/08/21 - 21:22:04 | 200 | 1.554ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 21:22:05 Start: 2024-08-21T21:22:05+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 21:22:05 End: 2024-08-21T21:22:05+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 1.4148ms
[GIN] 2024/08/21 - 21:22:05 | 200 | 1.4148ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:22:06 Start: 2024-08-21T21:22:06+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, GET params: map[feature:[shoujiheyan] is_case:[true]], Body:
2024/08/21 21:22:06 查询示例记录错误Invalid feature
2024/08/21 21:22:06 End: 2024-08-21T21:22:06+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, Status: 200, Latency: 317.4µs
[GIN] 2024/08/21 - 21:22:06 | 200 | 317.4µs | 127.0.0.1 | GET "/api/car/get_query?feature=shoujiheyan&is_case=true"
2024/08/21 21:22:31 Start: 2024-08-21T21:22:31+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:22:31 End: 2024-08-21T21:22:31+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.4303ms
[GIN] 2024/08/21 - 21:22:31 | 200 | 1.4303ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:22:31 Start: 2024-08-21T21:22:31+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, GET params: map[feature:[shoujiheyan] is_case:[true]], Body:
2024/08/21 21:22:31 查询示例记录错误Invalid feature
2024/08/21 21:22:31 End: 2024-08-21T21:22:31+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, Status: 200, Latency: 680.9µs
[GIN] 2024/08/21 - 21:22:31 | 200 | 680.9µs | 127.0.0.1 | GET "/api/car/get_query?feature=shoujiheyan&is_case=true"
2024/08/21 21:22:31 Start: 2024-08-21T21:22:31+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3uwx1002WfFS1l6U0001BxXa4uwx1t"}
2024/08/21 21:22:31 End: 2024-08-21T21:22:31+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 273.0969ms
[GIN] 2024/08/21 - 21:22:31 | 200 | 273.0969ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:25:13 Start: 2024-08-21T21:25:13+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:25:13 End: 2024-08-21T21:25:13+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 344µs
[GIN] 2024/08/21 - 21:25:13 | 200 | 344µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:25:13 Start: 2024-08-21T21:25:13+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 21:25:13 End: 2024-08-21T21:25:13+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 682.8µs
[GIN] 2024/08/21 - 21:25:13 | 200 | 682.8µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 21:25:14 Start: 2024-08-21T21:25:14+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3B2Nkl2Ibg1e4cZSkl202A4a2B2NkC"}
2024/08/21 21:25:14 End: 2024-08-21T21:25:14+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 362.4798ms
[GIN] 2024/08/21 - 21:25:14 | 200 | 362.4798ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:26:10 Start: 2024-08-21T21:26:10+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:26:10 End: 2024-08-21T21:26:10+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 886.5µs
[GIN] 2024/08/21 - 21:26:10 | 200 | 886.5µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:26:10 Start: 2024-08-21T21:26:10+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 21:26:10 End: 2024-08-21T21:26:10+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 691.2µs
[GIN] 2024/08/21 - 21:26:10 | 200 | 691.2µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 21:26:10 Start: 2024-08-21T21:26:10+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3KuE0w3F2vm33mvI2w3XKnId0KuE0X"}
2024/08/21 21:26:10 End: 2024-08-21T21:26:10+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 206.2948ms
[GIN] 2024/08/21 - 21:26:10 | 200 | 206.2948ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:26:18 Start: 2024-08-21T21:26:18+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:26:18 End: 2024-08-21T21:26:18+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.3822ms
[GIN] 2024/08/21 - 21:26:18 | 200 | 1.3822ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:26:19 Start: 2024-08-21T21:26:19+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 21:26:19 End: 2024-08-21T21:26:19+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 759.8µs
[GIN] 2024/08/21 - 21:26:19 | 200 | 759.8µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 21:26:19 Start: 2024-08-21T21:26:19+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3J6Nkl2Jeg1e4zAyml2A650W0J6NkN"}
2024/08/21 21:26:19 End: 2024-08-21T21:26:19+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 208.7884ms
[GIN] 2024/08/21 - 21:26:19 | 200 | 208.7884ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:26:51 Start: 2024-08-21T21:26:51+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 21:26:51 End: 2024-08-21T21:26:51+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.1861ms
[GIN] 2024/08/21 - 21:26:51 | 200 | 1.1861ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 21:26:51 Start: 2024-08-21T21:26:51+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 21:26:51 End: 2024-08-21T21:26:51+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 81.6135ms
[GIN] 2024/08/21 - 21:26:51 | 200 | 81.6135ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 21:26:52 Start: 2024-08-21T21:26:52+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 21:26:52 End: 2024-08-21T21:26:52+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 4.1983ms
[GIN] 2024/08/21 - 21:26:52 | 200 | 4.8907ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:26:54 Start: 2024-08-21T21:26:54+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, GET params: map[feature:[shoujiheyan] is_case:[true]], Body:
2024/08/21 21:26:54 查询示例记录错误Invalid feature
2024/08/21 21:26:54 End: 2024-08-21T21:26:54+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, Status: 200, Latency: 2.0044ms
[GIN] 2024/08/21 - 21:26:54 | 200 | 3.0006ms | 127.0.0.1 | GET "/api/car/get_query?feature=shoujiheyan&is_case=true"
2024/08/21 21:27:34 Start: 2024-08-21T21:27:34+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:27:34 End: 2024-08-21T21:27:34+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 385.4µs
[GIN] 2024/08/21 - 21:27:34 | 200 | 385.4µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:27:35 Start: 2024-08-21T21:27:35+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, GET params: map[feature:[shoujiheyan] is_case:[true]], Body:
2024/08/21 21:27:35 End: 2024-08-21T21:27:35+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, Status: 401, Latency: 760.6µs
[GIN] 2024/08/21 - 21:27:35 | 401 | 760.6µs | 127.0.0.1 | GET "/api/car/get_query?feature=shoujiheyan&is_case=true"
2024/08/21 21:27:35 Start: 2024-08-21T21:27:35+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3bJt1w33Bzk33Ixo0w3mDdtd2bJt1E"}
2024/08/21 21:27:35 End: 2024-08-21T21:27:35+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 274.3773ms
[GIN] 2024/08/21 - 21:27:35 | 200 | 274.3773ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:31:33 Start: 2024-08-21T21:31:33+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, GET params: map[feature:[shoujiheyan] is_case:[true]], Body:
2024/08/21 21:31:33 查询示例记录错误Invalid feature
2024/08/21 21:31:33 End: 2024-08-21T21:31:33+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, Status: 200, Latency: 503.8µs
[GIN] 2024/08/21 - 21:31:33 | 200 | 503.8µs | 127.0.0.1 | GET "/api/car/get_query?feature=shoujiheyan&is_case=true"
2024/08/21 21:31:38 Start: 2024-08-21T21:31:38+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/21 21:31:38 End: 2024-08-21T21:31:38+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.1569ms
[GIN] 2024/08/21 - 21:31:38 | 200 | 1.1569ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/21 21:31:38 Start: 2024-08-21T21:31:38+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, GET params: map[feature:[shoujiheyan] is_case:[true]], Body:
2024/08/21 21:31:38 查询示例记录错误Invalid feature
2024/08/21 21:31:38 End: 2024-08-21T21:31:38+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, Status: 200, Latency: 285.3µs
[GIN] 2024/08/21 - 21:31:38 | 200 | 285.3µs | 127.0.0.1 | GET "/api/car/get_query?feature=shoujiheyan&is_case=true"
2024/08/21 21:31:38 Start: 2024-08-21T21:31:38+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3l8uFa1wDh1I0M7UIa1Op7ay0l8uFQ"}
2024/08/21 21:31:39 End: 2024-08-21T21:31:39+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 282.1579ms
[GIN] 2024/08/21 - 21:31:39 | 200 | 282.1579ms | 127.0.0.1 | POST "/api/user/login"
2024/08/21 21:31:47 Start: 2024-08-21T21:31:47+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/21 21:31:47 End: 2024-08-21T21:31:47+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0639ms
[GIN] 2024/08/21 - 21:31:47 | 200 | 1.0639ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/21 21:31:48 Start: 2024-08-21T21:31:48+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 21:31:48 End: 2024-08-21T21:31:48+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.0725ms
[GIN] 2024/08/21 - 21:31:48 | 200 | 1.0725ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 21:31:48 Start: 2024-08-21T21:31:48+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 21:31:48 End: 2024-08-21T21:31:48+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 704.1µs
[GIN] 2024/08/21 - 21:31:48 | 200 | 704.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 21:31:49 Start: 2024-08-21T21:31:49+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 21:31:49 End: 2024-08-21T21:31:49+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 925.3µs
[GIN] 2024/08/21 - 21:31:49 | 200 | 925.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:31:50 Start: 2024-08-21T21:31:50+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, GET params: map[feature:[shoujiheyan] is_case:[true]], Body:
2024/08/21 21:31:50 查询示例记录错误Invalid feature
2024/08/21 21:31:50 End: 2024-08-21T21:31:50+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, Status: 200, Latency: 357.7µs
[GIN] 2024/08/21 - 21:31:50 | 200 | 357.7µs | 127.0.0.1 | GET "/api/car/get_query?feature=shoujiheyan&is_case=true"
2024/08/21 21:32:04 Start: 2024-08-21T21:32:04+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/21 21:32:04 Start: 2024-08-21T21:32:04+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/21 21:32:04 End: 2024-08-21T21:32:04+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 501µs
[GIN] 2024/08/21 - 21:32:04 | 200 | 501µs | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/21 21:32:04 End: 2024-08-21T21:32:04+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 505.8µs
[GIN] 2024/08/21 - 21:32:04 | 200 | 1.0068ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/21 21:32:08 Start: 2024-08-21T21:32:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/21 21:32:08 End: 2024-08-21T21:32:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 659.7µs
[GIN] 2024/08/21 - 21:32:08 | 200 | 659.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/21 21:32:12 Start: 2024-08-21T21:32:12+08:00, Method: GET, URL: /api/product/product_notes?product_name=jinengzigezhengshu, GET params: map[product_name:[jinengzigezhengshu]], Body:
2024/08/21 21:32:12 End: 2024-08-21T21:32:12+08:00, Method: GET, URL: /api/product/product_notes?product_name=jinengzigezhengshu, Status: 200, Latency: 1.1244ms
[GIN] 2024/08/21 - 21:32:12 | 200 | 1.1244ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=jinengzigezhengshu"
2024/08/21 21:32:15 Start: 2024-08-21T21:32:15+08:00, Method: GET, URL: /api/product/product_notes?product_name=shenfenzhengheyan, GET params: map[product_name:[shenfenzhengheyan]], Body:
2024/08/21 21:32:15 End: 2024-08-21T21:32:15+08:00, Method: GET, URL: /api/product/product_notes?product_name=shenfenzhengheyan, Status: 200, Latency: 1.443ms
[GIN] 2024/08/21 - 21:32:15 | 200 | 1.443ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shenfenzhengheyan"
2024/08/22 10:47:22 Start: 2024-08-22T10:47:22+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/22 10:47:22 End: 2024-08-22T10:47:22+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 4.446ms
[GIN] 2024/08/22 - 10:47:22 | 200 | 4.866ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/22 10:47:22 Start: 2024-08-22T10:47:22+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/22 10:47:22 End: 2024-08-22T10:47:22+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.2104ms
[GIN] 2024/08/22 - 10:47:22 | 200 | 1.2104ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/22 10:48:06 Start: 2024-08-22T10:48:06+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 10:48:06 End: 2024-08-22T10:48:06+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2318ms
[GIN] 2024/08/22 - 10:48:06 | 200 | 1.2318ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 10:48:06 Start: 2024-08-22T10:48:06+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/22 10:48:06 End: 2024-08-22T10:48:06+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 634.1µs
[GIN] 2024/08/22 - 10:48:06 | 200 | 634.1µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/22 10:48:06 Start: 2024-08-22T10:48:06+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3OA3200ieEFS1KAi100sRgtT2OA32V"}
2024/08/22 10:48:07 End: 2024-08-22T10:48:07+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 336.9783ms
[GIN] 2024/08/22 - 10:48:07 | 200 | 337.4981ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 10:48:23 Start: 2024-08-22T10:48:23+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 10:48:23 End: 2024-08-22T10:48:23+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0681ms
[GIN] 2024/08/22 - 10:48:23 | 200 | 1.0681ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 10:48:23 Start: 2024-08-22T10:48:23+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, GET params: map[feature:[shoujiheyan] is_case:[true]], Body:
2024/08/22 10:48:23 查询示例记录错误Invalid feature
2024/08/22 10:48:23 End: 2024-08-22T10:48:23+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, Status: 200, Latency: 923.6µs
[GIN] 2024/08/22 - 10:48:23 | 200 | 923.6µs | 127.0.0.1 | GET "/api/car/get_query?feature=shoujiheyan&is_case=true"
2024/08/22 10:48:24 Start: 2024-08-22T10:48:24+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3LmG000aetGS1VK24003IdBy1LmG09"}
2024/08/22 10:48:24 End: 2024-08-22T10:48:24+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 264.4088ms
[GIN] 2024/08/22 - 10:48:24 | 200 | 264.4088ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 10:48:25 Start: 2024-08-22T10:48:25+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 10:48:25 End: 2024-08-22T10:48:25+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 857.5µs
[GIN] 2024/08/22 - 10:48:25 | 200 | 857.5µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 10:48:25 Start: 2024-08-22T10:48:25+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/22 10:48:25 End: 2024-08-22T10:48:25+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 614.7µs
[GIN] 2024/08/22 - 10:48:25 | 200 | 614.7µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/22 10:48:26 Start: 2024-08-22T10:48:26+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3Qjp0007niHS1mBO200Cwm6w3Qjp0T"}
2024/08/22 10:48:26 End: 2024-08-22T10:48:26+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 198.4068ms
[GIN] 2024/08/22 - 10:48:26 | 200 | 198.4068ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 10:50:37 Start: 2024-08-22T10:50:37+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 10:50:37 End: 2024-08-22T10:50:37+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 808.4µs
[GIN] 2024/08/22 - 10:50:37 | 200 | 808.4µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 10:50:38 Start: 2024-08-22T10:50:38+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/22 10:50:38 End: 2024-08-22T10:50:38+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.493ms
[GIN] 2024/08/22 - 10:50:38 | 200 | 1.493ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/22 10:50:38 Start: 2024-08-22T10:50:38+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3b0Lkl2HQD1e4AK0ll2R7XbP0b0LkG"}
2024/08/22 10:50:38 End: 2024-08-22T10:50:38+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 309.7456ms
[GIN] 2024/08/22 - 10:50:38 | 200 | 309.7456ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 10:50:42 Start: 2024-08-22T10:50:42+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/22 10:50:42 End: 2024-08-22T10:50:42+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 280.4µs
[GIN] 2024/08/22 - 10:50:42 | 200 | 280.4µs | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/22 10:50:42 Start: 2024-08-22T10:50:42+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/22 10:50:42 End: 2024-08-22T10:50:42+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.2595ms
[GIN] 2024/08/22 - 10:50:42 | 200 | 1.2595ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/22 14:42:21 Start: 2024-08-22T14:42:21+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
2024/08/22 14:42:21 Start: 2024-08-22T14:42:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
2024/08/22 14:42:21 End: 2024-08-22T14:42:21+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 1.5734ms
[GIN] 2024/08/22 - 14:42:21 | 200 | 1.5734ms | 127.0.0.1 | GET "/api/render/get_car_index"
2024/08/22 14:42:21 End: 2024-08-22T14:42:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 7.7738ms
[GIN] 2024/08/22 - 14:42:21 | 200 | 7.7738ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
2024/08/22 14:43:38 Start: 2024-08-22T14:43:38+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 14:43:38 End: 2024-08-22T14:43:38+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 553.6µs
[GIN] 2024/08/22 - 14:43:38 | 200 | 553.6µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 14:43:39 Start: 2024-08-22T14:43:39+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 14:43:39 End: 2024-08-22T14:43:39+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.1721ms
[GIN] 2024/08/22 - 14:43:39 | 200 | 1.1721ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 14:43:39 Start: 2024-08-22T14:43:39+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/22 14:43:39 End: 2024-08-22T14:43:39+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 2.3841ms
[GIN] 2024/08/22 - 14:43:39 | 200 | 2.8878ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/22 14:43:40 Start: 2024-08-22T14:43:40+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f38IU000a8FGS1Ws1100FwHNS38IU0g"}
2024/08/22 14:43:40 End: 2024-08-22T14:43:40+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 343.0543ms
[GIN] 2024/08/22 - 14:43:40 | 200 | 343.0543ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 14:43:58 Start: 2024-08-22T14:43:58+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 14:43:58 End: 2024-08-22T14:43:58+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 462.3µs
[GIN] 2024/08/22 - 14:43:58 | 200 | 462.3µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 14:43:58 Start: 2024-08-22T14:43:58+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/22 14:43:58 End: 2024-08-22T14:43:58+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 426µs
[GIN] 2024/08/22 - 14:43:58 | 200 | 929.4µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/22 14:43:59 Start: 2024-08-22T14:43:59+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3Qzz0w38pHl33YYY3w3P858t4Qzz0a"}
2024/08/22 14:43:59 End: 2024-08-22T14:43:59+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 155.6892ms
[GIN] 2024/08/22 - 14:43:59 | 200 | 155.6892ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 14:44:04 Start: 2024-08-22T14:44:04+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 14:44:04 End: 2024-08-22T14:44:04+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 525.3µs
[GIN] 2024/08/22 - 14:44:04 | 200 | 525.3µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 14:44:04 Start: 2024-08-22T14:44:04+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/22 14:44:04 End: 2024-08-22T14:44:04+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 853.6µs
[GIN] 2024/08/22 - 14:44:04 | 200 | 853.6µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/22 14:44:04 Start: 2024-08-22T14:44:04+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3KPs100037GS1q9N000PfyMr1KPs10"}
2024/08/22 14:44:04 End: 2024-08-22T14:44:04+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 179.8047ms
[GIN] 2024/08/22 - 14:44:04 | 200 | 180.3179ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 16:49:40 Start: 2024-08-22T16:49:40+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 16:49:40 End: 2024-08-22T16:49:40+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 10.1411ms
[GIN] 2024/08/22 - 16:49:40 | 200 | 10.1411ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 16:49:59 Start: 2024-08-22T16:49:59+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 16:49:59 End: 2024-08-22T16:49:59+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 15.9097ms
[GIN] 2024/08/22 - 16:49:59 | 200 | 15.9097ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 16:50:03 Start: 2024-08-22T16:50:03+08:00, Method: GET, URL: /api/product/product_info?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
2024/08/22 16:50:03 End: 2024-08-22T16:50:03+08:00, Method: GET, URL: /api/product/product_info?product_name=evaluateMarriage, Status: 200, Latency: 1.2534ms
[GIN] 2024/08/22 - 16:50:03 | 200 | 1.2534ms | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
2024/08/22 16:50:41 Start: 2024-08-22T16:50:41+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 16:50:41 End: 2024-08-22T16:50:41+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.4513ms
[GIN] 2024/08/22 - 16:50:41 | 200 | 1.4513ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 16:50:42 Start: 2024-08-22T16:50:42+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 16:50:42 End: 2024-08-22T16:50:42+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 244.5µs
[GIN] 2024/08/22 - 16:50:42 | 200 | 244.5µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 16:50:43 Start: 2024-08-22T16:50:43+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/22 16:50:43 End: 2024-08-22T16:50:43+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1673ms
[GIN] 2024/08/22 - 16:50:43 | 200 | 1.1673ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/22 16:51:35 Start: 2024-08-22T16:51:35+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 16:51:35 End: 2024-08-22T16:51:35+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.3538ms
[GIN] 2024/08/22 - 16:51:35 | 200 | 1.3538ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 16:51:36 Start: 2024-08-22T16:51:36+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/22 16:51:36 End: 2024-08-22T16:51:36+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.5071ms
[GIN] 2024/08/22 - 16:51:36 | 200 | 1.5071ms | 127.0.0.1 | GET "/api/render/get_index"
2024/08/22 16:53:09 Start: 2024-08-22T16:53:09+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 16:53:09 End: 2024-08-22T16:53:09+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.2504ms
[GIN] 2024/08/22 - 16:53:09 | 200 | 2.4645ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 16:53:16 Start: 2024-08-22T16:53:16+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 16:53:16 End: 2024-08-22T16:53:16+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 615.6µs
[GIN] 2024/08/22 - 16:53:16 | 200 | 615.6µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 17:47:21 Start: 2024-08-22T17:47:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=justiceLawsuit, GET params: map[product_name:[justiceLawsuit]], Body:
2024/08/22 17:47:21 End: 2024-08-22T17:47:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=justiceLawsuit, Status: 200, Latency: 1.3273ms
[GIN] 2024/08/22 - 17:47:21 | 200 | 1.3273ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=justiceLawsuit"
2024/08/22 18:27:59 Start: 2024-08-22T18:27:59+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/22 18:27:59 End: 2024-08-22T18:27:59+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.0281ms
[GIN] 2024/08/22 - 18:27:59 | 200 | 2.0364ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/22 18:27:59 Start: 2024-08-22T18:27:59+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/22 18:27:59 End: 2024-08-22T18:27:59+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.7575ms
[GIN] 2024/08/22 - 18:27:59 | 200 | 1.7575ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/22 18:30:45 Start: 2024-08-22T18:30:45+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 18:30:45 End: 2024-08-22T18:30:45+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 201.7µs
[GIN] 2024/08/22 - 18:30:45 | 200 | 201.7µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 18:30:45 Start: 2024-08-22T18:30:45+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/22 18:30:45 End: 2024-08-22T18:30:45+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 275.7µs
[GIN] 2024/08/22 - 18:30:45 | 200 | 275.7µs | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/22 18:30:45 Start: 2024-08-22T18:30:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/22 18:30:45 End: 2024-08-22T18:30:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.4154ms
[GIN] 2024/08/22 - 18:30:45 | 200 | 1.4154ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/22 18:30:45 Start: 2024-08-22T18:30:45+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c37pN0w36aBl33djB2w3zK00W07pN0e"}
2024/08/22 18:30:45 End: 2024-08-22T18:30:45+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 322.7809ms
[GIN] 2024/08/22 - 18:30:45 | 200 | 322.7809ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 18:30:59 Start: 2024-08-22T18:30:59+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 18:30:59 End: 2024-08-22T18:30:59+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 647.6µs
[GIN] 2024/08/22 - 18:30:59 | 200 | 647.6µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 18:30:59 Start: 2024-08-22T18:30:59+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/22 18:30:59 End: 2024-08-22T18:30:59+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 741.1µs
[GIN] 2024/08/22 - 18:30:59 | 200 | 741.1µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/22 18:30:59 Start: 2024-08-22T18:30:59+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3rwR0006UhGS10Dm1009wmsn4rwR0n"}
2024/08/22 18:30:59 End: 2024-08-22T18:30:59+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 258.9196ms
[GIN] 2024/08/22 - 18:30:59 | 200 | 258.9196ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 18:31:44 Start: 2024-08-22T18:31:44+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 18:31:44 End: 2024-08-22T18:31:44+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 159.7µs
[GIN] 2024/08/22 - 18:31:44 | 200 | 159.7µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 18:31:44 Start: 2024-08-22T18:31:44+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/22 18:31:44 End: 2024-08-22T18:31:44+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 368µs
[GIN] 2024/08/22 - 18:31:44 | 200 | 368µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/22 18:31:45 Start: 2024-08-22T18:31:45+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3Nmf0w3eM9m33fxe0w35b6JY1Nmf0W"}
2024/08/22 18:31:45 End: 2024-08-22T18:31:45+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 216.2985ms
[GIN] 2024/08/22 - 18:31:45 | 200 | 216.2985ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 18:31:46 Start: 2024-08-22T18:31:46+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/22 18:31:46 End: 2024-08-22T18:31:46+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 463.7µs
[GIN] 2024/08/22 - 18:31:46 | 200 | 463.7µs | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/22 18:31:46 Start: 2024-08-22T18:31:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/22 18:31:46 End: 2024-08-22T18:31:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 1.1768ms
[GIN] 2024/08/22 - 18:31:46 | 200 | 1.1768ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/22 18:32:03 Start: 2024-08-22T18:32:03+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 18:32:03 End: 2024-08-22T18:32:03+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.1995ms
[GIN] 2024/08/22 - 18:32:03 | 200 | 2.1995ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 18:32:03 Start: 2024-08-22T18:32:03+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/22 18:32:03 Start: 2024-08-22T18:32:03+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/22 18:32:03 End: 2024-08-22T18:32:03+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 368.5µs
[GIN] 2024/08/22 - 18:32:03 | 200 | 876.3µs | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/22 18:32:03 End: 2024-08-22T18:32:03+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 507.8µs
[GIN] 2024/08/22 - 18:32:03 | 200 | 507.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/22 18:32:03 Start: 2024-08-22T18:32:03+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f35ZIGa1oVq0I0MqUHa1LXTAy15ZIG7"}
2024/08/22 18:32:03 End: 2024-08-22T18:32:03+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 237.6617ms
[GIN] 2024/08/22 - 18:32:03 | 200 | 237.6617ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 18:32:49 Start: 2024-08-22T18:32:49+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
2024/08/22 18:32:49 End: 2024-08-22T18:32:49+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.3527ms
[GIN] 2024/08/22 - 18:32:49 | 200 | 1.3527ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/08/22 18:32:50 Start: 2024-08-22T18:32:50+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
2024/08/22 18:32:50 End: 2024-08-22T18:32:50+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 508.7µs
[GIN] 2024/08/22 - 18:32:50 | 200 | 508.7µs | 127.0.0.1 | GET "/api/render/get_index"
2024/08/22 18:32:50 Start: 2024-08-22T18:32:50+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3450Ha1WQ90I0EYGJa1SZ8yh1450H4"}
2024/08/22 18:32:50 End: 2024-08-22T18:32:50+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 215.5182ms
[GIN] 2024/08/22 - 18:32:50 | 200 | 216.0502ms | 127.0.0.1 | POST "/api/user/login"
2024/08/22 18:33:34 Start: 2024-08-22T18:33:34+08:00, Method: GET, URL: /api/render/get_verify_index, GET params: map[], Body:
2024/08/22 18:33:34 Start: 2024-08-22T18:33:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, GET params: map[product_name:[verify]], Body:
2024/08/22 18:33:34 End: 2024-08-22T18:33:34+08:00, Method: GET, URL: /api/render/get_verify_index, Status: 200, Latency: 1.3206ms
[GIN] 2024/08/22 - 18:33:34 | 200 | 1.3206ms | 127.0.0.1 | GET "/api/render/get_verify_index"
2024/08/22 18:33:34 End: 2024-08-22T18:33:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=verify, Status: 200, Latency: 509.2µs
[GIN] 2024/08/22 - 18:33:34 | 200 | 509.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=verify"
2024/08/22 18:33:43 Start: 2024-08-22T18:33:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/22 18:33:43 End: 2024-08-22T18:33:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 671.9µs
[GIN] 2024/08/22 - 18:33:43 | 200 | 671.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/22 18:33:45 Start: 2024-08-22T18:33:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=shenfenzhengheyan, GET params: map[product_name:[shenfenzhengheyan]], Body:
2024/08/22 18:33:45 End: 2024-08-22T18:33:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=shenfenzhengheyan, Status: 200, Latency: 1.2119ms
[GIN] 2024/08/22 - 18:33:45 | 200 | 1.2119ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shenfenzhengheyan"
2024/08/22 18:33:46 Start: 2024-08-22T18:33:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/22 18:33:46 End: 2024-08-22T18:33:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 756.1µs
[GIN] 2024/08/22 - 18:33:46 | 200 | 756.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"
2024/08/22 18:33:47 Start: 2024-08-22T18:33:47+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, GET params: map[feature:[shoujiheyan] is_case:[true]], Body:
2024/08/22 18:33:47 查询示例记录错误Invalid feature
2024/08/22 18:33:47 End: 2024-08-22T18:33:47+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, Status: 200, Latency: 587.9µs
[GIN] 2024/08/22 - 18:33:47 | 200 | 587.9µs | 127.0.0.1 | GET "/api/car/get_query?feature=shoujiheyan&is_case=true"
2024/08/22 18:43:22 Start: 2024-08-22T18:43:22+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, GET params: map[feature:[shoujiheyan] is_case:[true]], Body:
2024/08/22 18:43:22 查询示例记录错误Invalid feature
2024/08/22 18:43:22 End: 2024-08-22T18:43:22+08:00, Method: GET, URL: /api/car/get_query?feature=shoujiheyan&is_case=true, Status: 200, Latency: 0s
[GIN] 2024/08/22 - 18:43:22 | 200 | 0s | 127.0.0.1 | GET "/api/car/get_query?feature=shoujiheyan&is_case=true"
2024/08/22 20:10:08 Start: 2024-08-22T20:10:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, GET params: map[product_name:[shoujiheyan]], Body:
2024/08/22 20:10:08 End: 2024-08-22T20:10:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=shoujiheyan, Status: 200, Latency: 2.409ms
[GIN] 2024/08/22 - 20:10:08 | 200 | 2.409ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=shoujiheyan"