2193 lines
261 KiB
Plaintext
2193 lines
261 KiB
Plaintext
[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 --> tyc-server/api.(*User).Test-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
|
|
[GIN-debug] POST /api/lawsuitQuery/query_v2 --> tyc-server/api.(*LawsuitQuery).queryListV2-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (4 handlers)
|
|
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/get_query_cache --> tyc-server/api.(*Pay).GetQueryCache-fm (5 handlers)
|
|
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
|
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
|
|
2024/08/05 18:18: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/05 18:33:29 Start: 2024-08-05T18:33:29+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 18:33:29 End: 2024-08-05T18:33:29+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0361ms
|
|
[GIN] 2024/08/05 - 18:33:29 | 200 | 1.0361ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 18:33:29 Start: 2024-08-05T18:33:29+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 18:33:29 End: 2024-08-05T18:33:29+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 14.9859ms
|
|
[GIN] 2024/08/05 - 18:33:29 | 200 | 14.9859ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 18:33:30 Start: 2024-08-05T18:33:30+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3txO100nprCS1Vgi2007tGNt3txO1o"}
|
|
2024/08/05 18:33:30 End: 2024-08-05T18:33:30+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 346.8053ms
|
|
[GIN] 2024/08/05 - 18:33:30 | 200 | 346.8053ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 18:33:32 Start: 2024-08-05T18:33:32+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 18:33:32 End: 2024-08-05T18:33:32+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.5034ms
|
|
[GIN] 2024/08/05 - 18:33:32 | 200 | 1.5034ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 18:34:15 Start: 2024-08-05T18:34:15+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 18:34:15 End: 2024-08-05T18:34:15+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.6072ms
|
|
[GIN] 2024/08/05 - 18:34:15 | 200 | 1.6072ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 18:34:15 Start: 2024-08-05T18:34:15+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 18:34:15 End: 2024-08-05T18:34:15+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 712.1µs
|
|
[GIN] 2024/08/05 - 18:34:15 | 200 | 1.2207ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 18:34:16 Start: 2024-08-05T18:34:16+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3n8aml20JMWd4js6ml2pydEq1n8aml"}
|
|
2024/08/05 18:34:16 End: 2024-08-05T18:34:16+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 217.1489ms
|
|
[GIN] 2024/08/05 - 18:34:16 | 200 | 217.1489ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 18:34:17 Start: 2024-08-05T18:34:17+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 18:34:17 End: 2024-08-05T18:34:17+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 803.2µs
|
|
[GIN] 2024/08/05 - 18:34:17 | 200 | 803.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 18:34:24 Start: 2024-08-05T18:34:24+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 18:34:24 End: 2024-08-05T18:34:24+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 385µs
|
|
[GIN] 2024/08/05 - 18:34:24 | 200 | 385µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 18:34:24 Start: 2024-08-05T18:34:24+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 18:34:24 End: 2024-08-05T18:34:24+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1749ms
|
|
[GIN] 2024/08/05 - 18:34:24 | 200 | 1.1749ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 18:34:24 Start: 2024-08-05T18:34:24+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3T5Tll2mFvWd46Pqol2DWvva3T5TlM"}
|
|
2024/08/05 18:34:24 End: 2024-08-05T18:34:24+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 206.1033ms
|
|
[GIN] 2024/08/05 - 18:34:24 | 200 | 206.1033ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 18:34:51 Start: 2024-08-05T18:34:51+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 18:34:51 End: 2024-08-05T18:34:51+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.3636ms
|
|
[GIN] 2024/08/05 - 18:34:51 | 200 | 1.3636ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 18:35:45 Start: 2024-08-05T18:35:45+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 18:35:45 End: 2024-08-05T18:35:45+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 701.1µs
|
|
[GIN] 2024/08/05 - 18:35:45 | 200 | 1.2051ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 18:35:45 Start: 2024-08-05T18:35:45+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 18:35:45 End: 2024-08-05T18:35:45+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0658ms
|
|
[GIN] 2024/08/05 - 18:35:45 | 200 | 1.0658ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 18:35:45 Start: 2024-08-05T18:35:45+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3mGtFa1uDtVH0z21Ja10adzm2mGtFU"}
|
|
2024/08/05 18:35:46 End: 2024-08-05T18:35:46+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 263.9727ms
|
|
[GIN] 2024/08/05 - 18:35:46 | 200 | 263.9727ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 18:35:46 Start: 2024-08-05T18:35:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 18:35:46 End: 2024-08-05T18:35:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 784.8µs
|
|
[GIN] 2024/08/05 - 18:35:46 | 200 | 784.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:09:26 Start: 2024-08-05T19:09:26+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:09:26 End: 2024-08-05T19:09:26+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.2265ms
|
|
[GIN] 2024/08/05 - 19:09:26 | 200 | 1.2265ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:13:07 Start: 2024-08-05T19:13:07+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:13:07 End: 2024-08-05T19:13:07+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 602.4µs
|
|
[GIN] 2024/08/05 - 19:13:07 | 200 | 602.4µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:13:08 Start: 2024-08-05T19:13:08+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:13:08 End: 2024-08-05T19:13:08+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 320.7µs
|
|
[GIN] 2024/08/05 - 19:13:08 | 200 | 825.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:13:08 Start: 2024-08-05T19:13:08+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3kvcml2xrKWd4I4oll2E4ORA1kvcmc"}
|
|
2024/08/05 19:13:08 End: 2024-08-05T19:13:08+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 287.823ms
|
|
[GIN] 2024/08/05 - 19:13:08 | 200 | 287.823ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:14:16 Start: 2024-08-05T19:14:16+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:14:16 End: 2024-08-05T19:14:16+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 97.8µs
|
|
[GIN] 2024/08/05 - 19:14:16 | 200 | 97.8µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:14:16 Start: 2024-08-05T19:14:16+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:14:16 End: 2024-08-05T19:14:16+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.5486ms
|
|
[GIN] 2024/08/05 - 19:14:16 | 200 | 1.5486ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:14:16 Start: 2024-08-05T19:14:16+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3Dzcml2wgKWd4aYVol2f2t1Y2DzcmX"}
|
|
2024/08/05 19:14:16 End: 2024-08-05T19:14:16+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 331.6573ms
|
|
[GIN] 2024/08/05 - 19:14:16 | 200 | 331.6573ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:14:30 Start: 2024-08-05T19:14:30+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:14:30 End: 2024-08-05T19:14:30+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 504.5µs
|
|
[GIN] 2024/08/05 - 19:14:30 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:14:30 Start: 2024-08-05T19:14:30+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:14:30 End: 2024-08-05T19:14:30+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 459.7µs
|
|
[GIN] 2024/08/05 - 19:14:30 | 200 | 459.7µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:14:31 Start: 2024-08-05T19:14:31+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3vxVll2petWd4RU9ml2r4rIp4vxVlY"}
|
|
2024/08/05 19:14:31 End: 2024-08-05T19:14:31+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 185.8353ms
|
|
[GIN] 2024/08/05 - 19:14:31 | 200 | 185.8353ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:14:35 Start: 2024-08-05T19:14:35+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:14:35 End: 2024-08-05T19:14:35+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 640.9µs
|
|
[GIN] 2024/08/05 - 19:14:35 | 200 | 640.9µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:14:36 Start: 2024-08-05T19:14:36+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:14:36 End: 2024-08-05T19:14:36+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 729.6µs
|
|
[GIN] 2024/08/05 - 19:14:36 | 200 | 729.6µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:14:36 Start: 2024-08-05T19:14:36+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3c3wFa1v8rVH0NC6Ha1irpv30c3wFh"}
|
|
2024/08/05 19:14:36 End: 2024-08-05T19:14:36+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 188.0901ms
|
|
[GIN] 2024/08/05 - 19:14:36 | 200 | 188.0901ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:14:38 Start: 2024-08-05T19:14:38+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
|
|
2024/08/05 19:14:38 End: 2024-08-05T19:14:38+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 1.3719ms
|
|
[GIN] 2024/08/05 - 19:14:38 | 200 | 1.3719ms | 127.0.0.1 | GET "/api/render/get_car_index"
|
|
2024/08/05 19:14:38 Start: 2024-08-05T19:14:38+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
|
|
2024/08/05 19:14:38 End: 2024-08-05T19:14:38+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 944.6µs
|
|
[GIN] 2024/08/05 - 19:14:38 | 200 | 944.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
|
|
2024/08/05 19:14:40 Start: 2024-08-05T19:14:40+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, GET params: map[product_name:[antiFraud]], Body:
|
|
2024/08/05 19:14:40 End: 2024-08-05T19:14:40+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, Status: 200, Latency: 1.2508ms
|
|
[GIN] 2024/08/05 - 19:14:40 | 200 | 1.2508ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud"
|
|
2024/08/05 19:14:42 Start: 2024-08-05T19:14:42+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:14:42 End: 2024-08-05T19:14:42+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.4785ms
|
|
[GIN] 2024/08/05 - 19:14:42 | 200 | 1.4785ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:16:40 Start: 2024-08-05T19:16:40+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:16:40 End: 2024-08-05T19:16:40+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.4851ms
|
|
[GIN] 2024/08/05 - 19:16:40 | 200 | 1.4851ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:16:40 Start: 2024-08-05T19:16:40+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:16:40 End: 2024-08-05T19:16:40+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.9741ms
|
|
[GIN] 2024/08/05 - 19:16:40 | 200 | 2.4866ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:16:40 Start: 2024-08-05T19:16:40+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f33M80w3EPag33fBz2w39otti33M801"}
|
|
2024/08/05 19:16:40 End: 2024-08-05T19:16:40+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 287.4044ms
|
|
[GIN] 2024/08/05 - 19:16:40 | 200 | 287.4044ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:16:43 Start: 2024-08-05T19:16:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:16:43 End: 2024-08-05T19:16:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.8656ms
|
|
[GIN] 2024/08/05 - 19:16:43 | 200 | 1.8656ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:17:20 Start: 2024-08-05T19:17:20+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:17:20 End: 2024-08-05T19:17:20+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 901.6µs
|
|
[GIN] 2024/08/05 - 19:17:20 | 200 | 901.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:17:20 Start: 2024-08-05T19:17:20+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:17:20 End: 2024-08-05T19:17:20+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.2286ms
|
|
[GIN] 2024/08/05 - 19:17:20 | 200 | 1.2286ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:17:20 Start: 2024-08-05T19:17:20+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3AgNFa1RkPVH0thGJa12uAo93AgNF4"}
|
|
2024/08/05 19:17:21 End: 2024-08-05T19:17:21+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 201.1116ms
|
|
[GIN] 2024/08/05 - 19:17:21 | 200 | 201.1116ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:17:22 Start: 2024-08-05T19:17:22+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:17:22 End: 2024-08-05T19:17:22+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 674.2µs
|
|
[GIN] 2024/08/05 - 19:17:22 | 200 | 1.1779ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:23:29 Start: 2024-08-05T19:23:29+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:23:29 End: 2024-08-05T19:23:29+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 505µs
|
|
[GIN] 2024/08/05 - 19:23:29 | 200 | 963.3µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:23:29 Start: 2024-08-05T19:23:29+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:23:29 End: 2024-08-05T19:23:29+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 898.6µs
|
|
[GIN] 2024/08/05 - 19:23:29 | 200 | 898.6µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:23:30 Start: 2024-08-05T19:23:30+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3RDNFa1qZOVH0bdpFa1D7fAh1RDNF8"}
|
|
2024/08/05 19:23:30 End: 2024-08-05T19:23:30+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 266.8262ms
|
|
[GIN] 2024/08/05 - 19:23:30 | 200 | 266.8262ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:23:36 Start: 2024-08-05T19:23:36+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:23:36 End: 2024-08-05T19:23:36+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 0s
|
|
[GIN] 2024/08/05 - 19:23:36 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:23:36 Start: 2024-08-05T19:23:36+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:23:36 End: 2024-08-05T19:23:36+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 621.1µs
|
|
[GIN] 2024/08/05 - 19:23:36 | 200 | 621.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:23:36 Start: 2024-08-05T19:23:36+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3ux42w3tS5i335Oz3w3YVid10ux42p"}
|
|
2024/08/05 19:23:36 End: 2024-08-05T19:23:36+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 264.5108ms
|
|
[GIN] 2024/08/05 - 19:23:36 | 200 | 264.5108ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:26:18 Start: 2024-08-05T19:26:18+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:26:18 End: 2024-08-05T19:26:18+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 921.3µs
|
|
[GIN] 2024/08/05 - 19:26:18 | 200 | 921.3µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:26:18 Start: 2024-08-05T19:26:18+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:26:18 End: 2024-08-05T19:26:18+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 517.7µs
|
|
[GIN] 2024/08/05 - 19:26:18 | 200 | 1.0222ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:26:19 Start: 2024-08-05T19:26:19+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3277ll2KDLVd4uUOml2WglK04277la"}
|
|
2024/08/05 19:26:19 End: 2024-08-05T19:26:19+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 275.174ms
|
|
[GIN] 2024/08/05 - 19:26:19 | 200 | 275.174ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:26:20 Start: 2024-08-05T19:26:20+08:00, Method: GET, URL: /api/product/product_notes?product_name=loanEvaluation, GET params: map[product_name:[loanEvaluation]], Body:
|
|
2024/08/05 19:26:20 End: 2024-08-05T19:26:20+08:00, Method: GET, URL: /api/product/product_notes?product_name=loanEvaluation, Status: 200, Latency: 784.9µs
|
|
[GIN] 2024/08/05 - 19:26:20 | 200 | 784.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=loanEvaluation"
|
|
2024/08/05 19:26:21 Start: 2024-08-05T19:26:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:26:21 End: 2024-08-05T19:26:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 555.1µs
|
|
[GIN] 2024/08/05 - 19:26:21 | 200 | 555.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:27:06 Start: 2024-08-05T19:27:06+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:27:06 End: 2024-08-05T19:27:06+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 524.3µs
|
|
[GIN] 2024/08/05 - 19:27:06 | 200 | 524.3µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:27:07 Start: 2024-08-05T19:27:07+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:27:07 End: 2024-08-05T19:27:07+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 161.3µs
|
|
[GIN] 2024/08/05 - 19:27:07 | 200 | 669.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:27:07 Start: 2024-08-05T19:27:07+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3H6bHa1V3dXH0Q9cGa1jZZ1z2H6bHX"}
|
|
2024/08/05 19:27:07 End: 2024-08-05T19:27:07+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 187.4726ms
|
|
[GIN] 2024/08/05 - 19:27:07 | 200 | 187.4726ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:29:24 Start: 2024-08-05T19:29:24+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:29:24 End: 2024-08-05T19:29:24+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.056ms
|
|
[GIN] 2024/08/05 - 19:29:24 | 200 | 1.5628ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:29:24 Start: 2024-08-05T19:29:24+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:29:24 End: 2024-08-05T19:29:24+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 645.2µs
|
|
[GIN] 2024/08/05 - 19:29:24 | 200 | 645.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:29:24 Start: 2024-08-05T19:29:24+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3KN2100jZGBS1Zkw200G4WW31KN21d"}
|
|
2024/08/05 19:29:25 End: 2024-08-05T19:29:25+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 301.2029ms
|
|
[GIN] 2024/08/05 - 19:29:25 | 200 | 301.2029ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:29:32 Start: 2024-08-05T19:29:32+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:29:32 End: 2024-08-05T19:29:32+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 749.1µs
|
|
[GIN] 2024/08/05 - 19:29:32 | 200 | 749.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:32:25 Start: 2024-08-05T19:32:25+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:32:25 End: 2024-08-05T19:32:25+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 502.6µs
|
|
[GIN] 2024/08/05 - 19:32:25 | 200 | 502.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:32:25 Start: 2024-08-05T19:32:25+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:32:25 End: 2024-08-05T19:32:25+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 851.1µs
|
|
[GIN] 2024/08/05 - 19:32:25 | 200 | 851.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:32:25 Start: 2024-08-05T19:32:25+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d37WL000zJpBS1CMd400TRDAo47WL0u"}
|
|
2024/08/05 19:32:26 End: 2024-08-05T19:32:26+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 280.29ms
|
|
[GIN] 2024/08/05 - 19:32:26 | 200 | 280.29ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:33:00 Start: 2024-08-05T19:33:00+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:33:00 End: 2024-08-05T19:33:00+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 246.2µs
|
|
[GIN] 2024/08/05 - 19:33:00 | 200 | 749.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:33:01 Start: 2024-08-05T19:33:01+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:33:01 End: 2024-08-05T19:33:01+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 404.2µs
|
|
[GIN] 2024/08/05 - 19:33:01 | 200 | 404.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:33:01 Start: 2024-08-05T19:33:01+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3r4k100pOWBS1mpr300dcIN21r4k18"}
|
|
2024/08/05 19:33:01 End: 2024-08-05T19:33:01+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 183.329ms
|
|
[GIN] 2024/08/05 - 19:33:01 | 200 | 183.329ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:33:02 Start: 2024-08-05T19:33:02+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:33:02 End: 2024-08-05T19:33:02+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 844.4µs
|
|
[GIN] 2024/08/05 - 19:33:02 | 200 | 844.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:35:08 Start: 2024-08-05T19:35:08+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:35:08 End: 2024-08-05T19:35:08+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 368.6µs
|
|
[GIN] 2024/08/05 - 19:35:08 | 200 | 368.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:35:09 Start: 2024-08-05T19:35:09+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:35:09 End: 2024-08-05T19:35:09+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 610.5µs
|
|
[GIN] 2024/08/05 - 19:35:09 | 200 | 610.5µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:35:09 Start: 2024-08-05T19:35:09+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3vck100pYWBS1hek300TVzRA1vck14"}
|
|
2024/08/05 19:35:09 End: 2024-08-05T19:35:09+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 338.6255ms
|
|
[GIN] 2024/08/05 - 19:35:09 | 200 | 338.6255ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:35:10 Start: 2024-08-05T19:35:10+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:35:10 End: 2024-08-05T19:35:10+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.5276ms
|
|
[GIN] 2024/08/05 - 19:35:10 | 200 | 1.5276ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:37:55 Start: 2024-08-05T19:37:55+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:37:55 End: 2024-08-05T19:37:55+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 848.3µs
|
|
[GIN] 2024/08/05 - 19:37:55 | 200 | 848.3µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:37:55 Start: 2024-08-05T19:37:55+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:37:55 End: 2024-08-05T19:37:55+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 998.1µs
|
|
[GIN] 2024/08/05 - 19:37:55 | 200 | 998.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:37:55 Start: 2024-08-05T19:37:55+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a31YWll2tKzWd4MWDnl2VFOy231YWlO"}
|
|
2024/08/05 19:37:56 End: 2024-08-05T19:37:56+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 294.2309ms
|
|
[GIN] 2024/08/05 - 19:37:56 | 200 | 294.2309ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:37:58 Start: 2024-08-05T19:37:58+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:37:58 End: 2024-08-05T19:37:58+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 824µs
|
|
[GIN] 2024/08/05 - 19:37:58 | 200 | 824µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:38:31 Start: 2024-08-05T19:38:31+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:38:31 End: 2024-08-05T19:38:31+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 920.9µs
|
|
[GIN] 2024/08/05 - 19:38:31 | 200 | 920.9µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:38:32 Start: 2024-08-05T19:38:32+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:38:32 End: 2024-08-05T19:38:32+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 655.8µs
|
|
[GIN] 2024/08/05 - 19:38:32 | 200 | 655.8µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:38:32 Start: 2024-08-05T19:38:32+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3ade000jVQAS1Yrp200w3VqA0ade0V"}
|
|
2024/08/05 19:38:32 End: 2024-08-05T19:38:32+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 218.1747ms
|
|
[GIN] 2024/08/05 - 19:38:32 | 200 | 218.1747ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:38:34 Start: 2024-08-05T19:38:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:38:34 End: 2024-08-05T19:38:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.512ms
|
|
[GIN] 2024/08/05 - 19:38:34 | 200 | 1.512ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:39:24 Start: 2024-08-05T19:39:24+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:39:24 End: 2024-08-05T19:39:24+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 718.7µs
|
|
[GIN] 2024/08/05 - 19:39:24 | 200 | 718.7µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:39:24 Start: 2024-08-05T19:39:24+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:39:24 End: 2024-08-05T19:39:24+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.3045ms
|
|
[GIN] 2024/08/05 - 19:39:24 | 200 | 1.7601ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:39:24 Start: 2024-08-05T19:39:24+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3sge000P7RAS1IH6400WQ00M3sge0a"}
|
|
2024/08/05 19:39:25 End: 2024-08-05T19:39:25+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 260.904ms
|
|
[GIN] 2024/08/05 - 19:39:25 | 200 | 260.904ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:39:26 Start: 2024-08-05T19:39:26+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:39:26 End: 2024-08-05T19:39:26+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 746.4µs
|
|
[GIN] 2024/08/05 - 19:39:26 | 200 | 746.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:40:55 Start: 2024-08-05T19:40:55+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:40:55 End: 2024-08-05T19:40:55+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 64.3µs
|
|
[GIN] 2024/08/05 - 19:40:55 | 200 | 572.7µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:40:55 Start: 2024-08-05T19:40:55+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:40:55 End: 2024-08-05T19:40:55+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 523.8µs
|
|
[GIN] 2024/08/05 - 19:40:55 | 200 | 523.8µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:40:56 Start: 2024-08-05T19:40:56+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3Trg1w34ugh33K1R1w31RaS14Trg1J"}
|
|
2024/08/05 19:40:56 End: 2024-08-05T19:40:56+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 361.1768ms
|
|
[GIN] 2024/08/05 - 19:40:56 | 200 | 361.1768ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:40:57 Start: 2024-08-05T19:40:57+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:40:57 End: 2024-08-05T19:40:57+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 994.6µs
|
|
[GIN] 2024/08/05 - 19:40:57 | 200 | 994.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:42:03 Start: 2024-08-05T19:42:03+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:42:03 End: 2024-08-05T19:42:03+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 247.3µs
|
|
[GIN] 2024/08/05 - 19:42:03 | 200 | 247.3µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:42:03 Start: 2024-08-05T19:42:03+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:42:03 End: 2024-08-05T19:42:03+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 286µs
|
|
[GIN] 2024/08/05 - 19:42:03 | 200 | 792.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:42:04 Start: 2024-08-05T19:42:04+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3wtv000rg7BS1zN1100urdJJ3wtv08"}
|
|
2024/08/05 19:42:04 End: 2024-08-05T19:42:04+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 295.6093ms
|
|
[GIN] 2024/08/05 - 19:42:04 | 200 | 296.1237ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:42:05 Start: 2024-08-05T19:42:05+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:42:05 End: 2024-08-05T19:42:05+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.2549ms
|
|
[GIN] 2024/08/05 - 19:42:05 | 200 | 1.2549ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:47:38 Start: 2024-08-05T19:47:38+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:47:38 End: 2024-08-05T19:47:38+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 507.8µs
|
|
[GIN] 2024/08/05 - 19:47:38 | 200 | 507.8µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:47:38 Start: 2024-08-05T19:47:38+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:47:38 End: 2024-08-05T19:47:38+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 933µs
|
|
[GIN] 2024/08/05 - 19:47:38 | 200 | 933µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:47:39 Start: 2024-08-05T19:47:39+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3GU3100QDFBS17gV000QCwMh4GU31O"}
|
|
2024/08/05 19:47:39 End: 2024-08-05T19:47:39+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 292.8397ms
|
|
[GIN] 2024/08/05 - 19:47:39 | 200 | 292.8397ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:47:40 Start: 2024-08-05T19:47:40+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:47:40 End: 2024-08-05T19:47:40+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 4.1086ms
|
|
[GIN] 2024/08/05 - 19:47:40 | 200 | 4.1086ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:47:52 Start: 2024-08-05T19:47:52+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:47:52 End: 2024-08-05T19:47:52+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 966.1µs
|
|
[GIN] 2024/08/05 - 19:47:52 | 200 | 966.1µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:47:52 Start: 2024-08-05T19:47:52+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:47:52 End: 2024-08-05T19:47:52+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.3718ms
|
|
[GIN] 2024/08/05 - 19:47:52 | 200 | 1.3718ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:47:52 Start: 2024-08-05T19:47:52+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3ytpll2Ja1Wd4cAanl2awIv30ytplR"}
|
|
2024/08/05 19:47:52 End: 2024-08-05T19:47:52+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 223.4299ms
|
|
[GIN] 2024/08/05 - 19:47:52 | 200 | 223.4299ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:47:54 Start: 2024-08-05T19:47:54+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:47:54 End: 2024-08-05T19:47:54+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 0s
|
|
[GIN] 2024/08/05 - 19:47:54 | 200 | 1.3881ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:48:30 Start: 2024-08-05T19:48:30+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:48:30 End: 2024-08-05T19:48:30+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 840.1µs
|
|
[GIN] 2024/08/05 - 19:48:30 | 200 | 840.1µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:48:30 Start: 2024-08-05T19:48:30+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:48:30 End: 2024-08-05T19:48:30+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 483µs
|
|
[GIN] 2024/08/05 - 19:48:30 | 200 | 483µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:48:30 Start: 2024-08-05T19:48:30+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d38gI2007GjDS1TQG0006K5qe48gI2k"}
|
|
2024/08/05 19:48:30 End: 2024-08-05T19:48:30+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 250.9015ms
|
|
[GIN] 2024/08/05 - 19:48:30 | 200 | 250.9015ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:48:33 Start: 2024-08-05T19:48:33+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:48:33 End: 2024-08-05T19:48:33+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.2745ms
|
|
[GIN] 2024/08/05 - 19:48:33 | 200 | 1.2745ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:49:39 Start: 2024-08-05T19:49:39+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:49:39 End: 2024-08-05T19:49:39+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 338µs
|
|
[GIN] 2024/08/05 - 19:49:39 | 200 | 338µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:49:39 Start: 2024-08-05T19:49:39+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:49:39 End: 2024-08-05T19:49:39+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 999.7µs
|
|
[GIN] 2024/08/05 - 19:49:39 | 200 | 999.7µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:49:39 Start: 2024-08-05T19:49:39+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3OSI0w3uIHg337pW3w3aFOQZ1OSI0j"}
|
|
2024/08/05 19:49:40 End: 2024-08-05T19:49:40+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 318.8627ms
|
|
[GIN] 2024/08/05 - 19:49:40 | 200 | 318.8627ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:49:41 Start: 2024-08-05T19:49:41+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:49:41 End: 2024-08-05T19:49:41+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 881.1µs
|
|
[GIN] 2024/08/05 - 19:49:41 | 200 | 881.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:50:02 Start: 2024-08-05T19:50:02+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:50:02 End: 2024-08-05T19:50:02+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 227.7µs
|
|
[GIN] 2024/08/05 - 19:50:02 | 200 | 227.7µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:50:02 Start: 2024-08-05T19:50:02+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:50:02 End: 2024-08-05T19:50:02+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 300.2µs
|
|
[GIN] 2024/08/05 - 19:50:02 | 200 | 300.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:50:02 Start: 2024-08-05T19:50:02+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3fmnGa1u9mWH01a0Ia1nBncg3fmnGL"}
|
|
2024/08/05 19:50:02 End: 2024-08-05T19:50:02+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 194.7607ms
|
|
[GIN] 2024/08/05 - 19:50:02 | 200 | 194.7607ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:50:03 Start: 2024-08-05T19:50:03+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:50:03 End: 2024-08-05T19:50:03+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.0405ms
|
|
[GIN] 2024/08/05 - 19:50:03 | 200 | 1.0405ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:50:32 Start: 2024-08-05T19:50:32+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:50:32 End: 2024-08-05T19:50:32+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0343ms
|
|
[GIN] 2024/08/05 - 19:50:32 | 200 | 1.0343ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:50:32 Start: 2024-08-05T19:50:32+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:50:32 End: 2024-08-05T19:50:32+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 53µs
|
|
[GIN] 2024/08/05 - 19:50:32 | 200 | 53µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:50:33 Start: 2024-08-05T19:50:33+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3IbC100T6dCS1V6g200eNnts0IbC1Z"}
|
|
2024/08/05 19:50:33 End: 2024-08-05T19:50:33+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 200.1233ms
|
|
[GIN] 2024/08/05 - 19:50:33 | 200 | 200.1233ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:50:35 Start: 2024-08-05T19:50:35+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:50:35 End: 2024-08-05T19:50:35+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.6529ms
|
|
[GIN] 2024/08/05 - 19:50:35 | 200 | 1.6529ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:52:09 Start: 2024-08-05T19:52:09+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:52:09 End: 2024-08-05T19:52:09+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 564µs
|
|
[GIN] 2024/08/05 - 19:52:09 | 200 | 564µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:52:09 Start: 2024-08-05T19:52:09+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:52:09 End: 2024-08-05T19:52:09+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 337.3µs
|
|
[GIN] 2024/08/05 - 19:52:09 | 200 | 337.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:52:09 Start: 2024-08-05T19:52:09+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3Uqr200qg2DS1MLr100oLpju4Uqr2V"}
|
|
2024/08/05 19:52:10 End: 2024-08-05T19:52:10+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 301.9733ms
|
|
[GIN] 2024/08/05 - 19:52:10 | 200 | 301.9733ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:53:22 Start: 2024-08-05T19:53:22+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:53:22 End: 2024-08-05T19:53:22+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 213.3µs
|
|
[GIN] 2024/08/05 - 19:53:22 | 200 | 213.3µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:53:22 Start: 2024-08-05T19:53:22+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:53:22 End: 2024-08-05T19:53:22+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 81µs
|
|
[GIN] 2024/08/05 - 19:53:22 | 200 | 81µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:53:22 Start: 2024-08-05T19:53:22+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3LpyFa14LwVH03MSHa1Bpw9D1LpyFN"}
|
|
2024/08/05 19:53:22 End: 2024-08-05T19:53:22+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 332.1618ms
|
|
[GIN] 2024/08/05 - 19:53:22 | 200 | 332.1618ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:53:24 Start: 2024-08-05T19:53:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:53:24 End: 2024-08-05T19:53:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.1194ms
|
|
[GIN] 2024/08/05 - 19:53:24 | 200 | 1.1194ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:53:48 Start: 2024-08-05T19:53:48+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:53:48 End: 2024-08-05T19:53:48+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 769µs
|
|
[GIN] 2024/08/05 - 19:53:48 | 200 | 769µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:53:48 Start: 2024-08-05T19:53:48+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:53:48 End: 2024-08-05T19:53:48+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.3057ms
|
|
[GIN] 2024/08/05 - 19:53:48 | 200 | 1.3057ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:53:48 Start: 2024-08-05T19:53:48+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3quPFa1pHNVH0qnGHa10IFRK3quPFl"}
|
|
2024/08/05 19:53:49 End: 2024-08-05T19:53:49+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 199.1779ms
|
|
[GIN] 2024/08/05 - 19:53:49 | 200 | 199.1779ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:53:50 Start: 2024-08-05T19:53:50+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:53:50 End: 2024-08-05T19:53:50+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 522µs
|
|
[GIN] 2024/08/05 - 19:53:50 | 200 | 1.0526ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:54:28 Start: 2024-08-05T19:54:28+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:54:28 End: 2024-08-05T19:54:28+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 541.2µs
|
|
[GIN] 2024/08/05 - 19:54:28 | 200 | 541.2µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:54:28 Start: 2024-08-05T19:54:28+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:54:28 End: 2024-08-05T19:54:28+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 837.9µs
|
|
[GIN] 2024/08/05 - 19:54:28 | 200 | 837.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:54:29 Start: 2024-08-05T19:54:29+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3vhN000tJnBS1Gg3000jquoj0vhN0P"}
|
|
2024/08/05 19:54:29 End: 2024-08-05T19:54:29+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 235.093ms
|
|
[GIN] 2024/08/05 - 19:54:29 | 200 | 235.093ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:54:30 Start: 2024-08-05T19:54:30+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:54:30 End: 2024-08-05T19:54:30+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 955.3µs
|
|
[GIN] 2024/08/05 - 19:54:30 | 200 | 955.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:56:17 Start: 2024-08-05T19:56:17+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:56:17 End: 2024-08-05T19:56:17+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 804.8µs
|
|
[GIN] 2024/08/05 - 19:56:17 | 200 | 804.8µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:56:17 Start: 2024-08-05T19:56:17+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:56:17 End: 2024-08-05T19:56:17+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 471.2µs
|
|
[GIN] 2024/08/05 - 19:56:17 | 200 | 471.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:56:17 Start: 2024-08-05T19:56:17+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3ZScHa1fyaXH0b88Ia11R2IT0ZScHz"}
|
|
2024/08/05 19:56:18 End: 2024-08-05T19:56:18+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 413.2875ms
|
|
[GIN] 2024/08/05 - 19:56:18 | 200 | 413.2875ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:56:20 Start: 2024-08-05T19:56:20+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:56:20 End: 2024-08-05T19:56:20+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 664.3µs
|
|
[GIN] 2024/08/05 - 19:56:20 | 200 | 664.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:56:36 Start: 2024-08-05T19:56:36+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:56:36 End: 2024-08-05T19:56:36+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 358.2µs
|
|
[GIN] 2024/08/05 - 19:56:36 | 200 | 358.2µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:56:36 Start: 2024-08-05T19:56:36+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:56:36 End: 2024-08-05T19:56:36+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.288ms
|
|
[GIN] 2024/08/05 - 19:56:36 | 200 | 1.288ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:56:36 Start: 2024-08-05T19:56:36+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3Li4nl2KwEXd49f2ml2zRZH62Li4nV"}
|
|
2024/08/05 19:56:37 End: 2024-08-05T19:56:37+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 235.9041ms
|
|
[GIN] 2024/08/05 - 19:56:37 | 200 | 235.9041ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:56:38 Start: 2024-08-05T19:56:38+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:56:38 End: 2024-08-05T19:56:38+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 777.9µs
|
|
[GIN] 2024/08/05 - 19:56:38 | 200 | 777.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:56:59 Start: 2024-08-05T19:56:59+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:56:59 End: 2024-08-05T19:56:59+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 208.9µs
|
|
[GIN] 2024/08/05 - 19:56:59 | 200 | 208.9µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:56:59 Start: 2024-08-05T19:56:59+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:56:59 End: 2024-08-05T19:56:59+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 251.6µs
|
|
[GIN] 2024/08/05 - 19:56:59 | 200 | 251.6µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:57:00 Start: 2024-08-05T19:57:00+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a37AC100ANcCS19VP100rftL507AC16"}
|
|
2024/08/05 19:57:00 End: 2024-08-05T19:57:00+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 190.9679ms
|
|
[GIN] 2024/08/05 - 19:57:00 | 200 | 190.9679ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:57:04 Start: 2024-08-05T19:57:04+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:57:04 End: 2024-08-05T19:57:04+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 971.4µs
|
|
[GIN] 2024/08/05 - 19:57:04 | 200 | 971.4µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:57:04 Start: 2024-08-05T19:57:04+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:57:04 End: 2024-08-05T19:57:04+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 998µs
|
|
[GIN] 2024/08/05 - 19:57:04 | 200 | 998µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:57:04 Start: 2024-08-05T19:57:04+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3tewml2os6Xd4xUTnl2rWy1Y2tewmg"}
|
|
2024/08/05 19:57:05 End: 2024-08-05T19:57:05+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 237.0721ms
|
|
[GIN] 2024/08/05 - 19:57:05 | 200 | 237.0721ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:57:07 Start: 2024-08-05T19:57:07+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:57:07 End: 2024-08-05T19:57:07+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.1134ms
|
|
[GIN] 2024/08/05 - 19:57:07 | 200 | 1.1134ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:57:15 Start: 2024-08-05T19:57:15+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:57:15 End: 2024-08-05T19:57:15+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 912.2µs
|
|
[GIN] 2024/08/05 - 19:57:15 | 200 | 912.2µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:57:15 Start: 2024-08-05T19:57:15+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:57:15 End: 2024-08-05T19:57:15+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.5116ms
|
|
[GIN] 2024/08/05 - 19:57:15 | 200 | 1.5116ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:57:16 Start: 2024-08-05T19:57:16+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3vfb0w3cS8g33HhB0w3lp2yL2vfb0F"}
|
|
2024/08/05 19:57:16 End: 2024-08-05T19:57:16+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 206.6175ms
|
|
[GIN] 2024/08/05 - 19:57:16 | 200 | 206.6175ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:57:28 Start: 2024-08-05T19:57:28+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:57:28 End: 2024-08-05T19:57:28+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.5605ms
|
|
[GIN] 2024/08/05 - 19:57:28 | 200 | 1.5605ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:57:44 Start: 2024-08-05T19:57:44+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:57:44 End: 2024-08-05T19:57:44+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 847.6µs
|
|
[GIN] 2024/08/05 - 19:57:44 | 200 | 847.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:58:08 Start: 2024-08-05T19:58:08+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:58:08 End: 2024-08-05T19:58:08+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 383.3µs
|
|
[GIN] 2024/08/05 - 19:58:08 | 200 | 383.3µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:58:08 Start: 2024-08-05T19:58:08+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:58:08 End: 2024-08-05T19:58:08+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0346ms
|
|
[GIN] 2024/08/05 - 19:58:08 | 200 | 1.0346ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:58:09 Start: 2024-08-05T19:58:09+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3m39ll2MfJVd43vbml24peWs1m39l5"}
|
|
2024/08/05 19:58:09 End: 2024-08-05T19:58:09+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 232.3471ms
|
|
[GIN] 2024/08/05 - 19:58:09 | 200 | 232.3471ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:58:10 Start: 2024-08-05T19:58:10+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:58:10 End: 2024-08-05T19:58:10+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.5145ms
|
|
[GIN] 2024/08/05 - 19:58:10 | 200 | 1.5145ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:58:41 Start: 2024-08-05T19:58:41+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:58:41 End: 2024-08-05T19:58:41+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 932.9µs
|
|
[GIN] 2024/08/05 - 19:58:41 | 200 | 932.9µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:58:42 Start: 2024-08-05T19:58:42+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:58:42 End: 2024-08-05T19:58:42+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 14.6523ms
|
|
[GIN] 2024/08/05 - 19:58:42 | 200 | 14.6523ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:58:42 Start: 2024-08-05T19:58:42+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3ZSnGa1SulWH0zThHa1bQWWO2ZSnGD"}
|
|
2024/08/05 19:58:42 End: 2024-08-05T19:58:42+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 281.939ms
|
|
[GIN] 2024/08/05 - 19:58:42 | 200 | 281.939ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:58:43 Start: 2024-08-05T19:58:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:58:43 End: 2024-08-05T19:58:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.2478ms
|
|
[GIN] 2024/08/05 - 19:58:43 | 200 | 1.2478ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:59:06 Start: 2024-08-05T19:59:06+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:59:06 End: 2024-08-05T19:59:06+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 577µs
|
|
[GIN] 2024/08/05 - 19:59:06 | 200 | 577µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:59:06 Start: 2024-08-05T19:59:06+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:59:06 End: 2024-08-05T19:59:06+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.452ms
|
|
[GIN] 2024/08/05 - 19:59:06 | 200 | 1.452ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:59:07 Start: 2024-08-05T19:59:07+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3Yvw0000v6BS1yx8000mh3bZ2Yvw0C"}
|
|
2024/08/05 19:59:07 End: 2024-08-05T19:59:07+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 198.1241ms
|
|
[GIN] 2024/08/05 - 19:59:07 | 200 | 198.1241ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 19:59:08 Start: 2024-08-05T19:59:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 19:59:08 End: 2024-08-05T19:59:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.1446ms
|
|
[GIN] 2024/08/05 - 19:59:08 | 200 | 1.1446ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 19:59:33 Start: 2024-08-05T19:59:33+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 19:59:33 End: 2024-08-05T19:59:33+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 330.5µs
|
|
[GIN] 2024/08/05 - 19:59:33 | 200 | 330.5µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 19:59:34 Start: 2024-08-05T19:59:34+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 19:59:34 End: 2024-08-05T19:59:34+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 628µs
|
|
[GIN] 2024/08/05 - 19:59:34 | 200 | 628µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 19:59:34 Start: 2024-08-05T19:59:34+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3PJC100uEcCS19lN300NBkNS3PJC1J"}
|
|
2024/08/05 19:59:34 End: 2024-08-05T19:59:34+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 271.6242ms
|
|
[GIN] 2024/08/05 - 19:59:34 | 200 | 271.6242ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:00:11 Start: 2024-08-05T20:00:11+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:00:11 End: 2024-08-05T20:00:11+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2617ms
|
|
[GIN] 2024/08/05 - 20:00:11 | 200 | 1.2617ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:00:11 Start: 2024-08-05T20:00:11+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:00:11 End: 2024-08-05T20:00:11+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0687ms
|
|
[GIN] 2024/08/05 - 20:00:11 | 200 | 1.0687ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:00:12 Start: 2024-08-05T20:00:12+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3qFTnl2vFtYd4B08nl22s8a22qFTnV"}
|
|
2024/08/05 20:00:12 End: 2024-08-05T20:00:12+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 256.4101ms
|
|
[GIN] 2024/08/05 - 20:00:12 | 200 | 256.4101ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:00:13 Start: 2024-08-05T20:00:13+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:00:13 End: 2024-08-05T20:00:13+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.2862ms
|
|
[GIN] 2024/08/05 - 20:00:13 | 200 | 1.2862ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:00:51 Start: 2024-08-05T20:00:51+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:00:51 End: 2024-08-05T20:00:51+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 4.7809ms
|
|
[GIN] 2024/08/05 - 20:00:51 | 200 | 4.7809ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:00:51 Start: 2024-08-05T20:00:51+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:00:51 End: 2024-08-05T20:00:51+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 3.6739ms
|
|
[GIN] 2024/08/05 - 20:00:51 | 200 | 3.6739ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:00:51 Start: 2024-08-05T20:00:51+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3BFN000RznBS1Sud200punBy1BFN0C"}
|
|
2024/08/05 20:00:52 End: 2024-08-05T20:00:52+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 238.5019ms
|
|
[GIN] 2024/08/05 - 20:00:52 | 200 | 238.5019ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:00:53 Start: 2024-08-05T20:00:53+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:00:53 End: 2024-08-05T20:00:53+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 2.751ms
|
|
[GIN] 2024/08/05 - 20:00:53 | 200 | 2.751ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:03:41 Start: 2024-08-05T20:03:41+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:03:41 End: 2024-08-05T20:03:41+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.9786ms
|
|
[GIN] 2024/08/05 - 20:03:41 | 200 | 1.9786ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:03:41 Start: 2024-08-05T20:03:41+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:03:41 End: 2024-08-05T20:03:41+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 2.4151ms
|
|
[GIN] 2024/08/05 - 20:03:41 | 200 | 2.4151ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:03:42 Start: 2024-08-05T20:03:42+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3iNw000Bj6BS1HVl000ADO773iNw0C"}
|
|
2024/08/05 20:03:42 End: 2024-08-05T20:03:42+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 312.6292ms
|
|
[GIN] 2024/08/05 - 20:03:42 | 200 | 312.6292ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:09:19 Start: 2024-08-05T20:09:19+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 20:09:19 End: 2024-08-05T20:09:19+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 958.4µs
|
|
[GIN] 2024/08/05 - 20:09:19 | 200 | 1.4649ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 20:11:15 Start: 2024-08-05T20:11:15+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:11:15 End: 2024-08-05T20:11:15+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 849.4µs
|
|
[GIN] 2024/08/05 - 20:11:15 | 200 | 849.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:12:02 Start: 2024-08-05T20:12:02+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:12:02 End: 2024-08-05T20:12:02+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2004ms
|
|
[GIN] 2024/08/05 - 20:12:02 | 200 | 1.2004ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:12:02 Start: 2024-08-05T20:12:02+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:12:02 End: 2024-08-05T20:12:02+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 872.4µs
|
|
[GIN] 2024/08/05 - 20:12:02 | 200 | 872.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:12:03 Start: 2024-08-05T20:12:03+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b36Es200cDZCS1MMt200Ua9X606Es2d"}
|
|
2024/08/05 20:12:03 End: 2024-08-05T20:12:03+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 320.3103ms
|
|
[GIN] 2024/08/05 - 20:12:03 | 200 | 320.3103ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:12:30 Start: 2024-08-05T20:12:30+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:12:30 End: 2024-08-05T20:12:30+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.0851ms
|
|
[GIN] 2024/08/05 - 20:12:30 | 200 | 2.0851ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:12:30 Start: 2024-08-05T20:12:30+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:12:30 End: 2024-08-05T20:12:30+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 857.8µs
|
|
[GIN] 2024/08/05 - 20:12:30 | 200 | 857.8µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:12:30 Start: 2024-08-05T20:12:30+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3ahK0w3bCEg33kHl1w3akFC91ahK0T"}
|
|
2024/08/05 20:12:30 End: 2024-08-05T20:12:30+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 185.065ms
|
|
[GIN] 2024/08/05 - 20:12:30 | 200 | 185.065ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:12:31 Start: 2024-08-05T20:12:31+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:12:31 End: 2024-08-05T20:12:31+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.3759ms
|
|
[GIN] 2024/08/05 - 20:12:31 | 200 | 1.3759ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:15:00 Start: 2024-08-05T20:15:00+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:15:00 End: 2024-08-05T20:15:00+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2714ms
|
|
[GIN] 2024/08/05 - 20:15:00 | 200 | 1.2714ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:15:00 Start: 2024-08-05T20:15:00+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:15:00 End: 2024-08-05T20:15:00+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.4426ms
|
|
[GIN] 2024/08/05 - 20:15:00 | 200 | 1.4426ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:15:00 Start: 2024-08-05T20:15:00+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3dhgml2c1NWd4ZTAol2f5QdM1dhgmy"}
|
|
2024/08/05 20:15:01 End: 2024-08-05T20:15:01+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 318.5804ms
|
|
[GIN] 2024/08/05 - 20:15:01 | 200 | 318.5804ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:15:01 Start: 2024-08-05T20:15:01+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:15:01 End: 2024-08-05T20:15:01+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.247ms
|
|
[GIN] 2024/08/05 - 20:15:01 | 200 | 1.247ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:16:08 Start: 2024-08-05T20:16:08+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:16:08 End: 2024-08-05T20:16:08+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 9.2771ms
|
|
[GIN] 2024/08/05 - 20:16:08 | 200 | 9.2771ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:16:08 Start: 2024-08-05T20:16:08+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:16:08 End: 2024-08-05T20:16:08+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 15.1537ms
|
|
[GIN] 2024/08/05 - 20:16:08 | 200 | 15.1537ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:16:08 Start: 2024-08-05T20:16:08+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3lyx000mh4BS1s75300dTB4u1lyx07"}
|
|
2024/08/05 20:16:09 End: 2024-08-05T20:16:09+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 297.4374ms
|
|
[GIN] 2024/08/05 - 20:16:09 | 200 | 297.4374ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:16:09 Start: 2024-08-05T20:16:09+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:16:09 End: 2024-08-05T20:16:09+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 6.2997ms
|
|
[GIN] 2024/08/05 - 20:16:09 | 200 | 6.2997ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:16:39 Start: 2024-08-05T20:16:39+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:16:39 End: 2024-08-05T20:16:39+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 11.6213ms
|
|
[GIN] 2024/08/05 - 20:16:39 | 200 | 12.1267ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:16:39 Start: 2024-08-05T20:16:39+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:16:39 End: 2024-08-05T20:16:39+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 4.1922ms
|
|
[GIN] 2024/08/05 - 20:16:39 | 200 | 4.1922ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:16:39 Start: 2024-08-05T20:16:39+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3yw5nl2uACXd4ydCll2ut9ah0yw5nI"}
|
|
2024/08/05 20:16:40 End: 2024-08-05T20:16:40+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 220.0632ms
|
|
[GIN] 2024/08/05 - 20:16:40 | 200 | 220.0632ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:16:44 Start: 2024-08-05T20:16:44+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:16:44 End: 2024-08-05T20:16:44+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.6693ms
|
|
[GIN] 2024/08/05 - 20:16:44 | 200 | 1.6693ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:17:32 Start: 2024-08-05T20:17:32+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:17:32 End: 2024-08-05T20:17:32+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.6215ms
|
|
[GIN] 2024/08/05 - 20:17:32 | 200 | 2.6215ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:17:32 Start: 2024-08-05T20:17:32+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:17:32 End: 2024-08-05T20:17:32+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 4.2103ms
|
|
[GIN] 2024/08/05 - 20:17:32 | 200 | 4.2103ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:17:33 Start: 2024-08-05T20:17:33+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3MnZll2SrwWd4xkYll2S55ts0MnZl8"}
|
|
2024/08/05 20:17:33 End: 2024-08-05T20:17:33+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 216.9196ms
|
|
[GIN] 2024/08/05 - 20:17:33 | 200 | 216.9196ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:17:34 Start: 2024-08-05T20:17:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:17:34 End: 2024-08-05T20:17:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 2.793ms
|
|
[GIN] 2024/08/05 - 20:17:34 | 200 | 2.793ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:17:43 Start: 2024-08-05T20:17:43+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, GET params: map[], Body: {"name":"张荣宏","card_no":"45212220000827423X"}
|
|
2024/08/05 20:18:30 End: 2024-08-05T20:18:30+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, Status: 200, Latency: 47.3693922s
|
|
[GIN] 2024/08/05 - 20:18:30 | 200 | 47.3693922s | 127.0.0.1 | POST "/api/lawsuitQuery/query_v2"
|
|
[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 --> tyc-server/api.(*User).Test-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
|
|
[GIN-debug] POST /api/lawsuitQuery/query_v2 --> tyc-server/api.(*LawsuitQuery).queryListV2-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (4 handlers)
|
|
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/get_query_cache --> tyc-server/api.(*Pay).GetQueryCache-fm (5 handlers)
|
|
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
|
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
|
|
2024/08/05 20:18:40 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/05 20:18:42 Start: 2024-08-05T20:18:42+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, GET params: map[], Body: {"name":"张荣宏","card_no":"45212220000827423X"}
|
|
2024/08/05 20:19:40 End: 2024-08-05T20:19:40+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, Status: 200, Latency: 57.7636288s
|
|
[GIN] 2024/08/05 - 20:19:40 | 200 | 57.7636288s | 127.0.0.1 | POST "/api/lawsuitQuery/query_v2"
|
|
2024/08/05 20:19:40 Start: 2024-08-05T20:19:40+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:19:40 Start: 2024-08-05T20:19:40+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:19:40 Start: 2024-08-05T20:19:40+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3mIg0002wNAS1eNM300EoW3z2mIg0j"}
|
|
2024/08/05 20:19:40 End: 2024-08-05T20:19:40+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.8001ms
|
|
[GIN] 2024/08/05 - 20:19:40 | 200 | 1.8001ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:19:40 End: 2024-08-05T20:19:40+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 4.1474ms
|
|
[GIN] 2024/08/05 - 20:19:40 | 200 | 4.6698ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:19:41 End: 2024-08-05T20:19:41+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 292.6071ms
|
|
[GIN] 2024/08/05 - 20:19:41 | 200 | 292.6071ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:19:44 Start: 2024-08-05T20:19:44+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:19:44 End: 2024-08-05T20:19:44+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 13.1038ms
|
|
[GIN] 2024/08/05 - 20:19:44 | 200 | 13.1038ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:20:08 Start: 2024-08-05T20:20:08+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:20:08 End: 2024-08-05T20:20:08+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 890.4µs
|
|
[GIN] 2024/08/05 - 20:20:08 | 200 | 890.4µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:20:08 Start: 2024-08-05T20:20:08+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:20:08 End: 2024-08-05T20:20:08+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 505.9µs
|
|
[GIN] 2024/08/05 - 20:20:08 | 200 | 505.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:20:08 Start: 2024-08-05T20:20:08+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3AZD100vEaCS1C5k400kgpMc3AZD1e"}
|
|
2024/08/05 20:20:09 End: 2024-08-05T20:20:09+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 205.4705ms
|
|
[GIN] 2024/08/05 - 20:20:09 | 200 | 205.4705ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:20:09 Start: 2024-08-05T20:20:09+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:20:09 End: 2024-08-05T20:20:09+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.8861ms
|
|
[GIN] 2024/08/05 - 20:20:09 | 200 | 1.8861ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:20:22 Start: 2024-08-05T20:20:22+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, GET params: map[], Body: {"name":"张荣宏","card_no":"45212220000827423X"}
|
|
2024/08/05 20:21:25 End: 2024-08-05T20:21:25+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, Status: 200, Latency: 1m3.1744794s
|
|
2024/08/05 20:21:25 Start: 2024-08-05T20:21:25+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
[GIN] 2024/08/05 - 20:21:25 | 200 | 1m3s | 127.0.0.1 | POST "/api/lawsuitQuery/query_v2"
|
|
2024/08/05 20:21:25 Start: 2024-08-05T20:21:25+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3vOK0w33iFg33Une3w3zpp4a2vOK0Y"}
|
|
2024/08/05 20:21:25 Start: 2024-08-05T20:21:25+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:21:25 End: 2024-08-05T20:21:25+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 586.6µs
|
|
[GIN] 2024/08/05 - 20:21:25 | 200 | 586.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:21:25 End: 2024-08-05T20:21:25+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 586.6µs
|
|
[GIN] 2024/08/05 - 20:21:25 | 200 | 586.6µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:21:25 End: 2024-08-05T20:21:25+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 338.8206ms
|
|
[GIN] 2024/08/05 - 20:21:25 | 200 | 338.8206ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:21:27 Start: 2024-08-05T20:21:27+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:21:27 End: 2024-08-05T20:21:27+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.68ms
|
|
[GIN] 2024/08/05 - 20:21:27 | 200 | 1.68ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:21:36 Start: 2024-08-05T20:21:36+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, GET params: map[], Body: {"name":"张荣宏","card_no":"45212220000827423X"}
|
|
2024/08/05 20:22:54 Start: 2024-08-05T20:22:54+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:22:54 End: 2024-08-05T20:22:54+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, Status: 200, Latency: 1m18.3094225s
|
|
[GIN] 2024/08/05 - 20:22:54 | 200 | 1m18s | 127.0.0.1 | POST "/api/lawsuitQuery/query_v2"
|
|
2024/08/05 20:22:54 Start: 2024-08-05T20:22:54+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3R6n1006JTBS1KKE100dJWE62R6n1S"}
|
|
2024/08/05 20:22:54 Start: 2024-08-05T20:22:54+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:22:54 End: 2024-08-05T20:22:54+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 522µs
|
|
[GIN] 2024/08/05 - 20:22:54 | 200 | 522µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:22:54 End: 2024-08-05T20:22:54+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 522µs
|
|
[GIN] 2024/08/05 - 20:22:54 | 200 | 522µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:22:55 End: 2024-08-05T20:22:55+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 252.5821ms
|
|
[GIN] 2024/08/05 - 20:22:55 | 200 | 252.5821ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:22:58 Start: 2024-08-05T20:22:58+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 20:22:58 End: 2024-08-05T20:22:58+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 823.2µs
|
|
[GIN] 2024/08/05 - 20:22:58 | 200 | 823.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 20:23:07 Start: 2024-08-05T20:23:07+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, GET params: map[], Body: {"type":0,"name":"张荣宏","card_no":"45212220000827423X"}
|
|
2024/08/05 20:45:32 【司法涉诉】响应错误:该产品测试条数已用完,请联系相关羽山人员
|
|
2024/08/05 20:45:32 End: 2024-08-05T20:45:32+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, Status: 200, Latency: 22m24.5021399s
|
|
[GIN] 2024/08/05 - 20:45:32 | 200 | 22m24s | 127.0.0.1 | POST "/api/lawsuitQuery/query_v2"
|
|
2024/08/05 20:45:32 Start: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:45:32 Start: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:45:32 Start: 2024-08-05T20:45:32+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d33gn100U0kCS1AHE100eRhTC33gn1L"}
|
|
2024/08/05 20:45:32 Start: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:45:32 Start: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:45:32 End: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2438ms
|
|
[GIN] 2024/08/05 - 20:45:32 | 200 | 1.2438ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:45:32 End: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.2438ms
|
|
[GIN] 2024/08/05 - 20:45:32 | 200 | 1.2438ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:45:32 Start: 2024-08-05T20:45:32+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3U2i000PWdBS1nu2100boQ8t4U2i0Z"}
|
|
2024/08/05 20:45:32 Start: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 20:45:32 Start: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 20:45:32 Start: 2024-08-05T20:45:32+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3Coo1005klCS1TtA100fPAoZ0Coo1o"}
|
|
2024/08/05 20:45:32 End: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 504.5µs
|
|
[GIN] 2024/08/05 - 20:45:32 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:45:32 End: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 504.5µs
|
|
[GIN] 2024/08/05 - 20:45:32 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:45:32 End: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 0s
|
|
[GIN] 2024/08/05 - 20:45:32 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 20:45:32 End: 2024-08-05T20:45:32+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 6.9172ms
|
|
[GIN] 2024/08/05 - 20:45:32 | 200 | 6.9172ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 20:45:32 End: 2024-08-05T20:45:32+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 240.9708ms
|
|
[GIN] 2024/08/05 - 20:45:32 | 200 | 240.9708ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:45:32 End: 2024-08-05T20:45:32+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 290.3323ms
|
|
[GIN] 2024/08/05 - 20:45:32 | 200 | 290.3323ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 20:45:32 End: 2024-08-05T20:45:32+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 348.8942ms
|
|
[GIN] 2024/08/05 - 20:45:32 | 200 | 349.5333ms | 127.0.0.1 | POST "/api/user/login"
|
|
[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 --> tyc-server/api.(*User).Test-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/lawsuitQuery/query_v2 --> tyc-server/api.(*LawsuitQuery).queryListV2-fm (5 handlers)
|
|
[GIN-debug] GET /api/lawsuitQuery/get_record --> tyc-server/api.(*LawsuitQuery).GetRecord-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (4 handlers)
|
|
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/get_query_cache --> tyc-server/api.(*Pay).GetQueryCache-fm (5 handlers)
|
|
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
|
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
|
|
2024/08/05 21:02:07 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/05 21:02:49 Start: 2024-08-05T21:02:49+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:02:49 End: 2024-08-05T21:02:49+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 503µs
|
|
[GIN] 2024/08/05 - 21:02:49 | 200 | 1.5071ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:02:49 Start: 2024-08-05T21:02:49+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:02:49 End: 2024-08-05T21:02:49+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1025ms
|
|
[GIN] 2024/08/05 - 21:02:49 | 200 | 1.1025ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:02:50 Start: 2024-08-05T21:02:50+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3nHTFa1eseWH0QBsHa1sXNXE0nHTFj"}
|
|
2024/08/05 21:02:50 End: 2024-08-05T21:02:50+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 371.3897ms
|
|
[GIN] 2024/08/05 - 21:02:50 | 200 | 371.3897ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:03:14 Start: 2024-08-05T21:03:14+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:03:14 End: 2024-08-05T21:03:14+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.1749ms
|
|
[GIN] 2024/08/05 - 21:03:14 | 200 | 2.6925ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:03:14 Start: 2024-08-05T21:03:14+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:03:14 End: 2024-08-05T21:03:14+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.611ms
|
|
[GIN] 2024/08/05 - 21:03:14 | 200 | 1.611ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:03:14 Start: 2024-08-05T21:03:14+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3Wjw0w351Rg33vTj2w3BHHZG2Wjw0J"}
|
|
2024/08/05 21:03:14 End: 2024-08-05T21:03:14+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 245.5942ms
|
|
[GIN] 2024/08/05 - 21:03:14 | 200 | 245.5942ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:03:39 Start: 2024-08-05T21:03:39+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:03:39 End: 2024-08-05T21:03:39+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 313.2µs
|
|
[GIN] 2024/08/05 - 21:03:39 | 200 | 819.8µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:03:39 Start: 2024-08-05T21:03:39+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:03:39 End: 2024-08-05T21:03:39+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1031ms
|
|
[GIN] 2024/08/05 - 21:03:39 | 200 | 1.1031ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:03:40 Start: 2024-08-05T21:03:40+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3vif0w3iWzg332bb0w3OhWDP1vif0m"}
|
|
2024/08/05 21:03:40 End: 2024-08-05T21:03:40+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 180.1ms
|
|
[GIN] 2024/08/05 - 21:03:40 | 200 | 180.1ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:05:24 Start: 2024-08-05T21:05:24+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:05:24 End: 2024-08-05T21:05:24+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.1909ms
|
|
[GIN] 2024/08/05 - 21:05:24 | 200 | 1.1909ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:05:24 Start: 2024-08-05T21:05:24+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:05:24 End: 2024-08-05T21:05:24+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 558.9µs
|
|
[GIN] 2024/08/05 - 21:05:24 | 200 | 558.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:05:25 Start: 2024-08-05T21:05:25+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3gBl1w3yRFh33H7XZv31uoQZ1gBl1M"}
|
|
2024/08/05 21:05:25 End: 2024-08-05T21:05:25+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 375.4237ms
|
|
[GIN] 2024/08/05 - 21:05:25 | 200 | 375.4237ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:05:57 Start: 2024-08-05T21:05:57+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:05:57 End: 2024-08-05T21:05:57+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.6365ms
|
|
[GIN] 2024/08/05 - 21:05:57 | 200 | 1.6365ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:05:58 Start: 2024-08-05T21:05:58+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:05:58 End: 2024-08-05T21:05:58+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.6467ms
|
|
[GIN] 2024/08/05 - 21:05:58 | 200 | 1.6467ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:05:58 Start: 2024-08-05T21:05:58+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3IAA000trxBS1vLS200JbVdM1IAA0e"}
|
|
2024/08/05 21:05:58 End: 2024-08-05T21:05:58+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 252.1514ms
|
|
[GIN] 2024/08/05 - 21:05:58 | 200 | 252.1514ms | 127.0.0.1 | POST "/api/user/login"
|
|
[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 --> tyc-server/api.(*User).Test-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/lawsuitQuery/query_v2 --> tyc-server/api.(*LawsuitQuery).queryListV2-fm (5 handlers)
|
|
[GIN-debug] GET /api/lawsuitQuery/get_record --> tyc-server/api.(*LawsuitQuery).GetRecord-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (4 handlers)
|
|
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/get_query_cache --> tyc-server/api.(*Pay).GetQueryCache-fm (5 handlers)
|
|
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
|
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
|
|
2024/08/05 21:09:05 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/05 21:09:28 Start: 2024-08-05T21:09:28+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 21:09:28 End: 2024-08-05T21:09:28+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.157ms
|
|
[GIN] 2024/08/05 - 21:09:28 | 200 | 1.157ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 21:09:36 Start: 2024-08-05T21:09:36+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, GET params: map[], Body: {"type":0,"name":"张荣宏","card_no":"45212220000827423X"}
|
|
2024/08/05 21:09:39 End: 2024-08-05T21:09:39+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, Status: 200, Latency: 2.5578887s
|
|
[GIN] 2024/08/05 - 21:09:39 | 200 | 2.5578887s | 127.0.0.1 | POST "/api/lawsuitQuery/query_v2"
|
|
2024/08/05 21:09:39 Start: 2024-08-05T21:09:39+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:09:51 End: 2024-08-05T21:09:51+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 12.2044105s
|
|
[GIN] 2024/08/05 - 21:09:51 | 200 | 12.2044105s | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:10:30 Start: 2024-08-05T21:10:30+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:10:30 End: 2024-08-05T21:10:30+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.859ms
|
|
[GIN] 2024/08/05 - 21:10:30 | 200 | 1.859ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:10:31 Start: 2024-08-05T21:10:31+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:10:31 End: 2024-08-05T21:10:31+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.2993ms
|
|
[GIN] 2024/08/05 - 21:10:31 | 200 | 1.2993ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:10:32 Start: 2024-08-05T21:10:32+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3VpWkl2dHSVd4jXWml2OXlVx2VpWkR"}
|
|
2024/08/05 21:10:32 End: 2024-08-05T21:10:32+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 411.1791ms
|
|
[GIN] 2024/08/05 - 21:10:32 | 200 | 411.1791ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:14:30 Start: 2024-08-05T21:14:30+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:14:30 End: 2024-08-05T21:14:30+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.4997ms
|
|
[GIN] 2024/08/05 - 21:14:30 | 200 | 1.4997ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:14:30 Start: 2024-08-05T21:14:30+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:14:30 End: 2024-08-05T21:14:30+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 537.2µs
|
|
[GIN] 2024/08/05 - 21:14:30 | 200 | 537.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:14:31 Start: 2024-08-05T21:14:31+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b307B000KEyBS1HDM000D5dyG107B0V"}
|
|
2024/08/05 21:14:31 End: 2024-08-05T21:14:31+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 279.5008ms
|
|
[GIN] 2024/08/05 - 21:14:31 | 200 | 279.5008ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:14:58 Start: 2024-08-05T21:14:58+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:14:58 End: 2024-08-05T21:14:58+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 591.5µs
|
|
[GIN] 2024/08/05 - 21:14:58 | 200 | 591.5µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:14:58 Start: 2024-08-05T21:14:58+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:14:58 End: 2024-08-05T21:14:58+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 86.8µs
|
|
[GIN] 2024/08/05 - 21:14:58 | 200 | 86.8µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:15:00 Start: 2024-08-05T21:15:00+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3seD1w3YaYh33NWx0w3NHSav1seD1-"}
|
|
2024/08/05 21:15:00 End: 2024-08-05T21:15:00+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 173.4506ms
|
|
[GIN] 2024/08/05 - 21:15:00 | 200 | 173.4506ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:16:36 Start: 2024-08-05T21:16:36+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:16:36 End: 2024-08-05T21:16:36+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.5013ms
|
|
[GIN] 2024/08/05 - 21:16:36 | 200 | 1.5013ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:16:36 Start: 2024-08-05T21:16:36+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:16:36 End: 2024-08-05T21:16:36+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 991.3µs
|
|
[GIN] 2024/08/05 - 21:16:36 | 200 | 991.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:16:36 Start: 2024-08-05T21:16:36+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3Ubk0007KhBS1D5Y300ZEIBy1Ubk0M"}
|
|
2024/08/05 21:16:37 End: 2024-08-05T21:16:37+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 345.6393ms
|
|
[GIN] 2024/08/05 - 21:16:37 | 200 | 345.6393ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:17:07 Start: 2024-08-05T21:17:07+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:17:07 End: 2024-08-05T21:17:07+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.1163ms
|
|
[GIN] 2024/08/05 - 21:17:07 | 200 | 1.1163ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:17:07 Start: 2024-08-05T21:17:07+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:17:07 End: 2024-08-05T21:17:07+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.5333ms
|
|
[GIN] 2024/08/05 - 21:17:07 | 200 | 1.5333ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:17:07 Start: 2024-08-05T21:17:07+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3uIJGa1AD4XH0spQHa1ViG034uIJGd"}
|
|
2024/08/05 21:17:07 End: 2024-08-05T21:17:07+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 184.4727ms
|
|
[GIN] 2024/08/05 - 21:17:07 | 200 | 184.4727ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:18:16 Start: 2024-08-05T21:18:16+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:18:16 End: 2024-08-05T21:18:16+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 871.8µs
|
|
[GIN] 2024/08/05 - 21:18:16 | 200 | 871.8µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:18:16 Start: 2024-08-05T21:18:16+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:18:16 End: 2024-08-05T21:18:16+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 461.1µs
|
|
[GIN] 2024/08/05 - 21:18:16 | 200 | 461.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:18:16 Start: 2024-08-05T21:18:16+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3OJsGa1fBLWH0063Ia1rGEnP3OJsGA"}
|
|
2024/08/05 21:18:17 End: 2024-08-05T21:18:17+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 289.4979ms
|
|
[GIN] 2024/08/05 - 21:18:17 | 200 | 289.4979ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:20:24 Start: 2024-08-05T21:20:24+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:20:24 End: 2024-08-05T21:20:24+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 506.8µs
|
|
[GIN] 2024/08/05 - 21:20:24 | 200 | 506.8µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:20:25 Start: 2024-08-05T21:20:25+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:20:25 End: 2024-08-05T21:20:25+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 126.4µs
|
|
[GIN] 2024/08/05 - 21:20:25 | 200 | 126.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:20:25 Start: 2024-08-05T21:20:25+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3o7vll2gyqWd4cJvml21iHWz4o7vlL"}
|
|
2024/08/05 21:20:26 End: 2024-08-05T21:20:26+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 275.5452ms
|
|
[GIN] 2024/08/05 - 21:20:26 | 200 | 275.5452ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:20:59 Start: 2024-08-05T21:20:59+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:20:59 End: 2024-08-05T21:20:59+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 871.4µs
|
|
[GIN] 2024/08/05 - 21:20:59 | 200 | 871.4µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:21:00 Start: 2024-08-05T21:21:00+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:21:00 End: 2024-08-05T21:21:00+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1122ms
|
|
[GIN] 2024/08/05 - 21:21:00 | 200 | 1.7803ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:21:00 Start: 2024-08-05T21:21:00+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e37UsGa10FLWH0Da9Ga1atUKB37UsGC"}
|
|
2024/08/05 21:21:01 End: 2024-08-05T21:21:01+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 254.7836ms
|
|
[GIN] 2024/08/05 - 21:21:01 | 200 | 254.7836ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:21:07 Start: 2024-08-05T21:21:07+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:21:07 End: 2024-08-05T21:21:07+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 3.6297ms
|
|
[GIN] 2024/08/05 - 21:21:07 | 200 | 3.6297ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:21:07 Start: 2024-08-05T21:21:07+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:21:07 End: 2024-08-05T21:21:07+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 7.3881ms
|
|
[GIN] 2024/08/05 - 21:21:07 | 200 | 7.3881ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:21:08 Start: 2024-08-05T21:21:08+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b347ell2Ds9Wd4riQll2VcIa9047elR"}
|
|
2024/08/05 21:21:08 End: 2024-08-05T21:21:08+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 191.0451ms
|
|
[GIN] 2024/08/05 - 21:21:08 | 200 | 191.0451ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:30:28 Start: 2024-08-05T21:30:28+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:30:28 End: 2024-08-05T21:30:28+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 522.7µs
|
|
[GIN] 2024/08/05 - 21:30:28 | 200 | 869.8µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:30:28 Start: 2024-08-05T21:30:28+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:30:28 End: 2024-08-05T21:30:28+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 247.7µs
|
|
[GIN] 2024/08/05 - 21:30:28 | 200 | 247.7µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:30:28 Start: 2024-08-05T21:30:28+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3vSkml2w1gXd4qXmol2q1pdd4vSkmI"}
|
|
2024/08/05 21:30:28 End: 2024-08-05T21:30:28+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 314.1953ms
|
|
[GIN] 2024/08/05 - 21:30:28 | 200 | 314.1953ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:30:35 Start: 2024-08-05T21:30:35+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:30:35 End: 2024-08-05T21:30:35+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 646.7µs
|
|
[GIN] 2024/08/05 - 21:30:35 | 200 | 646.7µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:30:35 Start: 2024-08-05T21:30:35+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:30:35 End: 2024-08-05T21:30:35+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1375ms
|
|
[GIN] 2024/08/05 - 21:30:35 | 200 | 1.1375ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:30:35 Start: 2024-08-05T21:30:35+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3finFa1tPFVH06D8Ja1WpeRe0finFq"}
|
|
2024/08/05 21:30:36 End: 2024-08-05T21:30:36+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 204.3668ms
|
|
[GIN] 2024/08/05 - 21:30:36 | 200 | 204.3668ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:30:37 Start: 2024-08-05T21:30:37+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 21:30:37 End: 2024-08-05T21:30:37+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.3031ms
|
|
[GIN] 2024/08/05 - 21:30:37 | 200 | 1.3031ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 21:30:44 Start: 2024-08-05T21:30:44+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, GET params: map[], Body: {"type":0,"name":"张荣宏","card_no":"45212220000827423X"}
|
|
2024/08/05 21:30:46 End: 2024-08-05T21:30:46+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, Status: 200, Latency: 2.0256108s
|
|
[GIN] 2024/08/05 - 21:30:46 | 200 | 2.0256108s | 127.0.0.1 | POST "/api/lawsuitQuery/query_v2"
|
|
2024/08/05 21:30:46 Start: 2024-08-05T21:30:46+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:30:46 End: 2024-08-05T21:30:46+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.5552ms
|
|
[GIN] 2024/08/05 - 21:30:46 | 200 | 1.5552ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:32:14 Start: 2024-08-05T21:32:14+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:32:14 End: 2024-08-05T21:32:14+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 92µs
|
|
[GIN] 2024/08/05 - 21:32:14 | 200 | 92µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:32:14 Start: 2024-08-05T21:32:14+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:32:14 End: 2024-08-05T21:32:14+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 870.9µs
|
|
[GIN] 2024/08/05 - 21:32:14 | 200 | 870.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:32:15 Start: 2024-08-05T21:32:15+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3Y54000IfZAS1d2f000NszuT2Y540u"}
|
|
2024/08/05 21:32:15 End: 2024-08-05T21:32:15+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 322.1938ms
|
|
[GIN] 2024/08/05 - 21:32:15 | 200 | 322.1938ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:32:17 Start: 2024-08-05T21:32:17+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 21:32:17 End: 2024-08-05T21:32:17+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.8549ms
|
|
[GIN] 2024/08/05 - 21:32:17 | 200 | 1.8549ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 21:32:25 Start: 2024-08-05T21:32:25+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, GET params: map[], Body: {"type":0,"name":"张荣宏","card_no":"45212220000827423X"}
|
|
2024/08/05 21:32:25 End: 2024-08-05T21:32:25+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, Status: 200, Latency: 40.0463ms
|
|
[GIN] 2024/08/05 - 21:32:25 | 200 | 40.0463ms | 127.0.0.1 | POST "/api/lawsuitQuery/query_v2"
|
|
2024/08/05 21:32:25 Start: 2024-08-05T21:32:25+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:32:25 End: 2024-08-05T21:32:25+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.8249ms
|
|
[GIN] 2024/08/05 - 21:32:25 | 200 | 1.8249ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:32:46 Start: 2024-08-05T21:32:46+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:32:46 End: 2024-08-05T21:32:46+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.1467ms
|
|
[GIN] 2024/08/05 - 21:32:46 | 200 | 1.1467ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:32:46 Start: 2024-08-05T21:32:46+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:32:46 End: 2024-08-05T21:32:46+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 877.8µs
|
|
[GIN] 2024/08/05 - 21:32:46 | 200 | 877.8µs | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:32:47 Start: 2024-08-05T21:32:47+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3anr100qxmCS1wYL100hxMt81anr1Q"}
|
|
2024/08/05 21:32:47 End: 2024-08-05T21:32:47+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 216.765ms
|
|
[GIN] 2024/08/05 - 21:32:47 | 200 | 216.765ms | 127.0.0.1 | POST "/api/user/login"
|
|
[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 --> tyc-server/api.(*User).Test-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/lawsuitQuery/query_v2 --> tyc-server/api.(*LawsuitQuery).queryListV2-fm (5 handlers)
|
|
[GIN-debug] GET /api/lawsuitQuery/get_record --> tyc-server/api.(*LawsuitQuery).GetRecord-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (4 handlers)
|
|
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/get_query_cache --> tyc-server/api.(*Pay).GetQueryCache-fm (5 handlers)
|
|
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
|
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
|
|
2024/08/05 21:35:09 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/05 21:35:14 Start: 2024-08-05T21:35:14+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:35:14 End: 2024-08-05T21:35:14+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 3.0416ms
|
|
[GIN] 2024/08/05 - 21:35:14 | 200 | 3.0416ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:35:14 Start: 2024-08-05T21:35:14+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:35:14 End: 2024-08-05T21:35:14+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.2028ms
|
|
[GIN] 2024/08/05 - 21:35:14 | 200 | 1.2028ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:35:15 Start: 2024-08-05T21:35:15+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3pnC000HIrBS1VKD1000iCym2pnC0Y"}
|
|
2024/08/05 21:35:15 End: 2024-08-05T21:35:15+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 288.0415ms
|
|
[GIN] 2024/08/05 - 21:35:15 | 200 | 288.0415ms | 127.0.0.1 | POST "/api/user/login"
|
|
[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 --> tyc-server/api.(*User).Test-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/lawsuitQuery/query_v2 --> tyc-server/api.(*LawsuitQuery).queryListV2-fm (5 handlers)
|
|
[GIN-debug] GET /api/lawsuitQuery/get_record --> tyc-server/api.(*LawsuitQuery).GetRecord-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (4 handlers)
|
|
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/get_query_cache --> tyc-server/api.(*Pay).GetQueryCache-fm (5 handlers)
|
|
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
|
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
|
|
2024/08/05 21:36: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/05 21:36:12 Start: 2024-08-05T21:36:12+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:36:12 End: 2024-08-05T21:36:12+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 510.1µs
|
|
[GIN] 2024/08/05 - 21:36:12 | 200 | 510.1µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:36:12 Start: 2024-08-05T21:36:12+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:36:12 End: 2024-08-05T21:36:12+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 4.9657ms
|
|
[GIN] 2024/08/05 - 21:36:12 | 200 | 4.9657ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:36:12 Start: 2024-08-05T21:36:12+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e38Ar100XNgCS1T9P2007cda908Ar1A"}
|
|
2024/08/05 21:36:13 End: 2024-08-05T21:36:13+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 310.9239ms
|
|
[GIN] 2024/08/05 - 21:36:13 | 200 | 310.9239ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:36:41 Start: 2024-08-05T21:36:41+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:36:41 End: 2024-08-05T21:36:41+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 9.5272ms
|
|
[GIN] 2024/08/05 - 21:36:41 | 200 | 9.5272ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:36:41 Start: 2024-08-05T21:36:41+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:36:41 End: 2024-08-05T21:36:41+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 10.8485ms
|
|
[GIN] 2024/08/05 - 21:36:41 | 200 | 10.8485ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:36:41 Start: 2024-08-05T21:36:41+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3OXGkl2ecwVd40ZKnl2bwcxQ3OXGkE"}
|
|
2024/08/05 21:36:41 End: 2024-08-05T21:36:41+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 279.1969ms
|
|
[GIN] 2024/08/05 - 21:36:41 | 200 | 279.1969ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:36:47 Start: 2024-08-05T21:36:47+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:36:47 End: 2024-08-05T21:36:47+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 818.2µs
|
|
[GIN] 2024/08/05 - 21:36:47 | 200 | 818.2µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:36:47 Start: 2024-08-05T21:36:47+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:36:47 End: 2024-08-05T21:36:47+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 594.2µs
|
|
[GIN] 2024/08/05 - 21:36:47 | 200 | 594.2µs | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:36:47 Start: 2024-08-05T21:36:47+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3laNll2OnCWd4FwUll2CqOaA2laNlO"}
|
|
2024/08/05 21:36:48 End: 2024-08-05T21:36:48+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 168.8298ms
|
|
[GIN] 2024/08/05 - 21:36:48 | 200 | 168.8298ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:48:12 Start: 2024-08-05T21:48:12+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:48:12 End: 2024-08-05T21:48:12+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.8031ms
|
|
[GIN] 2024/08/05 - 21:48:12 | 200 | 1.8031ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:48:12 Start: 2024-08-05T21:48:12+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:48:12 End: 2024-08-05T21:48:12+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 7.0099ms
|
|
[GIN] 2024/08/05 - 21:48:12 | 200 | 7.0099ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:48:13 Start: 2024-08-05T21:48:13+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3TX00w3DQcg33dkM0w3g9kti3TX00Q"}
|
|
2024/08/05 21:48:13 End: 2024-08-05T21:48:13+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 364.1824ms
|
|
[GIN] 2024/08/05 - 21:48:13 | 200 | 364.1824ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:49:56 Start: 2024-08-05T21:49:56+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:49:56 End: 2024-08-05T21:49:56+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1908ms
|
|
[GIN] 2024/08/05 - 21:49:56 | 200 | 1.1908ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:49:59 Start: 2024-08-05T21:49:59+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 21:49:59 End: 2024-08-05T21:49:59+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.8269ms
|
|
[GIN] 2024/08/05 - 21:49:59 | 200 | 1.8269ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 21:50:33 Start: 2024-08-05T21:50:33+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:50:33 End: 2024-08-05T21:50:33+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 8.2186ms
|
|
[GIN] 2024/08/05 - 21:50:33 | 200 | 8.2186ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:50:33 Start: 2024-08-05T21:50:33+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:50:33 End: 2024-08-05T21:50:33+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 989.3µs
|
|
[GIN] 2024/08/05 - 21:50:33 | 200 | 989.3µs | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:50:33 Start: 2024-08-05T21:50:33+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3dd5000aJTAS1z5e000GBgud2dd50v"}
|
|
2024/08/05 21:50:34 End: 2024-08-05T21:50:34+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 337.9288ms
|
|
[GIN] 2024/08/05 - 21:50:34 | 200 | 337.9288ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:50:35 Start: 2024-08-05T21:50:35+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:50:35 End: 2024-08-05T21:50:35+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 15.129ms
|
|
[GIN] 2024/08/05 - 21:50:35 | 200 | 15.129ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:50:37 Start: 2024-08-05T21:50:37+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 21:50:37 End: 2024-08-05T21:50:37+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.7111ms
|
|
[GIN] 2024/08/05 - 21:50:37 | 200 | 1.7111ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 21:50:51 Start: 2024-08-05T21:50:51+08:00, Method: POST, URL: /api/single/bc_evaluate_marriage, GET params: map[], Body: {"name":"张荣宏","card_no":"45212220000827423X"}
|
|
2024/08/05 21:50:51 End: 2024-08-05T21:50:51+08:00, Method: POST, URL: /api/single/bc_evaluate_marriage, Status: 200, Latency: 374.8µs
|
|
[GIN] 2024/08/05 - 21:50:51 | 200 | 374.8µs | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
|
|
[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 --> tyc-server/api.(*User).Test-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
|
|
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|
[GIN-debug] POST /api/lawsuitQuery/query_v2 --> tyc-server/api.(*LawsuitQuery).queryListV2-fm (5 handlers)
|
|
[GIN-debug] GET /api/lawsuitQuery/get_record --> tyc-server/api.(*LawsuitQuery).GetRecord-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (5 handlers)
|
|
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (4 handlers)
|
|
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (4 handlers)
|
|
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (5 handlers)
|
|
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (5 handlers)
|
|
[GIN-debug] GET /api/pay/get_query_cache --> tyc-server/api.(*Pay).GetQueryCache-fm (5 handlers)
|
|
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
|
|
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
|
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
|
|
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
|
|
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
|
|
2024/08/05 21:52:05 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/05 21:52:43 Start: 2024-08-05T21:52:43+08:00, Method: POST, URL: /api/single/bc_evaluate_marriage, GET params: map[], Body: {"name":"张荣宏","card_no":"45212220000827423X"}
|
|
2024/08/05 21:52:43 End: 2024-08-05T21:52:43+08:00, Method: POST, URL: /api/single/bc_evaluate_marriage, Status: 200, Latency: 41.8414ms
|
|
[GIN] 2024/08/05 - 21:52:43 | 200 | 41.8414ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
|
|
2024/08/05 21:52:43 Start: 2024-08-05T21:52:43+08:00, Method: POST, URL: /api/pay/prepay, GET params: map[], Body: {"product_name":"evaluateMarriage","platform":"mp-weixin"}
|
|
2024/08/05 21:52:43 End: 2024-08-05T21:52:43+08:00, Method: POST, URL: /api/pay/prepay, Status: 200, Latency: 464.0843ms
|
|
[GIN] 2024/08/05 - 21:52:43 | 200 | 464.0843ms | 127.0.0.1 | POST "/api/pay/prepay"
|
|
2024/08/05 21:52:50 Start: 2024-08-05T21:52:50+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 21:52:50 End: 2024-08-05T21:52:50+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 2.4938ms
|
|
[GIN] 2024/08/05 - 21:52:50 | 200 | 2.4938ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 21:55:08 Start: 2024-08-05T21:55:08+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:55:08 End: 2024-08-05T21:55:08+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.5088ms
|
|
[GIN] 2024/08/05 - 21:55:08 | 200 | 1.5088ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:55:08 Start: 2024-08-05T21:55:08+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:55:08 End: 2024-08-05T21:55:08+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.0297ms
|
|
[GIN] 2024/08/05 - 21:55:08 | 200 | 1.0297ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:55:09 Start: 2024-08-05T21:55:09+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3Ebgll2cG3Wd4N6kml2lsY8X0Ebgl5"}
|
|
2024/08/05 21:55:09 End: 2024-08-05T21:55:09+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 342.242ms
|
|
[GIN] 2024/08/05 - 21:55:09 | 200 | 342.242ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:57:29 Start: 2024-08-05T21:57:29+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:57:29 End: 2024-08-05T21:57:29+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 5.4359ms
|
|
[GIN] 2024/08/05 - 21:57:29 | 200 | 5.4359ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:57:30 Start: 2024-08-05T21:57:30+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:57:30 End: 2024-08-05T21:57:30+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.6623ms
|
|
[GIN] 2024/08/05 - 21:57:30 | 200 | 1.6623ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:57:30 Start: 2024-08-05T21:57:30+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3DSs100ergCS1ChF200WXIcR2DSs1U"}
|
|
2024/08/05 21:57:31 End: 2024-08-05T21:57:31+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 280.331ms
|
|
[GIN] 2024/08/05 - 21:57:31 | 200 | 280.8828ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:57:32 Start: 2024-08-05T21:57:32+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:57:32 End: 2024-08-05T21:57:32+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 2.494ms
|
|
[GIN] 2024/08/05 - 21:57:32 | 200 | 2.494ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:57:34 Start: 2024-08-05T21:57:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 21:57:34 End: 2024-08-05T21:57:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.2649ms
|
|
[GIN] 2024/08/05 - 21:57:34 | 200 | 1.2649ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 21:58:42 Start: 2024-08-05T21:58:42+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:58:42 End: 2024-08-05T21:58:42+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 756.9µs
|
|
[GIN] 2024/08/05 - 21:58:42 | 200 | 756.9µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:58:42 Start: 2024-08-05T21:58:42+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:58:42 End: 2024-08-05T21:58:42+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.4522ms
|
|
[GIN] 2024/08/05 - 21:58:42 | 200 | 1.4522ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:58:43 Start: 2024-08-05T21:58:43+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3asxll2gXkWd40cnll2j5s6r2asxlK"}
|
|
2024/08/05 21:58:43 End: 2024-08-05T21:58:43+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 321.5356ms
|
|
[GIN] 2024/08/05 - 21:58:43 | 200 | 321.5356ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 21:58:46 Start: 2024-08-05T21:58:46+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 21:58:46 End: 2024-08-05T21:58:46+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 707.2µs
|
|
[GIN] 2024/08/05 - 21:58:46 | 200 | 707.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 21:58:48 Start: 2024-08-05T21:58:48+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 21:58:48 End: 2024-08-05T21:58:48+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.043ms
|
|
[GIN] 2024/08/05 - 21:58:48 | 200 | 1.043ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 21:59:27 Start: 2024-08-05T21:59:27+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 21:59:27 End: 2024-08-05T21:59:27+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0002ms
|
|
[GIN] 2024/08/05 - 21:59:27 | 200 | 1.0002ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 21:59:27 Start: 2024-08-05T21:59:27+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 21:59:27 End: 2024-08-05T21:59:27+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 593.2µs
|
|
[GIN] 2024/08/05 - 21:59:27 | 200 | 593.2µs | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 21:59:27 Start: 2024-08-05T21:59:27+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3VQD000V8rBS1Iay300oVf3O0VQD0n"}
|
|
2024/08/05 21:59:28 End: 2024-08-05T21:59:28+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 237.1311ms
|
|
[GIN] 2024/08/05 - 21:59:28 | 200 | 237.1311ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:17:11 Start: 2024-08-05T22:17:11+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 22:17:11 End: 2024-08-05T22:17:11+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 2.1695ms
|
|
[GIN] 2024/08/05 - 22:17:11 | 200 | 2.1695ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 22:17:13 Start: 2024-08-05T22:17:13+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 22:17:13 End: 2024-08-05T22:17:13+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 4.906ms
|
|
[GIN] 2024/08/05 - 22:17:13 | 200 | 4.906ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 22:19:24 Start: 2024-08-05T22:19:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 22:19:24 End: 2024-08-05T22:19:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.441ms
|
|
[GIN] 2024/08/05 - 22:19:24 | 200 | 1.441ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 22:19:30 Start: 2024-08-05T22:19:30+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 22:19:30 End: 2024-08-05T22:19:30+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.0765ms
|
|
[GIN] 2024/08/05 - 22:19:30 | 200 | 1.831ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 22:19:51 Start: 2024-08-05T22:19:51+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:19:51 End: 2024-08-05T22:19:51+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.1141ms
|
|
[GIN] 2024/08/05 - 22:19:51 | 200 | 1.1141ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:19:52 Start: 2024-08-05T22:19:52+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:19:52 End: 2024-08-05T22:19:52+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 14.6511ms
|
|
[GIN] 2024/08/05 - 22:19:52 | 200 | 14.6511ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:19:52 Start: 2024-08-05T22:19:52+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b39Kyll20AnWd4cJcnl2ay3DU29KylV"}
|
|
2024/08/05 22:19:53 End: 2024-08-05T22:19:53+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 416.4599ms
|
|
[GIN] 2024/08/05 - 22:19:53 | 200 | 416.4599ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:19:53 Start: 2024-08-05T22:19:53+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 22:19:53 End: 2024-08-05T22:19:53+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 2.0361ms
|
|
[GIN] 2024/08/05 - 22:19:53 | 200 | 2.0361ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 22:19:56 Start: 2024-08-05T22:19:56+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 22:19:56 End: 2024-08-05T22:19:56+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 832.2µs
|
|
[GIN] 2024/08/05 - 22:19:56 | 200 | 832.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 22:22:03 Start: 2024-08-05T22:22:03+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 22:22:03 End: 2024-08-05T22:22:03+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.6395ms
|
|
[GIN] 2024/08/05 - 22:22:03 | 200 | 1.6395ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 22:22:59 Start: 2024-08-05T22:22:59+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:22:59 End: 2024-08-05T22:22:59+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.4173ms
|
|
[GIN] 2024/08/05 - 22:22:59 | 200 | 2.4173ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:23:00 Start: 2024-08-05T22:23:00+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:23:00 End: 2024-08-05T22:23:00+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 6.4001ms
|
|
[GIN] 2024/08/05 - 22:23:00 | 200 | 6.4001ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:23:00 Start: 2024-08-05T22:23:00+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3rAYFa1yM7WH00DBHa1wWIaF3rAYFV"}
|
|
2024/08/05 22:23:00 End: 2024-08-05T22:23:00+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 383.1053ms
|
|
[GIN] 2024/08/05 - 22:23:00 | 200 | 383.1053ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:23:02 Start: 2024-08-05T22:23:02+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 22:23:02 End: 2024-08-05T22:23:02+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.9993ms
|
|
[GIN] 2024/08/05 - 22:23:02 | 200 | 1.9993ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 22:23:03 Start: 2024-08-05T22:23:03+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 22:23:03 End: 2024-08-05T22:23:03+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.1266ms
|
|
[GIN] 2024/08/05 - 22:23:03 | 200 | 1.1266ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 22:23:16 Start: 2024-08-05T22:23:16+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:23:16 End: 2024-08-05T22:23:16+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 155.1µs
|
|
[GIN] 2024/08/05 - 22:23:16 | 200 | 155.1µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:23:16 Start: 2024-08-05T22:23:16+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:23:16 End: 2024-08-05T22:23:16+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 2.1503ms
|
|
[GIN] 2024/08/05 - 22:23:16 | 200 | 2.1503ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:23:16 Start: 2024-08-05T22:23:16+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3r630w3lkcg33yI00w3ASrLV2r630M"}
|
|
2024/08/05 22:23:17 End: 2024-08-05T22:23:17+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 254.5296ms
|
|
[GIN] 2024/08/05 - 22:23:17 | 200 | 254.6426ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:23:26 Start: 2024-08-05T22:23:26+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:23:26 End: 2024-08-05T22:23:26+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.4467ms
|
|
[GIN] 2024/08/05 - 22:23:26 | 200 | 2.4467ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:23:27 Start: 2024-08-05T22:23:27+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:23:27 End: 2024-08-05T22:23:27+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 10.9995ms
|
|
[GIN] 2024/08/05 - 22:23:27 | 200 | 10.9995ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:23:27 Start: 2024-08-05T22:23:27+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3bgS0w3Jr1h33usr1w3gCs8X0bgS05"}
|
|
2024/08/05 22:23:27 End: 2024-08-05T22:23:27+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 210.7089ms
|
|
[GIN] 2024/08/05 - 22:23:27 | 200 | 210.7089ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:23:41 Start: 2024-08-05T22:23:41+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 22:23:41 End: 2024-08-05T22:23:41+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 802µs
|
|
[GIN] 2024/08/05 - 22:23:41 | 200 | 802µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 22:23:43 Start: 2024-08-05T22:23:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 22:23:43 End: 2024-08-05T22:23:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.3409ms
|
|
[GIN] 2024/08/05 - 22:23:43 | 200 | 1.8469ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 22:25:00 Start: 2024-08-05T22:25:00+08:00, Method: OPTIONS, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:25:00 End: 2024-08-05T22:25:00+08:00, Method: OPTIONS, URL: /api/render/get_notification, Status: 404, Latency: 0s
|
|
[GIN] 2024/08/05 - 22:25:00 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
|
|
2024/08/05 22:25:00 Start: 2024-08-05T22:25:00+08:00, Method: OPTIONS, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 22:25:00 End: 2024-08-05T22:25:00+08:00, Method: OPTIONS, URL: /api/render/get_index, Status: 404, Latency: 0s
|
|
[GIN] 2024/08/05 - 22:25:00 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
|
2024/08/05 22:25:02 Start: 2024-08-05T22:25:02+08:00, Method: OPTIONS, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:25:02 End: 2024-08-05T22:25:02+08:00, Method: OPTIONS, URL: /api/render/get_notification, Status: 404, Latency: 0s
|
|
[GIN] 2024/08/05 - 22:25:02 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
|
|
2024/08/05 22:25:02 Start: 2024-08-05T22:25:02+08:00, Method: OPTIONS, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 22:25:02 End: 2024-08-05T22:25:02+08:00, Method: OPTIONS, URL: /api/render/get_index, Status: 404, Latency: 0s
|
|
[GIN] 2024/08/05 - 22:25:02 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
|
2024/08/05 22:37:44 Start: 2024-08-05T22:37:44+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:37:44 End: 2024-08-05T22:37:44+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 503.5µs
|
|
[GIN] 2024/08/05 - 22:37:44 | 200 | 503.5µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:37:44 Start: 2024-08-05T22:37:44+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:37:44 End: 2024-08-05T22:37:44+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.1071ms
|
|
[GIN] 2024/08/05 - 22:37:44 | 200 | 1.1071ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:37:45 Start: 2024-08-05T22:37:45+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c39Z30w3vhdg33YXV1w3YASoj09Z30A"}
|
|
2024/08/05 22:37:45 End: 2024-08-05T22:37:45+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 310.8844ms
|
|
[GIN] 2024/08/05 - 22:37:45 | 200 | 310.8844ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:42:43 Start: 2024-08-05T22:42:43+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:42:43 End: 2024-08-05T22:42:43+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.3525ms
|
|
[GIN] 2024/08/05 - 22:42:43 | 200 | 1.3525ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:42:43 Start: 2024-08-05T22:42:43+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:42:43 End: 2024-08-05T22:42:43+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 2.3681ms
|
|
[GIN] 2024/08/05 - 22:42:43 | 200 | 2.3681ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:42:45 Start: 2024-08-05T22:42:45+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:42:45 End: 2024-08-05T22:42:45+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 129µs
|
|
[GIN] 2024/08/05 - 22:42:45 | 200 | 129µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:42:45 Start: 2024-08-05T22:42:45+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:42:45 End: 2024-08-05T22:42:45+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.5827ms
|
|
[GIN] 2024/08/05 - 22:42:45 | 200 | 1.5827ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:42:46 Start: 2024-08-05T22:42:46+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3JbRll2YMCWd4Hw0ll2Qkq2z2JbRlZ"}
|
|
2024/08/05 22:42:46 End: 2024-08-05T22:42:46+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 309.5318ms
|
|
[GIN] 2024/08/05 - 22:42:46 | 200 | 309.5318ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:42:52 Start: 2024-08-05T22:42:52+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:42:52 End: 2024-08-05T22:42:52+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0907ms
|
|
[GIN] 2024/08/05 - 22:42:52 | 200 | 1.0907ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:42:52 Start: 2024-08-05T22:42:52+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:42:52 End: 2024-08-05T22:42:52+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.365ms
|
|
[GIN] 2024/08/05 - 22:42:52 | 200 | 1.365ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:42:52 Start: 2024-08-05T22:42:52+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f300Lkl21AwVd47fIol2xNNrW100Lkf"}
|
|
2024/08/05 22:42:52 End: 2024-08-05T22:42:52+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 196.2041ms
|
|
[GIN] 2024/08/05 - 22:42:52 | 200 | 196.7081ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:45:04 Start: 2024-08-05T22:45:04+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:45:05 End: 2024-08-05T22:45:05+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 4.5625ms
|
|
[GIN] 2024/08/05 - 22:45:05 | 200 | 4.5625ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:45:05 Start: 2024-08-05T22:45:05+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:45:05 End: 2024-08-05T22:45:05+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 5.5047ms
|
|
[GIN] 2024/08/05 - 22:45:05 | 200 | 5.5047ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:45:05 Start: 2024-08-05T22:45:05+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3lx80005qQAS1JlX200iPCSA1lx805"}
|
|
2024/08/05 22:45:05 End: 2024-08-05T22:45:05+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 351.2457ms
|
|
[GIN] 2024/08/05 - 22:45:05 | 200 | 351.2457ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:46:17 Start: 2024-08-05T22:46:17+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:46:17 End: 2024-08-05T22:46:17+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 708.6µs
|
|
[GIN] 2024/08/05 - 22:46:17 | 200 | 708.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:46:17 Start: 2024-08-05T22:46:17+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:46:17 End: 2024-08-05T22:46:17+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.7136ms
|
|
[GIN] 2024/08/05 - 22:46:17 | 200 | 1.7136ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:46:18 Start: 2024-08-05T22:46:18+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3vyl0w3oKqg334QB1w3omdpj0vyl05"}
|
|
2024/08/05 22:46:18 End: 2024-08-05T22:46:18+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 319.0669ms
|
|
[GIN] 2024/08/05 - 22:46:18 | 200 | 319.5711ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:46:23 Start: 2024-08-05T22:46:23+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:46:23 End: 2024-08-05T22:46:23+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 959.6µs
|
|
[GIN] 2024/08/05 - 22:46:23 | 200 | 959.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:46:23 Start: 2024-08-05T22:46:23+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:46:23 End: 2024-08-05T22:46:23+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 2.12ms
|
|
[GIN] 2024/08/05 - 22:46:23 | 200 | 2.12ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:46:24 Start: 2024-08-05T22:46:24+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3kdLkl2DYsVd4tAzll2jdSoP3kdLkh"}
|
|
2024/08/05 22:46:24 End: 2024-08-05T22:46:24+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 226.7639ms
|
|
[GIN] 2024/08/05 - 22:46:24 | 200 | 226.7639ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:46:35 Start: 2024-08-05T22:46:35+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:46:35 End: 2024-08-05T22:46:35+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 583.1µs
|
|
[GIN] 2024/08/05 - 22:46:35 | 200 | 583.1µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:46:35 Start: 2024-08-05T22:46:35+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:46:35 End: 2024-08-05T22:46:35+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 3.9343ms
|
|
[GIN] 2024/08/05 - 22:46:35 | 200 | 3.9343ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:46:35 Start: 2024-08-05T22:46:35+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c33eLkl2tXsVd4KGKnl2sMgxQ33eLks"}
|
|
2024/08/05 22:46:35 End: 2024-08-05T22:46:35+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 212.6056ms
|
|
[GIN] 2024/08/05 - 22:46:35 | 200 | 212.6056ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:46:49 Start: 2024-08-05T22:46:49+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:46:49 End: 2024-08-05T22:46:49+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 253.4µs
|
|
[GIN] 2024/08/05 - 22:46:49 | 200 | 757.8µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:46:49 Start: 2024-08-05T22:46:49+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:46:49 End: 2024-08-05T22:46:49+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.5563ms
|
|
[GIN] 2024/08/05 - 22:46:49 | 200 | 1.5563ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:46:49 Start: 2024-08-05T22:46:49+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e33rRll2n8zWd4FOHol2uoA0x03rRlw"}
|
|
2024/08/05 22:46:49 End: 2024-08-05T22:46:49+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 191.0806ms
|
|
[GIN] 2024/08/05 - 22:46:49 | 200 | 191.0806ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:48:12 Start: 2024-08-05T22:48:12+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:48:12 End: 2024-08-05T22:48:12+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 933.7µs
|
|
[GIN] 2024/08/05 - 22:48:12 | 200 | 1.4395ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:48:12 Start: 2024-08-05T22:48:12+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:48:12 End: 2024-08-05T22:48:12+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.7798ms
|
|
[GIN] 2024/08/05 - 22:48:12 | 200 | 1.7798ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:48:12 Start: 2024-08-05T22:48:12+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3HC40w35I9g33P1F0w3O7nvO1HC40R"}
|
|
2024/08/05 22:48:13 End: 2024-08-05T22:48:13+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 321.5519ms
|
|
[GIN] 2024/08/05 - 22:48:13 | 200 | 321.5519ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:49:27 Start: 2024-08-05T22:49:27+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:49:27 End: 2024-08-05T22:49:27+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 992.7µs
|
|
[GIN] 2024/08/05 - 22:49:27 | 200 | 1.4953ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:49:27 Start: 2024-08-05T22:49:27+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:49:27 End: 2024-08-05T22:49:27+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.463ms
|
|
[GIN] 2024/08/05 - 22:49:27 | 200 | 1.463ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:49:28 Start: 2024-08-05T22:49:28+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3VoLkl2UOsVd4POqml2wRhTv0VoLkJ"}
|
|
2024/08/05 22:49:28 End: 2024-08-05T22:49:28+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 290.3078ms
|
|
[GIN] 2024/08/05 - 22:49:28 | 200 | 290.3078ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:49:44 Start: 2024-08-05T22:49:44+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:49:44 End: 2024-08-05T22:49:44+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.6239ms
|
|
[GIN] 2024/08/05 - 22:49:44 | 200 | 2.6273ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:49:44 Start: 2024-08-05T22:49:44+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:49:44 End: 2024-08-05T22:49:44+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.5093ms
|
|
[GIN] 2024/08/05 - 22:49:44 | 200 | 1.5093ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:49:44 Start: 2024-08-05T22:49:44+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3YpLkl2KRsVd4sK5ll2NE6jf1YpLkp"}
|
|
2024/08/05 22:49:45 End: 2024-08-05T22:49:45+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 225.8787ms
|
|
[GIN] 2024/08/05 - 22:49:45 | 200 | 225.8787ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:49:49 Start: 2024-08-05T22:49:49+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:49:49 End: 2024-08-05T22:49:49+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 5.9984ms
|
|
[GIN] 2024/08/05 - 22:49:49 | 200 | 5.9984ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:49:49 Start: 2024-08-05T22:49:49+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:49:49 End: 2024-08-05T22:49:49+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 2.5374ms
|
|
[GIN] 2024/08/05 - 22:49:49 | 200 | 2.5374ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:49:49 Start: 2024-08-05T22:49:49+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3URT0w3lEYg33w5f0w35qRrW1URT0t"}
|
|
2024/08/05 22:49:50 End: 2024-08-05T22:49:50+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 255.0372ms
|
|
[GIN] 2024/08/05 - 22:49:50 | 200 | 255.556ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:50:22 Start: 2024-08-05T22:50:22+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:50:22 End: 2024-08-05T22:50:22+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 6.0805ms
|
|
[GIN] 2024/08/05 - 22:50:22 | 200 | 7.0799ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:50:23 Start: 2024-08-05T22:50:23+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:50:23 End: 2024-08-05T22:50:23+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 4.1775ms
|
|
[GIN] 2024/08/05 - 22:50:23 | 200 | 4.1775ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:50:23 Start: 2024-08-05T22:50:23+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d30UT0w3qLYg33iGs1w3HiJkh30UT0m"}
|
|
2024/08/05 22:50:23 End: 2024-08-05T22:50:23+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 210.631ms
|
|
[GIN] 2024/08/05 - 22:50:23 | 200 | 210.631ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:50:40 Start: 2024-08-05T22:50:40+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:50:40 End: 2024-08-05T22:50:40+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.6172ms
|
|
[GIN] 2024/08/05 - 22:50:40 | 200 | 1.6172ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:50:41 Start: 2024-08-05T22:50:41+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:50:41 End: 2024-08-05T22:50:41+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 50.1045ms
|
|
[GIN] 2024/08/05 - 22:50:41 | 200 | 50.1045ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:50:41 Start: 2024-08-05T22:50:41+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d37khGa1H9mWH0gMFGa16vVpF17khGz"}
|
|
2024/08/05 22:50:41 End: 2024-08-05T22:50:41+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 205.6012ms
|
|
[GIN] 2024/08/05 - 22:50:41 | 200 | 205.6012ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:52:04 Start: 2024-08-05T22:52:04+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:52:04 End: 2024-08-05T22:52:04+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 189.9µs
|
|
[GIN] 2024/08/05 - 22:52:04 | 200 | 695.7µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:52:04 Start: 2024-08-05T22:52:04+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:52:04 End: 2024-08-05T22:52:04+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.312ms
|
|
[GIN] 2024/08/05 - 22:52:04 | 200 | 1.312ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:52:04 Start: 2024-08-05T22:52:04+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3Vcw100WpdCS1flg300UPFBt0Vcw1r"}
|
|
2024/08/05 22:52:05 End: 2024-08-05T22:52:05+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 330.4644ms
|
|
[GIN] 2024/08/05 - 22:52:05 | 200 | 330.4644ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:53:22 Start: 2024-08-05T22:53:22+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:53:22 End: 2024-08-05T22:53:22+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 547.6µs
|
|
[GIN] 2024/08/05 - 22:53:22 | 200 | 547.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:53:22 Start: 2024-08-05T22:53:22+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:53:22 End: 2024-08-05T22:53:22+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.0989ms
|
|
[GIN] 2024/08/05 - 22:53:22 | 200 | 1.0989ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:53:22 Start: 2024-08-05T22:53:22+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3k5U0w3OyYg33bur0w3RMieM1k5U0o"}
|
|
2024/08/05 22:53:23 End: 2024-08-05T22:53:23+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 304.6328ms
|
|
[GIN] 2024/08/05 - 22:53:23 | 200 | 304.6328ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:54:19 Start: 2024-08-05T22:54:19+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:54:19 End: 2024-08-05T22:54:19+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.9833ms
|
|
[GIN] 2024/08/05 - 22:54:19 | 200 | 1.9833ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:54:19 Start: 2024-08-05T22:54:19+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:54:19 End: 2024-08-05T22:54:19+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 8.3497ms
|
|
[GIN] 2024/08/05 - 22:54:19 | 200 | 9.3479ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:54:19 Start: 2024-08-05T22:54:19+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3lK2ll2eJKVd4NlSkl2yc3nt2lK2lk"}
|
|
2024/08/05 22:54:20 End: 2024-08-05T22:54:20+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 277.519ms
|
|
[GIN] 2024/08/05 - 22:54:20 | 200 | 277.519ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:54:44 Start: 2024-08-05T22:54:44+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:54:44 End: 2024-08-05T22:54:44+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 936.8µs
|
|
[GIN] 2024/08/05 - 22:54:44 | 200 | 1.24ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:54:44 Start: 2024-08-05T22:54:44+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:54:44 End: 2024-08-05T22:54:44+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.9149ms
|
|
[GIN] 2024/08/05 - 22:54:44 | 200 | 1.9149ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:54:44 Start: 2024-08-05T22:54:44+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3otJFa1KNOVH06ILFa1z5X1x0otJFx"}
|
|
2024/08/05 22:54:45 End: 2024-08-05T22:54:45+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 220.7188ms
|
|
[GIN] 2024/08/05 - 22:54:45 | 200 | 220.7188ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:54:56 Start: 2024-08-05T22:54:56+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:54:56 End: 2024-08-05T22:54:56+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 691.9µs
|
|
[GIN] 2024/08/05 - 22:54:56 | 200 | 1.1963ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:54:56 Start: 2024-08-05T22:54:56+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:54:56 End: 2024-08-05T22:54:56+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.9897ms
|
|
[GIN] 2024/08/05 - 22:54:56 | 200 | 1.9897ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:54:57 Start: 2024-08-05T22:54:57+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3Qt4200qpMCS1Bwj100vrbzc0Qt42I"}
|
|
2024/08/05 22:54:57 End: 2024-08-05T22:54:57+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 199.3102ms
|
|
[GIN] 2024/08/05 - 22:54:57 | 200 | 199.3102ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:55:37 Start: 2024-08-05T22:55:37+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:55:37 End: 2024-08-05T22:55:37+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 3.5431ms
|
|
[GIN] 2024/08/05 - 22:55:37 | 200 | 3.5431ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:55:37 Start: 2024-08-05T22:55:37+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:55:37 End: 2024-08-05T22:55:37+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.6022ms
|
|
[GIN] 2024/08/05 - 22:55:37 | 200 | 1.6022ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:55:37 Start: 2024-08-05T22:55:37+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3MChGa1ARmWH036MHa1DEaYE0MChGb"}
|
|
2024/08/05 22:55:37 End: 2024-08-05T22:55:37+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 259.691ms
|
|
[GIN] 2024/08/05 - 22:55:37 | 200 | 259.691ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:55:42 Start: 2024-08-05T22:55:42+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:55:42 End: 2024-08-05T22:55:42+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 729.5µs
|
|
[GIN] 2024/08/05 - 22:55:42 | 200 | 729.5µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:55:43 Start: 2024-08-05T22:55:43+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:55:43 End: 2024-08-05T22:55:43+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.0161ms
|
|
[GIN] 2024/08/05 - 22:55:43 | 200 | 1.0161ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:55:43 Start: 2024-08-05T22:55:43+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3zMLkl2JBtVd4bW6nl2KjQ4V3zMLkz"}
|
|
2024/08/05 22:55:43 End: 2024-08-05T22:55:43+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 242.2074ms
|
|
[GIN] 2024/08/05 - 22:55:43 | 200 | 242.2074ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 22:56:14 Start: 2024-08-05T22:56:14+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 22:56:14 End: 2024-08-05T22:56:14+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 660.8µs
|
|
[GIN] 2024/08/05 - 22:56:14 | 200 | 660.8µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 22:56:14 Start: 2024-08-05T22:56:14+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 22:56:14 End: 2024-08-05T22:56:14+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 2.1829ms
|
|
[GIN] 2024/08/05 - 22:56:14 | 200 | 2.1829ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 22:56:15 Start: 2024-08-05T22:56:15+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e39dD0w3dDHg33bqE1w36tSBZ39dD0d"}
|
|
2024/08/05 22:56:15 End: 2024-08-05T22:56:15+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 255.9446ms
|
|
[GIN] 2024/08/05 - 22:56:15 | 200 | 255.9446ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:00:17 Start: 2024-08-05T23:00:17+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:00:17 End: 2024-08-05T23:00:17+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.6767ms
|
|
[GIN] 2024/08/05 - 23:00:17 | 200 | 2.6767ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:00:17 Start: 2024-08-05T23:00:17+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:00:17 End: 2024-08-05T23:00:17+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.5024ms
|
|
[GIN] 2024/08/05 - 23:00:17 | 200 | 1.5024ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:00:18 Start: 2024-08-05T23:00:18+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3S3Mkl2T8tVd4LAnml2BPGmN1S3Mk9"}
|
|
2024/08/05 23:00:18 End: 2024-08-05T23:00:18+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 277.6507ms
|
|
[GIN] 2024/08/05 - 23:00:18 | 200 | 277.6507ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:00:43 Start: 2024-08-05T23:00:43+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:00:43 End: 2024-08-05T23:00:43+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.6868ms
|
|
[GIN] 2024/08/05 - 23:00:43 | 200 | 1.6868ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:00:44 Start: 2024-08-05T23:00:44+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:00:44 End: 2024-08-05T23:00:44+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 7.0665ms
|
|
[GIN] 2024/08/05 - 23:00:44 | 200 | 7.0665ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:00:44 Start: 2024-08-05T23:00:44+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3x5Mkl2OatVd4t7Unl2KZbiz0x5Mkf"}
|
|
2024/08/05 23:00:44 End: 2024-08-05T23:00:44+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 218.4207ms
|
|
[GIN] 2024/08/05 - 23:00:44 | 200 | 218.4207ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:04:04 Start: 2024-08-05T23:04:04+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:04:04 End: 2024-08-05T23:04:04+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 22.2122ms
|
|
[GIN] 2024/08/05 - 23:04:04 | 200 | 22.2122ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:04:04 Start: 2024-08-05T23:04:04+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:04:04 End: 2024-08-05T23:04:04+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.2171ms
|
|
[GIN] 2024/08/05 - 23:04:04 | 200 | 1.2171ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:04:05 Start: 2024-08-05T23:04:05+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3bKq000lK8BS1xJh100KPGEK0bKq0t"}
|
|
2024/08/05 23:04:05 End: 2024-08-05T23:04:05+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 296.0769ms
|
|
[GIN] 2024/08/05 - 23:04:05 | 200 | 296.0769ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:04:19 Start: 2024-08-05T23:04:19+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:04:19 End: 2024-08-05T23:04:19+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 688µs
|
|
[GIN] 2024/08/05 - 23:04:19 | 200 | 688µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:04:20 Start: 2024-08-05T23:04:20+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:04:20 End: 2024-08-05T23:04:20+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 3.6869ms
|
|
[GIN] 2024/08/05 - 23:04:20 | 200 | 3.6869ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:04:20 Start: 2024-08-05T23:04:20+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3fvSll2etAWd4AMIkl26ufmI0fvSlb"}
|
|
2024/08/05 23:04:20 End: 2024-08-05T23:04:20+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 203.7815ms
|
|
[GIN] 2024/08/05 - 23:04:20 | 200 | 203.7815ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:05:17 Start: 2024-08-05T23:05:17+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:05:17 End: 2024-08-05T23:05:17+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 22.4438ms
|
|
[GIN] 2024/08/05 - 23:05:17 | 200 | 22.9473ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:05:18 Start: 2024-08-05T23:05:18+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:05:18 End: 2024-08-05T23:05:18+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 20.0861ms
|
|
[GIN] 2024/08/05 - 23:05:18 | 200 | 20.0861ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:05:18 Start: 2024-08-05T23:05:18+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3rRb1w3Cchh33DDg3w3GYMww4rRb1V"}
|
|
2024/08/05 23:05:18 End: 2024-08-05T23:05:18+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 264.8311ms
|
|
[GIN] 2024/08/05 - 23:05:18 | 200 | 264.8311ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:05:30 Start: 2024-08-05T23:05:30+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:05:30 End: 2024-08-05T23:05:30+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 646.6µs
|
|
[GIN] 2024/08/05 - 23:05:30 | 200 | 646.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:05:31 Start: 2024-08-05T23:05:31+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:05:31 End: 2024-08-05T23:05:31+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.5054ms
|
|
[GIN] 2024/08/05 - 23:05:31 | 200 | 1.5054ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:05:31 Start: 2024-08-05T23:05:31+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3BnMkl23kuVd4wd4nl2UqTo42BnMkP"}
|
|
2024/08/05 23:05:31 End: 2024-08-05T23:05:31+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 233.0498ms
|
|
[GIN] 2024/08/05 - 23:05:31 | 200 | 233.0498ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:06:09 Start: 2024-08-05T23:06:09+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:06:09 End: 2024-08-05T23:06:09+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.8598ms
|
|
[GIN] 2024/08/05 - 23:06:09 | 200 | 2.8598ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:06:10 Start: 2024-08-05T23:06:10+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:06:10 End: 2024-08-05T23:06:10+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 12.4141ms
|
|
[GIN] 2024/08/05 - 23:06:10 | 200 | 12.4141ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:06:10 Start: 2024-08-05T23:06:10+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b31P90004KRAS12aa100SJv4u11P90r"}
|
|
2024/08/05 23:06:10 End: 2024-08-05T23:06:10+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 209.6877ms
|
|
[GIN] 2024/08/05 - 23:06:10 | 200 | 209.6877ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:06:19 Start: 2024-08-05T23:06:19+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:06:19 End: 2024-08-05T23:06:19+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 166.4µs
|
|
[GIN] 2024/08/05 - 23:06:19 | 200 | 166.4µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:06:19 Start: 2024-08-05T23:06:19+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:06:19 End: 2024-08-05T23:06:19+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.3037ms
|
|
[GIN] 2024/08/05 - 23:06:19 | 200 | 1.3037ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:06:20 Start: 2024-08-05T23:06:20+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3p1K1w3AnPh33nSh0w3EGRHp4p1K14"}
|
|
2024/08/05 23:06:20 End: 2024-08-05T23:06:20+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 266.59ms
|
|
[GIN] 2024/08/05 - 23:06:20 | 200 | 266.59ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:08:39 Start: 2024-08-05T23:08:39+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:08:39 End: 2024-08-05T23:08:39+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.5219ms
|
|
[GIN] 2024/08/05 - 23:08:39 | 200 | 1.5219ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:08:40 Start: 2024-08-05T23:08:40+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:08:40 End: 2024-08-05T23:08:40+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 3.6284ms
|
|
[GIN] 2024/08/05 - 23:08:40 | 200 | 3.6284ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:08:40 Start: 2024-08-05T23:08:40+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e32kKFa1JTPVH0VdrIa1d6DkB22kKFN"}
|
|
2024/08/05 23:08:40 End: 2024-08-05T23:08:40+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 294.8813ms
|
|
[GIN] 2024/08/05 - 23:08:40 | 200 | 295.8905ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:11:08 Start: 2024-08-05T23:11:08+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:11:08 End: 2024-08-05T23:11:08+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0347ms
|
|
[GIN] 2024/08/05 - 23:11:08 | 200 | 1.0347ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:11:08 Start: 2024-08-05T23:11:08+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:11:08 End: 2024-08-05T23:11:08+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.4998ms
|
|
[GIN] 2024/08/05 - 23:11:08 | 200 | 1.4998ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:11:09 Start: 2024-08-05T23:11:09+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3UIMkl2qYtVd4m73nl2vazSl3UIMko"}
|
|
2024/08/05 23:11:09 End: 2024-08-05T23:11:09+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 274.6463ms
|
|
[GIN] 2024/08/05 - 23:11:09 | 200 | 274.6463ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:12:34 Start: 2024-08-05T23:12:34+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:12:34 End: 2024-08-05T23:12:34+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.309ms
|
|
[GIN] 2024/08/05 - 23:12:34 | 200 | 1.309ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:12:35 Start: 2024-08-05T23:12:35+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:12:35 End: 2024-08-05T23:12:35+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.7576ms
|
|
[GIN] 2024/08/05 - 23:12:35 | 200 | 1.7576ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:12:35 Start: 2024-08-05T23:12:35+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3Xic1w3nOgh33ODM0w3EatIT0Xic1w"}
|
|
2024/08/05 23:12:35 End: 2024-08-05T23:12:35+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 302.1103ms
|
|
[GIN] 2024/08/05 - 23:12:35 | 200 | 302.1103ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:15:26 Start: 2024-08-05T23:15:26+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:15:26 End: 2024-08-05T23:15:26+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.2888ms
|
|
[GIN] 2024/08/05 - 23:15:26 | 200 | 2.2888ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:15:27 Start: 2024-08-05T23:15:27+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:15:27 End: 2024-08-05T23:15:27+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.3857ms
|
|
[GIN] 2024/08/05 - 23:15:27 | 200 | 1.3857ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:15:27 Start: 2024-08-05T23:15:27+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3QY7Ha1sacXH0eOoJa15dfSb1QY7HI"}
|
|
2024/08/05 23:15:27 End: 2024-08-05T23:15:27+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 323.9667ms
|
|
[GIN] 2024/08/05 - 23:15:27 | 200 | 323.9667ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:18:15 Start: 2024-08-05T23:18:15+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:18:15 End: 2024-08-05T23:18:15+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.5177ms
|
|
[GIN] 2024/08/05 - 23:18:15 | 200 | 1.5177ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:18:15 Start: 2024-08-05T23:18:15+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:18:15 End: 2024-08-05T23:18:15+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 8.9894ms
|
|
[GIN] 2024/08/05 - 23:18:15 | 200 | 8.9894ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:18:15 Start: 2024-08-05T23:18:15+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3M9Nkl2DYtVd4LNmll2xWE1x0M9Nkn"}
|
|
2024/08/05 23:18:16 End: 2024-08-05T23:18:16+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 305.7466ms
|
|
[GIN] 2024/08/05 - 23:18:16 | 200 | 305.7466ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:18:26 Start: 2024-08-05T23:18:26+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:18:26 End: 2024-08-05T23:18:26+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 908.9µs
|
|
[GIN] 2024/08/05 - 23:18:26 | 200 | 908.9µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:18:27 Start: 2024-08-05T23:18:27+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:18:27 End: 2024-08-05T23:18:27+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.5969ms
|
|
[GIN] 2024/08/05 - 23:18:27 | 200 | 1.5969ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:18:27 Start: 2024-08-05T23:18:27+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3yglll2Y52Wd4HJdml2nNbDP1ygllN"}
|
|
2024/08/05 23:18:27 End: 2024-08-05T23:18:27+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 203.1162ms
|
|
[GIN] 2024/08/05 - 23:18:27 | 200 | 203.1162ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:18:43 Start: 2024-08-05T23:18:43+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:18:43 End: 2024-08-05T23:18:43+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 238.6µs
|
|
[GIN] 2024/08/05 - 23:18:43 | 200 | 238.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:18:43 Start: 2024-08-05T23:18:43+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:18:43 End: 2024-08-05T23:18:43+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.4523ms
|
|
[GIN] 2024/08/05 - 23:18:43 | 200 | 1.4523ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:18:44 Start: 2024-08-05T23:18:44+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3GnTll2f5AWd4N6Jkl2Tyn7X0GnTlH"}
|
|
2024/08/05 23:18:44 End: 2024-08-05T23:18:44+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 198.3597ms
|
|
[GIN] 2024/08/05 - 23:18:44 | 200 | 198.3597ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:18:52 Start: 2024-08-05T23:18:52+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:18:52 End: 2024-08-05T23:18:52+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 5.7722ms
|
|
[GIN] 2024/08/05 - 23:18:52 | 200 | 5.7722ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:18:52 Start: 2024-08-05T23:18:52+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:18:52 End: 2024-08-05T23:18:52+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 3.1739ms
|
|
[GIN] 2024/08/05 - 23:18:52 | 200 | 3.1739ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:18:52 Start: 2024-08-05T23:18:52+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3Bu60w3eBag33BOp3w3K2JZf0Bu60w"}
|
|
2024/08/05 23:18:52 End: 2024-08-05T23:18:52+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 211.899ms
|
|
[GIN] 2024/08/05 - 23:18:52 | 200 | 211.899ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:19:24 Start: 2024-08-05T23:19:24+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:19:24 End: 2024-08-05T23:19:24+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.3128ms
|
|
[GIN] 2024/08/05 - 23:19:24 | 200 | 1.3128ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:19:24 Start: 2024-08-05T23:19:24+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:19:24 End: 2024-08-05T23:19:24+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.3405ms
|
|
[GIN] 2024/08/05 - 23:19:24 | 200 | 1.3405ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:19:24 Start: 2024-08-05T23:19:24+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b38h4ll2rYKVd4y9pnl2Fiv9y08h4lg"}
|
|
2024/08/05 23:19:24 End: 2024-08-05T23:19:24+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 208.8914ms
|
|
[GIN] 2024/08/05 - 23:19:24 | 200 | 208.8914ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:25:31 Start: 2024-08-05T23:25:31+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:25:31 End: 2024-08-05T23:25:31+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.8691ms
|
|
[GIN] 2024/08/05 - 23:25:31 | 200 | 2.8691ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:25:32 Start: 2024-08-05T23:25:32+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:25:32 End: 2024-08-05T23:25:32+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 4.7834ms
|
|
[GIN] 2024/08/05 - 23:25:32 | 200 | 4.7834ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:25:32 Start: 2024-08-05T23:25:32+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3lHlll2eqZVd4rPLnl2Ojg8X0lHllf"}
|
|
2024/08/05 23:25:32 End: 2024-08-05T23:25:32+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 299.2112ms
|
|
[GIN] 2024/08/05 - 23:25:32 | 200 | 299.2112ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:32:03 Start: 2024-08-05T23:32:03+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:32:03 End: 2024-08-05T23:32:03+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 926.8µs
|
|
[GIN] 2024/08/05 - 23:32:03 | 200 | 926.8µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:32:03 Start: 2024-08-05T23:32:03+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:32:03 End: 2024-08-05T23:32:03+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.8413ms
|
|
[GIN] 2024/08/05 - 23:32:03 | 200 | 1.8413ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:32:04 Start: 2024-08-05T23:32:04+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3V5mll2ks0Wd4EsGnl2iDhcA2V5ml7"}
|
|
2024/08/05 23:32:04 End: 2024-08-05T23:32:04+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 329.7763ms
|
|
[GIN] 2024/08/05 - 23:32:04 | 200 | 329.7763ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:34:42 Start: 2024-08-05T23:34:42+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:34:42 End: 2024-08-05T23:34:42+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 640µs
|
|
[GIN] 2024/08/05 - 23:34:42 | 200 | 640µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:34:42 Start: 2024-08-05T23:34:42+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:34:42 End: 2024-08-05T23:34:42+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 8.4534ms
|
|
[GIN] 2024/08/05 - 23:34:42 | 200 | 8.4534ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:34:42 Start: 2024-08-05T23:34:42+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e30mUll2kDyWd4NfFol2be9zI30mUlX"}
|
|
2024/08/05 23:34:43 End: 2024-08-05T23:34:43+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 314.8177ms
|
|
[GIN] 2024/08/05 - 23:34:43 | 200 | 314.8177ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:44:39 Start: 2024-08-05T23:44:39+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:44:39 End: 2024-08-05T23:44:39+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 4.8622ms
|
|
[GIN] 2024/08/05 - 23:44:39 | 200 | 4.8622ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:44:39 Start: 2024-08-05T23:44:39+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:44:39 End: 2024-08-05T23:44:39+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 14.315ms
|
|
[GIN] 2024/08/05 - 23:44:39 | 200 | 14.315ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:44:39 Start: 2024-08-05T23:44:39+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3uLOkl2xVqVd4FIXnl2xjrF62uLOkv"}
|
|
2024/08/05 23:44:40 End: 2024-08-05T23:44:40+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 333.9286ms
|
|
[GIN] 2024/08/05 - 23:44:40 | 200 | 333.9286ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:47:18 Start: 2024-08-05T23:47:18+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 23:47:18 End: 2024-08-05T23:47:18+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 2.8114ms
|
|
[GIN] 2024/08/05 - 23:47:18 | 200 | 2.8114ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 23:47:19 Start: 2024-08-05T23:47:19+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
|
|
2024/08/05 23:47:19 End: 2024-08-05T23:47:19+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 1.2358ms
|
|
[GIN] 2024/08/05 - 23:47:19 | 200 | 1.2358ms | 127.0.0.1 | GET "/api/render/get_car_index"
|
|
2024/08/05 23:47:19 Start: 2024-08-05T23:47:19+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
|
|
2024/08/05 23:47:19 End: 2024-08-05T23:47:19+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 1.3276ms
|
|
[GIN] 2024/08/05 - 23:47:19 | 200 | 1.3276ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
|
|
2024/08/05 23:47:21 Start: 2024-08-05T23:47:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=rencheheyan, GET params: map[product_name:[rencheheyan]], Body:
|
|
2024/08/05 23:47:21 End: 2024-08-05T23:47:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=rencheheyan, Status: 200, Latency: 687.9µs
|
|
[GIN] 2024/08/05 - 23:47:21 | 200 | 687.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=rencheheyan"
|
|
2024/08/05 23:47:27 Start: 2024-08-05T23:47:27+08:00, Method: GET, URL: /api/product/product_notes?product_name=rencheheyan, GET params: map[product_name:[rencheheyan]], Body:
|
|
2024/08/05 23:47:27 End: 2024-08-05T23:47:27+08:00, Method: GET, URL: /api/product/product_notes?product_name=rencheheyan, Status: 200, Latency: 745.3µs
|
|
[GIN] 2024/08/05 - 23:47:27 | 200 | 745.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=rencheheyan"
|
|
2024/08/05 23:47:43 Start: 2024-08-05T23:47:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=rencheheyan, GET params: map[product_name:[rencheheyan]], Body:
|
|
2024/08/05 23:47:43 End: 2024-08-05T23:47:43+08:00, Method: GET, URL: /api/product/product_notes?product_name=rencheheyan, Status: 200, Latency: 1.7527ms
|
|
[GIN] 2024/08/05 - 23:47:43 | 200 | 1.7527ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=rencheheyan"
|
|
2024/08/05 23:50:13 Start: 2024-08-05T23:50:13+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:50:13 End: 2024-08-05T23:50:13+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.191ms
|
|
[GIN] 2024/08/05 - 23:50:13 | 200 | 1.191ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:50:13 Start: 2024-08-05T23:50:13+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:50:13 End: 2024-08-05T23:50:13+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 750.9µs
|
|
[GIN] 2024/08/05 - 23:50:13 | 200 | 750.9µs | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:50:14 Start: 2024-08-05T23:50:14+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3ABK000S3nBS1NQb000fxGS14ABK08"}
|
|
2024/08/05 23:50:14 End: 2024-08-05T23:50:14+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 344.637ms
|
|
[GIN] 2024/08/05 - 23:50:14 | 200 | 344.637ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:51:16 Start: 2024-08-05T23:51:16+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:51:16 End: 2024-08-05T23:51:16+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 10.4631ms
|
|
[GIN] 2024/08/05 - 23:51:16 | 200 | 10.4631ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:51:17 Start: 2024-08-05T23:51:17+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:51:17 End: 2024-08-05T23:51:17+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 2.5091ms
|
|
[GIN] 2024/08/05 - 23:51:17 | 200 | 2.5091ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:51:17 Start: 2024-08-05T23:51:17+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3zd6ll2k8IVd4Ihpll26mXzI3zd6lE"}
|
|
2024/08/05 23:51:17 End: 2024-08-05T23:51:17+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 324.5446ms
|
|
[GIN] 2024/08/05 - 23:51:17 | 200 | 324.5446ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:51:53 Start: 2024-08-05T23:51:53+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:51:53 End: 2024-08-05T23:51:53+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 50.7µs
|
|
[GIN] 2024/08/05 - 23:51:53 | 200 | 557.1µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:51:53 Start: 2024-08-05T23:51:53+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:51:53 End: 2024-08-05T23:51:53+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 2.0973ms
|
|
[GIN] 2024/08/05 - 23:51:53 | 200 | 2.0973ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:51:53 Start: 2024-08-05T23:51:53+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3SHK000pAmBS1GL4400zq4m71SHK01"}
|
|
2024/08/05 23:51:54 End: 2024-08-05T23:51:54+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 192.4952ms
|
|
[GIN] 2024/08/05 - 23:51:54 | 200 | 192.4952ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:52:40 Start: 2024-08-05T23:52:40+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:52:40 End: 2024-08-05T23:52:40+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 473.9µs
|
|
[GIN] 2024/08/05 - 23:52:40 | 200 | 473.9µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:52:40 Start: 2024-08-05T23:52:40+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:52:40 End: 2024-08-05T23:52:40+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 26.2941ms
|
|
[GIN] 2024/08/05 - 23:52:40 | 200 | 26.2941ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:52:41 Start: 2024-08-05T23:52:41+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3OfPkl28irVd4rXjol2j0rNc3OfPkn"}
|
|
2024/08/05 23:52:41 End: 2024-08-05T23:52:41+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 196.8915ms
|
|
[GIN] 2024/08/05 - 23:52:41 | 200 | 196.8915ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:54:02 Start: 2024-08-05T23:54:02+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 23:54:02 End: 2024-08-05T23:54:02+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.7626ms
|
|
[GIN] 2024/08/05 - 23:54:02 | 200 | 1.7626ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 23:54:05 Start: 2024-08-05T23:54:05+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 23:54:05 End: 2024-08-05T23:54:05+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 7.5918ms
|
|
[GIN] 2024/08/05 - 23:54:05 | 200 | 8.592ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 23:55:32 Start: 2024-08-05T23:55:32+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 23:55:32 End: 2024-08-05T23:55:32+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.3456ms
|
|
[GIN] 2024/08/05 - 23:55:32 | 200 | 1.3456ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 23:55:34 Start: 2024-08-05T23:55:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 23:55:34 End: 2024-08-05T23:55:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.5122ms
|
|
[GIN] 2024/08/05 - 23:55:34 | 200 | 1.5122ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 23:55:38 Start: 2024-08-05T23:55:38+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:55:38 End: 2024-08-05T23:55:38+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 154.2µs
|
|
[GIN] 2024/08/05 - 23:55:38 | 200 | 154.2µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:55:38 Start: 2024-08-05T23:55:38+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:55:38 End: 2024-08-05T23:55:38+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 977.5µs
|
|
[GIN] 2024/08/05 - 23:55:38 | 200 | 977.5µs | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:55:38 Start: 2024-08-05T23:55:38+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3u8wFa1iVtVH0DNiIa1dumRK3u8wFu"}
|
|
2024/08/05 23:55:39 End: 2024-08-05T23:55:39+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 287.1097ms
|
|
[GIN] 2024/08/05 - 23:55:39 | 200 | 287.1097ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:56:01 Start: 2024-08-05T23:56:01+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:56:01 End: 2024-08-05T23:56:01+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 4.6007ms
|
|
[GIN] 2024/08/05 - 23:56:01 | 200 | 4.6007ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:56:02 Start: 2024-08-05T23:56:02+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:56:02 End: 2024-08-05T23:56:02+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 3.0636ms
|
|
[GIN] 2024/08/05 - 23:56:02 | 200 | 3.0636ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:56:02 Start: 2024-08-05T23:56:02+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3sRc000SlNAS1Ljk100lM4EA3sRc07"}
|
|
2024/08/05 23:56:02 End: 2024-08-05T23:56:02+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 259.961ms
|
|
[GIN] 2024/08/05 - 23:56:02 | 200 | 259.961ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:57:29 Start: 2024-08-05T23:57:29+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:57:29 End: 2024-08-05T23:57:29+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 781.1µs
|
|
[GIN] 2024/08/05 - 23:57:29 | 200 | 781.1µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:57:29 Start: 2024-08-05T23:57:29+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:57:29 End: 2024-08-05T23:57:29+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 891.2µs
|
|
[GIN] 2024/08/05 - 23:57:29 | 200 | 891.2µs | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:57:29 Start: 2024-08-05T23:57:29+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3yTp0w3xung33yZF3w3N102i2yTp08"}
|
|
2024/08/05 23:57:30 End: 2024-08-05T23:57:30+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 287.6304ms
|
|
[GIN] 2024/08/05 - 23:57:30 | 200 | 287.6304ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:57:54 Start: 2024-08-05T23:57:54+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 23:57:54 End: 2024-08-05T23:57:54+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.2271ms
|
|
[GIN] 2024/08/05 - 23:57:54 | 200 | 1.2271ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 23:57:56 Start: 2024-08-05T23:57:56+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 23:57:56 End: 2024-08-05T23:57:56+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 716.3µs
|
|
[GIN] 2024/08/05 - 23:57:56 | 200 | 716.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 23:58:00 Start: 2024-08-05T23:58:00+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/05 23:58:00 End: 2024-08-05T23:58:00+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 968.6µs
|
|
[GIN] 2024/08/05 - 23:58:00 | 200 | 968.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/05 23:58:00 Start: 2024-08-05T23:58:00+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3X1u000Hd4BS1AZm200wd2Jd0X1u0P"}
|
|
2024/08/05 23:58:01 End: 2024-08-05T23:58:01+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 198.0653ms
|
|
[GIN] 2024/08/05 - 23:58:01 | 200 | 198.0653ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/05 23:58:01 Start: 2024-08-05T23:58:01+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/05 23:58:01 End: 2024-08-05T23:58:01+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.6868ms
|
|
[GIN] 2024/08/05 - 23:58:01 | 200 | 1.6868ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/05 23:58:25 Start: 2024-08-05T23:58:25+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/05 23:58:25 End: 2024-08-05T23:58:25+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0445ms
|
|
[GIN] 2024/08/05 - 23:58:25 | 200 | 1.0445ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/05 23:58:30 Start: 2024-08-05T23:58:30+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 23:58:30 End: 2024-08-05T23:58:30+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 766.1µs
|
|
[GIN] 2024/08/05 - 23:58:30 | 200 | 766.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 23:58:38 Start: 2024-08-05T23:58:38+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body:
|
|
2024/08/05 23:58:38 End: 2024-08-05T23:58:38+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 2.9984ms
|
|
[GIN] 2024/08/05 - 23:58:38 | 200 | 2.9984ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
|
|
2024/08/05 23:58:45 Start: 2024-08-05T23:58:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 23:58:45 End: 2024-08-05T23:58:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.809ms
|
|
[GIN] 2024/08/05 - 23:58:45 | 200 | 1.809ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 23:58:54 Start: 2024-08-05T23:58:54+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 23:58:54 End: 2024-08-05T23:58:54+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 785.2µs
|
|
[GIN] 2024/08/05 - 23:58:54 | 200 | 785.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 23:58:57 Start: 2024-08-05T23:58:57+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 23:58:57 End: 2024-08-05T23:58:57+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.192ms
|
|
[GIN] 2024/08/05 - 23:58:57 | 200 | 1.192ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 23:59:02 Start: 2024-08-05T23:59:02+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body:
|
|
2024/08/05 23:59:02 End: 2024-08-05T23:59:02+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 2.2554ms
|
|
[GIN] 2024/08/05 - 23:59:02 | 200 | 2.2554ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
|
|
2024/08/05 23:59:18 Start: 2024-08-05T23:59:18+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 23:59:18 End: 2024-08-05T23:59:18+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.1424ms
|
|
[GIN] 2024/08/05 - 23:59:18 | 200 | 1.1424ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/05 23:59:37 Start: 2024-08-05T23:59:37+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/05 23:59:37 End: 2024-08-05T23:59:37+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.5046ms
|
|
[GIN] 2024/08/05 - 23:59:37 | 200 | 1.5046ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/05 23:59:41 Start: 2024-08-05T23:59:41+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body:
|
|
2024/08/05 23:59:41 End: 2024-08-05T23:59:41+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 2.2149ms
|
|
[GIN] 2024/08/05 - 23:59:41 | 200 | 2.2149ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
|
|
2024/08/05 23:59:51 Start: 2024-08-05T23:59:51+08:00, Method: GET, URL: /api/pay/order_list?page_num=2, GET params: map[page_num:[2]], Body:
|
|
2024/08/05 23:59:51 End: 2024-08-05T23:59:51+08:00, Method: GET, URL: /api/pay/order_list?page_num=2, Status: 200, Latency: 3.0521ms
|
|
[GIN] 2024/08/05 - 23:59:51 | 200 | 3.0521ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=2"
|
|
2024/08/05 23:59:58 Start: 2024-08-05T23:59:58+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/05 23:59:58 End: 2024-08-05T23:59:58+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 761.4µs
|
|
[GIN] 2024/08/05 - 23:59:58 | 200 | 761.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/06 00:00:00 Start: 2024-08-06T00:00:00+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/06 00:00:00 End: 2024-08-06T00:00:00+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.27ms
|
|
[GIN] 2024/08/06 - 00:00:00 | 200 | 1.27ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/06 00:00:02 Start: 2024-08-06T00:00:02+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:00:02 End: 2024-08-06T00:00:02+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 830.6µs
|
|
[GIN] 2024/08/06 - 00:00:02 | 200 | 902µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:00:02 Start: 2024-08-06T00:00:02+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/06 00:00:02 End: 2024-08-06T00:00:02+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.3762ms
|
|
[GIN] 2024/08/06 - 00:00:02 | 200 | 1.3762ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/06 00:00:03 Start: 2024-08-06T00:00:03+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3IK6ll23MGVd4JXQll27AEdq0IK6lE"}
|
|
2024/08/06 00:00:03 End: 2024-08-06T00:00:03+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 297.3363ms
|
|
[GIN] 2024/08/06 - 00:00:03 | 200 | 297.3363ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:01:10 Start: 2024-08-06T00:01:10+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/06 00:01:10 End: 2024-08-06T00:01:10+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 780.9µs
|
|
[GIN] 2024/08/06 - 00:01:10 | 200 | 780.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/06 00:01:11 Start: 2024-08-06T00:01:11+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/06 00:01:11 End: 2024-08-06T00:01:11+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.016ms
|
|
[GIN] 2024/08/06 - 00:01:11 | 200 | 1.016ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/06 00:01:27 Start: 2024-08-06T00:01:27+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:01:27 End: 2024-08-06T00:01:27+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 320.8µs
|
|
[GIN] 2024/08/06 - 00:01:27 | 200 | 827.1µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:01:28 Start: 2024-08-06T00:01:28+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/06 00:01:28 End: 2024-08-06T00:01:28+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 2.2999ms
|
|
[GIN] 2024/08/06 - 00:01:28 | 200 | 2.2999ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/06 00:01:28 Start: 2024-08-06T00:01:28+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f30cd000qXMAS1Yon100h1D2Y20cd0B"}
|
|
2024/08/06 00:01:28 End: 2024-08-06T00:01:28+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 311.8993ms
|
|
[GIN] 2024/08/06 - 00:01:28 | 200 | 311.8993ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:09:02 Start: 2024-08-06T00:09:02+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:09:02 End: 2024-08-06T00:09:02+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 506.6µs
|
|
[GIN] 2024/08/06 - 00:09:02 | 200 | 506.6µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:09:02 Start: 2024-08-06T00:09:02+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/06 00:09:02 End: 2024-08-06T00:09:02+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.0153ms
|
|
[GIN] 2024/08/06 - 00:09:02 | 200 | 1.0153ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/06 00:09:04 Start: 2024-08-06T00:09:04+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:09:04 End: 2024-08-06T00:09:04+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.726ms
|
|
[GIN] 2024/08/06 - 00:09:04 | 200 | 1.726ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:09:04 Start: 2024-08-06T00:09:04+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/06 00:09:04 End: 2024-08-06T00:09:04+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.2594ms
|
|
[GIN] 2024/08/06 - 00:09:04 | 200 | 1.2594ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/06 00:09:04 Start: 2024-08-06T00:09:04+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3gXwFa10RtVH0DKnHa1btFe10gXwFU"}
|
|
2024/08/06 00:09:04 End: 2024-08-06T00:09:04+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 394.0493ms
|
|
[GIN] 2024/08/06 - 00:09:04 | 200 | 394.0493ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:10:38 Start: 2024-08-06T00:10:38+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:10:38 End: 2024-08-06T00:10:38+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2044ms
|
|
[GIN] 2024/08/06 - 00:10:38 | 200 | 1.2044ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:10:38 Start: 2024-08-06T00:10:38+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/06 00:10:38 End: 2024-08-06T00:10:38+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 2.3384ms
|
|
[GIN] 2024/08/06 - 00:10:38 | 200 | 2.3384ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/06 00:10:38 Start: 2024-08-06T00:10:38+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3Jo7ll2h3HVd4jJpml2EdQpv4Jo7ls"}
|
|
2024/08/06 00:10:38 End: 2024-08-06T00:10:38+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 287.9629ms
|
|
[GIN] 2024/08/06 - 00:10:38 | 200 | 287.9629ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:11:38 Start: 2024-08-06T00:11:38+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:11:38 End: 2024-08-06T00:11:38+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 16.5326ms
|
|
[GIN] 2024/08/06 - 00:11:38 | 200 | 16.5326ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:11:38 Start: 2024-08-06T00:11:38+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/06 00:11:38 End: 2024-08-06T00:11:38+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 7.5201ms
|
|
[GIN] 2024/08/06 - 00:11:38 | 200 | 7.5201ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/06 00:11:38 Start: 2024-08-06T00:11:38+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3Y6xFa1U1uVH0VmtIa1ZFMON2Y6xF2"}
|
|
2024/08/06 00:11:39 End: 2024-08-06T00:11:39+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 429.8871ms
|
|
[GIN] 2024/08/06 - 00:11:39 | 200 | 429.8871ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:12:23 Start: 2024-08-06T00:12:23+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:12:23 End: 2024-08-06T00:12:23+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 6.0091ms
|
|
[GIN] 2024/08/06 - 00:12:23 | 200 | 6.0091ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:12:23 Start: 2024-08-06T00:12:23+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/06 00:12:23 End: 2024-08-06T00:12:23+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 64.2564ms
|
|
[GIN] 2024/08/06 - 00:12:23 | 200 | 64.2564ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/06 00:12:23 Start: 2024-08-06T00:12:23+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3jsQkl2o4pVd4j81nl2el03T1jsQkg"}
|
|
2024/08/06 00:12:23 End: 2024-08-06T00:12:23+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 177.4872ms
|
|
[GIN] 2024/08/06 - 00:12:23 | 200 | 177.4872ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:12:52 Start: 2024-08-06T00:12:52+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/06 00:12:52 End: 2024-08-06T00:12:52+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.2291ms
|
|
[GIN] 2024/08/06 - 00:12:52 | 200 | 1.5184ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/06 00:12:53 Start: 2024-08-06T00:12:53+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body:
|
|
2024/08/06 00:12:53 End: 2024-08-06T00:12:53+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.7602ms
|
|
[GIN] 2024/08/06 - 00:12:53 | 200 | 1.7602ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit"
|
|
2024/08/06 00:13:26 Start: 2024-08-06T00:13:26+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
|
|
2024/08/06 00:13:26 End: 2024-08-06T00:13:26+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 1.9464ms
|
|
2024/08/06 00:13:26 Start: 2024-08-06T00:13:26+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
|
|
[GIN] 2024/08/06 - 00:13:26 | 200 | 1.9464ms | 127.0.0.1 | GET "/api/render/get_car_index"
|
|
2024/08/06 00:13:26 End: 2024-08-06T00:13:26+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 865.2µs
|
|
[GIN] 2024/08/06 - 00:13:26 | 200 | 865.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
|
|
2024/08/06 00:13:28 Start: 2024-08-06T00:13:28+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body:
|
|
2024/08/06 00:13:28 End: 2024-08-06T00:13:28+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.3801ms
|
|
[GIN] 2024/08/06 - 00:13:28 | 200 | 1.3801ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
|
2024/08/06 00:13:30 Start: 2024-08-06T00:13:30+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
|
|
2024/08/06 00:13:30 Start: 2024-08-06T00:13:30+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
|
|
2024/08/06 00:13:30 End: 2024-08-06T00:13:30+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 949.9µs
|
|
[GIN] 2024/08/06 - 00:13:30 | 200 | 949.9µs | 127.0.0.1 | GET "/api/render/get_car_index"
|
|
2024/08/06 00:13:30 End: 2024-08-06T00:13:30+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 10.7825ms
|
|
[GIN] 2024/08/06 - 00:13:30 | 200 | 10.7825ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
|
|
2024/08/06 00:15:21 Start: 2024-08-06T00:15:21+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:15:21 End: 2024-08-06T00:15:21+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 681.8µs
|
|
[GIN] 2024/08/06 - 00:15:21 | 200 | 681.8µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:15:21 Start: 2024-08-06T00:15:21+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/06 00:15:21 End: 2024-08-06T00:15:21+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 2.0037ms
|
|
[GIN] 2024/08/06 - 00:15:21 | 200 | 2.0037ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/06 00:15:22 Start: 2024-08-06T00:15:22+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3z5v000tp3BS1AVz000Yfhcl4z5v0w"}
|
|
2024/08/06 00:15:22 End: 2024-08-06T00:15:22+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 279.1561ms
|
|
[GIN] 2024/08/06 - 00:15:22 | 200 | 279.1561ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:15:52 Start: 2024-08-06T00:15:52+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:15:52 End: 2024-08-06T00:15:52+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 642.5µs
|
|
[GIN] 2024/08/06 - 00:15:52 | 200 | 642.5µs | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:15:52 Start: 2024-08-06T00:15:52+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/06 00:15:52 End: 2024-08-06T00:15:52+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.3558ms
|
|
[GIN] 2024/08/06 - 00:15:52 | 200 | 1.3558ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/06 00:15:52 Start: 2024-08-06T00:15:52+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f321r0w3MOmg33BpA2w3rkG0H221r0P"}
|
|
2024/08/06 00:15:52 End: 2024-08-06T00:15:52+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 241.3407ms
|
|
[GIN] 2024/08/06 - 00:15:52 | 200 | 241.3407ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:16:12 Start: 2024-08-06T00:16:12+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:16:12 End: 2024-08-06T00:16:12+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.3296ms
|
|
[GIN] 2024/08/06 - 00:16:12 | 200 | 1.3848ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:16:13 Start: 2024-08-06T00:16:13+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, GET params: map[id:[1]], Body:
|
|
2024/08/06 00:16:13 End: 2024-08-06T00:16:13+08:00, Method: GET, URL: /api/lawsuitQuery/get_record?id=1, Status: 200, Latency: 1.7422ms
|
|
[GIN] 2024/08/06 - 00:16:13 | 200 | 1.7422ms | 127.0.0.1 | GET "/api/lawsuitQuery/get_record?id=1"
|
|
2024/08/06 00:16:13 Start: 2024-08-06T00:16:13+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3hoxFa148tVH0T9wGa1AxIHC0hoxFj"}
|
|
2024/08/06 00:16:13 End: 2024-08-06T00:16:13+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 224.1639ms
|
|
[GIN] 2024/08/06 - 00:16:13 | 200 | 224.1639ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:16:16 Start: 2024-08-06T00:16:16+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:16:16 End: 2024-08-06T00:16:16+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0507ms
|
|
[GIN] 2024/08/06 - 00:16:16 | 200 | 1.0507ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:16:17 Start: 2024-08-06T00:16:17+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/06 00:16:17 End: 2024-08-06T00:16:17+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 967.3µs
|
|
[GIN] 2024/08/06 - 00:16:17 | 200 | 967.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/06 00:16:17 Start: 2024-08-06T00:16:17+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3yZ90w3PJ5g33yk81w332dX31yZ90t"}
|
|
2024/08/06 00:16:17 End: 2024-08-06T00:16:17+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 202.3899ms
|
|
[GIN] 2024/08/06 - 00:16:17 | 200 | 202.8964ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:16:19 Start: 2024-08-06T00:16:19+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
|
|
2024/08/06 00:16:19 Start: 2024-08-06T00:16:19+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
|
|
2024/08/06 00:16:19 End: 2024-08-06T00:16:19+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 574.6µs
|
|
[GIN] 2024/08/06 - 00:16:19 | 200 | 574.6µs | 127.0.0.1 | GET "/api/render/get_car_index"
|
|
2024/08/06 00:16:19 End: 2024-08-06T00:16:19+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 665.8µs
|
|
[GIN] 2024/08/06 - 00:16:19 | 200 | 665.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
|
|
2024/08/06 00:16:55 Start: 2024-08-06T00:16:55+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:16:55 End: 2024-08-06T00:16:55+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.1852ms
|
|
[GIN] 2024/08/06 - 00:16:55 | 200 | 1.1852ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:16:56 Start: 2024-08-06T00:16:56+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body:
|
|
2024/08/06 00:16:56 End: 2024-08-06T00:16:56+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 2.7746ms
|
|
[GIN] 2024/08/06 - 00:16:56 | 200 | 2.7746ms | 127.0.0.1 | GET "/api/render/get_index"
|
|
2024/08/06 00:16:56 Start: 2024-08-06T00:16:56+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3APoll26uXVd4DECnl2bleDA3APolq"}
|
|
2024/08/06 00:16:57 End: 2024-08-06T00:16:57+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 179.9962ms
|
|
[GIN] 2024/08/06 - 00:16:57 | 200 | 179.9962ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:16:58 Start: 2024-08-06T00:16:58+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
|
|
2024/08/06 00:16:58 End: 2024-08-06T00:16:58+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 1.261ms
|
|
[GIN] 2024/08/06 - 00:16:58 | 200 | 1.261ms | 127.0.0.1 | GET "/api/render/get_car_index"
|
|
2024/08/06 00:16:58 Start: 2024-08-06T00:16:58+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
|
|
2024/08/06 00:16:58 End: 2024-08-06T00:16:58+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 2.5396ms
|
|
[GIN] 2024/08/06 - 00:16:58 | 200 | 2.5396ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
|
|
2024/08/06 00:17:01 Start: 2024-08-06T00:17:01+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:17:01 End: 2024-08-06T00:17:01+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 664.1µs
|
|
[GIN] 2024/08/06 - 00:17:01 | 200 | 1.1726ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:17:01 Start: 2024-08-06T00:17:01+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
|
|
2024/08/06 00:17:01 Start: 2024-08-06T00:17:01+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
|
|
2024/08/06 00:17:01 End: 2024-08-06T00:17:01+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 27.9397ms
|
|
[GIN] 2024/08/06 - 00:17:01 | 200 | 27.9397ms | 127.0.0.1 | GET "/api/render/get_car_index"
|
|
2024/08/06 00:17:01 End: 2024-08-06T00:17:01+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 29.452ms
|
|
[GIN] 2024/08/06 - 00:17:01 | 200 | 29.452ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
|
|
2024/08/06 00:17:02 Start: 2024-08-06T00:17:02+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3TM7ll2GqGVd4cSNol2k0MlD4TM7lQ"}
|
|
2024/08/06 00:17:02 End: 2024-08-06T00:17:02+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 245.9361ms
|
|
[GIN] 2024/08/06 - 00:17:02 | 200 | 245.9361ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:18:47 Start: 2024-08-06T00:18:47+08:00, Method: GET, URL: /api/product/product_notes?product_name=rencheheyan, GET params: map[product_name:[rencheheyan]], Body:
|
|
2024/08/06 00:18:47 End: 2024-08-06T00:18:47+08:00, Method: GET, URL: /api/product/product_notes?product_name=rencheheyan, Status: 200, Latency: 759.8µs
|
|
[GIN] 2024/08/06 - 00:18:47 | 200 | 759.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=rencheheyan"
|
|
2024/08/06 00:18:51 Start: 2024-08-06T00:18:51+08:00, Method: GET, URL: /api/product/product_notes?product_name=mingxiacheliang, GET params: map[product_name:[mingxiacheliang]], Body:
|
|
2024/08/06 00:18:51 End: 2024-08-06T00:18:51+08:00, Method: GET, URL: /api/product/product_notes?product_name=mingxiacheliang, Status: 200, Latency: 1.4959ms
|
|
[GIN] 2024/08/06 - 00:18:51 | 200 | 1.4959ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=mingxiacheliang"
|
|
2024/08/06 00:18:54 Start: 2024-08-06T00:18:54+08:00, Method: GET, URL: /api/product/product_notes?product_name=vinchache, GET params: map[product_name:[vinchache]], Body:
|
|
2024/08/06 00:18:54 End: 2024-08-06T00:18:54+08:00, Method: GET, URL: /api/product/product_notes?product_name=vinchache, Status: 200, Latency: 2.22ms
|
|
[GIN] 2024/08/06 - 00:18:54 | 200 | 2.7291ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
|
|
2024/08/06 00:22:46 Start: 2024-08-06T00:22:46+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body:
|
|
2024/08/06 00:22:46 End: 2024-08-06T00:22:46+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 599.5µs
|
|
[GIN] 2024/08/06 - 00:22:46 | 200 | 1.1083ms | 127.0.0.1 | GET "/api/render/get_notification"
|
|
2024/08/06 00:22:46 Start: 2024-08-06T00:22:46+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body:
|
|
2024/08/06 00:22:46 End: 2024-08-06T00:22:46+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 593.7µs
|
|
[GIN] 2024/08/06 - 00:22:46 | 200 | 593.7µs | 127.0.0.1 | GET "/api/render/get_car_index"
|
|
2024/08/06 00:22:46 Start: 2024-08-06T00:22:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body:
|
|
2024/08/06 00:22:46 End: 2024-08-06T00:22:46+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 1.3079ms
|
|
[GIN] 2024/08/06 - 00:22:46 | 200 | 1.3079ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
|
|
2024/08/06 00:22:47 Start: 2024-08-06T00:22:47+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3DAM0004ikBS1dNO000g4AYk1DAM0S"}
|
|
2024/08/06 00:22:47 End: 2024-08-06T00:22:47+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 289.8314ms
|
|
[GIN] 2024/08/06 - 00:22:47 | 200 | 289.8314ms | 127.0.0.1 | POST "/api/user/login"
|
|
2024/08/06 00:28:15 Start: 2024-08-06T00:28:15+08:00, Method: GET, URL: /api/product/product_notes?product_name=cheliangguohu, GET params: map[product_name:[cheliangguohu]], Body:
|
|
2024/08/06 00:28:15 record not found
|
|
2024/08/06 00:28:15 End: 2024-08-06T00:28:15+08:00, Method: GET, URL: /api/product/product_notes?product_name=cheliangguohu, Status: 200, Latency: 3.8169ms
|
|
[GIN] 2024/08/06 - 00:28:15 | 200 | 3.8169ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangguohu"
|
|
2024/08/06 00:28:45 Start: 2024-08-06T00:28:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=cheliangguohu, GET params: map[product_name:[cheliangguohu]], Body:
|
|
2024/08/06 00:28:45 End: 2024-08-06T00:28:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=cheliangguohu, Status: 200, Latency: 1.3348ms
|
|
[GIN] 2024/08/06 - 00:28:45 | 200 | 1.3348ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangguohu"
|
|
2024/08/06 00:29:39 Start: 2024-08-06T00:29:39+08:00, Method: POST, URL: /api/car/vehicle_transfer, GET params: map[], Body: {"vin":"LGXC16DF1C0038310"}
|
|
2024/08/06 00:29:39 End: 2024-08-06T00:29:39+08:00, Method: POST, URL: /api/car/vehicle_transfer, Status: 404, Latency: 0s
|
|
[GIN] 2024/08/06 - 00:29:39 | 404 | 811.8µs | 127.0.0.1 | POST "/api/car/vehicle_transfer"
|