[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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 00:29:50 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/06 00:29:57 Start: 2024-08-06T00:29:57+08:00, Method: POST, URL: /api/car/vehicle_transfer, GET params: map[], Body: {"vin":"LGXC16DF1C0038310"} 2024/08/06 00:29:57 End: 2024-08-06T00:29:57+08:00, Method: POST, URL: /api/car/vehicle_transfer, Status: 200, Latency: 1.8935ms [GIN] 2024/08/06 - 00:29:57 | 200 | 1.8935ms | 127.0.0.1 | POST "/api/car/vehicle_transfer" 2024/08/06 00:29:57 Start: 2024-08-06T00:29:57+08:00, Method: POST, URL: /api/pay/prepay, GET params: map[], Body: {"product_name":"cheliangguohu","platform":"mp-weixin"} 2024/08/06 00:29:57 End: 2024-08-06T00:29:57+08:00, Method: POST, URL: /api/pay/prepay, Status: 200, Latency: 326.2476ms [GIN] 2024/08/06 - 00:29:57 | 200 | 326.2476ms | 127.0.0.1 | POST "/api/pay/prepay" 2024/08/06 00:30:26 Start: 2024-08-06T00:30:26+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 00:30:26 End: 2024-08-06T00:30:26+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 708.4µs [GIN] 2024/08/06 - 00:30:26 | 200 | 708.4µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 00:30:28 Start: 2024-08-06T00:30:28+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 00:30:28 End: 2024-08-06T00:30:28+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 2.1915ms [GIN] 2024/08/06 - 00:30:28 | 200 | 2.1915ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/06 00:30:31 Start: 2024-08-06T00:30:31+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body: 2024/08/06 00:30:31 End: 2024-08-06T00:30:31+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 961.7µs [GIN] 2024/08/06 - 00:30:31 | 200 | 961.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit" 2024/08/06 00:32:05 Start: 2024-08-06T00:32:05+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 00:32:05 End: 2024-08-06T00:32:05+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 685.4µs [GIN] 2024/08/06 - 00:32:05 | 200 | 1.1888ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" [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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 00:35:31 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/06 01:05:52 Start: 2024-08-06T01:05:52+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:05:52 End: 2024-08-06T01:05:52+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0258ms [GIN] 2024/08/06 - 01:05:52 | 200 | 1.0258ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:05:52 Start: 2024-08-06T01:05:52+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body: 2024/08/06 01:05:52 End: 2024-08-06T01:05:52+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 817.7µs [GIN] 2024/08/06 - 01:05:52 | 200 | 817.7µs | 127.0.0.1 | GET "/api/render/get_car_index" 2024/08/06 01:05:52 Start: 2024-08-06T01:05:52+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body: 2024/08/06 01:05:52 End: 2024-08-06T01:05:52+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 1.0844ms [GIN] 2024/08/06 - 01:05:52 | 200 | 1.0844ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car" 2024/08/06 01:05:53 Start: 2024-08-06T01:05:53+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3t40000yd1BS13WZ000lMqyr3t400g"} 2024/08/06 01:05:53 End: 2024-08-06T01:05:53+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 316.262ms [GIN] 2024/08/06 - 01:05:53 | 200 | 316.262ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:10:13 Start: 2024-08-06T01:10:13+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:10:13 End: 2024-08-06T01:10:13+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 6.9906ms [GIN] 2024/08/06 - 01:10:13 | 200 | 7.2119ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:10:14 Start: 2024-08-06T01:10:14+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body: 2024/08/06 01:10:14 Start: 2024-08-06T01:10:14+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body: 2024/08/06 01:10:14 End: 2024-08-06T01:10:14+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 5.4514ms [GIN] 2024/08/06 - 01:10:14 | 200 | 5.4514ms | 127.0.0.1 | GET "/api/render/get_car_index" 2024/08/06 01:10:14 End: 2024-08-06T01:10:14+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 36.5277ms [GIN] 2024/08/06 - 01:10:14 | 200 | 36.5277ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car" 2024/08/06 01:10:14 Start: 2024-08-06T01:10:14+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3YVCkl2WtDVd4t8Dml2uUrSl3YVCkj"} 2024/08/06 01:10:14 End: 2024-08-06T01:10:14+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 321.6184ms [GIN] 2024/08/06 - 01:10:14 | 200 | 321.6184ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:10:16 Start: 2024-08-06T01:10:16+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:10:16 End: 2024-08-06T01:10:16+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 558.2µs [GIN] 2024/08/06 - 01:10:16 | 200 | 558.2µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:10:18 Start: 2024-08-06T01:10:18+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:10:18 End: 2024-08-06T01:10:18+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2629ms [GIN] 2024/08/06 - 01:10:18 | 200 | 1.2629ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:10:18 Start: 2024-08-06T01:10:18+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:10:18 End: 2024-08-06T01:10:18+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1451ms [GIN] 2024/08/06 - 01:10:18 | 200 | 1.1451ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:10:18 Start: 2024-08-06T01:10:18+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3fWCkl2LtDVd4WMkol2nmyvf4fWCkJ"} 2024/08/06 01:10:19 End: 2024-08-06T01:10:19+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 186.9261ms [GIN] 2024/08/06 - 01:10:19 | 200 | 186.9261ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:10:20 Start: 2024-08-06T01:10:20+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 01:10:20 End: 2024-08-06T01:10:20+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 893.6µs [GIN] 2024/08/06 - 01:10:20 | 200 | 893.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/06 01:10:25 Start: 2024-08-06T01:10:25+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:10:25 End: 2024-08-06T01:10:25+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 2.1167ms [GIN] 2024/08/06 - 01:10:25 | 200 | 2.1167ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" [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] GET /api/single/get_merriage_record --> 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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 01:13:10 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/06 01:13:14 Start: 2024-08-06T01:13:14+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:13:14 End: 2024-08-06T01:13:14+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 1.9177ms [GIN] 2024/08/06 - 01:13:14 | 200 | 1.9177ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:13:17 Start: 2024-08-06T01:13:17+08:00, Method: GET, URL: /api/pay/order_list?page_num=2, GET params: map[page_num:[2]], Body: 2024/08/06 01:13:17 End: 2024-08-06T01:13:17+08:00, Method: GET, URL: /api/pay/order_list?page_num=2, Status: 200, Latency: 1.5618ms [GIN] 2024/08/06 - 01:13:17 | 200 | 1.5618ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=2" 2024/08/06 01:14:06 Start: 2024-08-06T01:14:06+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:14:06 End: 2024-08-06T01:14:06+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 17.094ms [GIN] 2024/08/06 - 01:14:06 | 200 | 17.094ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:14:07 Start: 2024-08-06T01:14:07+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:14:07 End: 2024-08-06T01:14:07+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 8.0799ms [GIN] 2024/08/06 - 01:14:07 | 200 | 8.0799ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:14:07 Start: 2024-08-06T01:14:07+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3GFy000dTyBS1zIC100UAkPo2GFy0O"} 2024/08/06 01:14:07 End: 2024-08-06T01:14:07+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 394.7234ms [GIN] 2024/08/06 - 01:14:07 | 200 | 395.229ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:14:10 Start: 2024-08-06T01:14:10+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:14:10 End: 2024-08-06T01:14:10+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 5.3877ms [GIN] 2024/08/06 - 01:14:10 | 200 | 5.3877ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:15:28 Start: 2024-08-06T01:15:28+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:15:28 End: 2024-08-06T01:15:28+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.2115ms [GIN] 2024/08/06 - 01:15:28 | 200 | 2.5449ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:15:29 Start: 2024-08-06T01:15:29+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:15:29 End: 2024-08-06T01:15:29+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 6.2772ms [GIN] 2024/08/06 - 01:15:29 | 200 | 6.2772ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:15:29 Start: 2024-08-06T01:15:29+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3OHh000rLJAS1oNd100I6CO21OHh0P"} 2024/08/06 01:15:30 End: 2024-08-06T01:15:30+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 328.9512ms [GIN] 2024/08/06 - 01:15:30 | 200 | 328.9512ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:16:14 Start: 2024-08-06T01:16:14+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:16:14 End: 2024-08-06T01:16:14+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 4.0996ms [GIN] 2024/08/06 - 01:16:14 | 200 | 4.0996ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:19:49 Start: 2024-08-06T01:19:49+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:19:49 End: 2024-08-06T01:19:49+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0897ms [GIN] 2024/08/06 - 01:19:49 | 200 | 1.0897ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:19:49 Start: 2024-08-06T01:19:49+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:19:49 End: 2024-08-06T01:19:49+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 6.4801ms [GIN] 2024/08/06 - 01:19:49 | 200 | 6.4801ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:19:50 Start: 2024-08-06T01:19:50+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3eV0000g11BS16VX1004axkQ0eV00p"} 2024/08/06 01:19:50 End: 2024-08-06T01:19:50+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 335.2323ms [GIN] 2024/08/06 - 01:19:50 | 200 | 336.2815ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:22:38 Start: 2024-08-06T01:22:38+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:22:38 End: 2024-08-06T01:22:38+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 3.1607ms [GIN] 2024/08/06 - 01:22:38 | 200 | 3.1607ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:22:38 Start: 2024-08-06T01:22:38+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:22:38 End: 2024-08-06T01:22:38+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 5.6312ms [GIN] 2024/08/06 - 01:22:38 | 200 | 5.6312ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:22:38 Start: 2024-08-06T01:22:38+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3mokFa1EaJVH0X6kJa1A91sb0mokFl"} 2024/08/06 01:22:39 End: 2024-08-06T01:22:39+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 385.531ms [GIN] 2024/08/06 - 01:22:39 | 200 | 385.531ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:24:03 Start: 2024-08-06T01:24:03+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:24:03 End: 2024-08-06T01:24:03+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 6.0126ms [GIN] 2024/08/06 - 01:24:03 | 200 | 6.0126ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:24:04 Start: 2024-08-06T01:24:04+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:24:04 End: 2024-08-06T01:24:04+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 15.6355ms [GIN] 2024/08/06 - 01:24:04 | 200 | 15.6355ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:24:04 Start: 2024-08-06T01:24:04+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3JtkFa1feJVH0c1RGa1R144f3JtkFk"} 2024/08/06 01:24:04 End: 2024-08-06T01:24:04+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 359.8064ms [GIN] 2024/08/06 - 01:24:04 | 200 | 359.8064ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:24:07 Start: 2024-08-06T01:24:07+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:24:07 End: 2024-08-06T01:24:07+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 2.8534ms [GIN] 2024/08/06 - 01:24:07 | 200 | 2.8534ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:24:11 Start: 2024-08-06T01:24:11+08:00, Method: GET, URL: /api/pay/order_list?page_num=2, GET params: map[page_num:[2]], Body: 2024/08/06 01:24:11 End: 2024-08-06T01:24:11+08:00, Method: GET, URL: /api/pay/order_list?page_num=2, Status: 200, Latency: 2.9419ms [GIN] 2024/08/06 - 01:24:11 | 200 | 2.9419ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=2" 2024/08/06 01:24:28 Start: 2024-08-06T01:24:28+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:24:28 End: 2024-08-06T01:24:28+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 521.3µs [GIN] 2024/08/06 - 01:24:28 | 200 | 521.3µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:24:28 Start: 2024-08-06T01:24:28+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:24:28 End: 2024-08-06T01:24:28+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0408ms [GIN] 2024/08/06 - 01:24:28 | 200 | 1.0408ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:24:28 Start: 2024-08-06T01:24:28+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3Nfi000zkLAS1K5F3007OaRZ1Nfi0D"} 2024/08/06 01:24:29 End: 2024-08-06T01:24:29+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 195.5668ms [GIN] 2024/08/06 - 01:24:29 | 200 | 195.5668ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:24:30 Start: 2024-08-06T01:24:30+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:24:30 End: 2024-08-06T01:24:30+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 1.6519ms [GIN] 2024/08/06 - 01:24:30 | 200 | 1.6519ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:24:32 Start: 2024-08-06T01:24:32+08:00, Method: GET, URL: /api/single/get_merriage_record?id=undefined, GET params: map[id:[undefined]], Body: 2024/08/06 01:24:32 End: 2024-08-06T01:24:32+08:00, Method: GET, URL: /api/single/get_merriage_record?id=undefined, Status: 200, Latency: 937.1µs [GIN] 2024/08/06 - 01:24:32 | 200 | 937.1µs | 127.0.0.1 | GET "/api/single/get_merriage_record?id=undefined" 2024/08/06 01:27:13 Start: 2024-08-06T01:27:13+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:27:13 End: 2024-08-06T01:27:13+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 15.9134ms [GIN] 2024/08/06 - 01:27:13 | 200 | 15.9134ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:27:13 Start: 2024-08-06T01:27:13+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:27:13 End: 2024-08-06T01:27:13+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 12.3699ms [GIN] 2024/08/06 - 01:27:13 | 200 | 12.3699ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:27:13 Start: 2024-08-06T01:27:13+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3e1Vkl2pooVd4uFMol2Sfehu4e1VkW"} 2024/08/06 01:27:14 End: 2024-08-06T01:27:14+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 385.59ms [GIN] 2024/08/06 - 01:27:14 | 200 | 386.0958ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:27:16 Start: 2024-08-06T01:27:16+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:27:16 End: 2024-08-06T01:27:16+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 2.7755ms [GIN] 2024/08/06 - 01:27:16 | 200 | 2.7755ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:27:18 Start: 2024-08-06T01:27:18+08:00, Method: GET, URL: /api/single/get_merriage_record?id=undefined, GET params: map[id:[undefined]], Body: 2024/08/06 01:27:18 End: 2024-08-06T01:27:18+08:00, Method: GET, URL: /api/single/get_merriage_record?id=undefined, Status: 200, Latency: 0s [GIN] 2024/08/06 - 01:27:18 | 200 | 0s | 127.0.0.1 | GET "/api/single/get_merriage_record?id=undefined" 2024/08/06 01:27:41 Start: 2024-08-06T01:27:41+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:27:41 End: 2024-08-06T01:27:41+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 8.7616ms [GIN] 2024/08/06 - 01:27:41 | 200 | 9.2707ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:27:42 Start: 2024-08-06T01:27:42+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:27:42 End: 2024-08-06T01:27:42+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1108ms [GIN] 2024/08/06 - 01:27:42 | 200 | 1.1108ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:27:42 Start: 2024-08-06T01:27:42+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3wiXZv3Y3mg33dVc2w3EClpv4wiXZ1"} 2024/08/06 01:27:43 End: 2024-08-06T01:27:43+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 219.8533ms [GIN] 2024/08/06 - 01:27:43 | 200 | 219.8533ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:27:46 Start: 2024-08-06T01:27:46+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:27:46 End: 2024-08-06T01:27:46+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 1.7731ms [GIN] 2024/08/06 - 01:27:46 | 200 | 1.7731ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:27:47 Start: 2024-08-06T01:27:47+08:00, Method: GET, URL: /api/single/get_merriage_record?id=undefined, GET params: map[id:[undefined]], Body: 2024/08/06 01:27:47 End: 2024-08-06T01:27:47+08:00, Method: GET, URL: /api/single/get_merriage_record?id=undefined, Status: 200, Latency: 542.8µs [GIN] 2024/08/06 - 01:27:47 | 200 | 542.8µs | 127.0.0.1 | GET "/api/single/get_merriage_record?id=undefined" 2024/08/06 01:28:02 Start: 2024-08-06T01:28:02+08:00, Method: GET, URL: /api/single/get_merriage_record?id=undefined, GET params: map[id:[undefined]], Body: 2024/08/06 01:28:02 End: 2024-08-06T01:28:02+08:00, Method: GET, URL: /api/single/get_merriage_record?id=undefined, Status: 200, Latency: 710.3µs [GIN] 2024/08/06 - 01:28:02 | 200 | 710.3µs | 127.0.0.1 | GET "/api/single/get_merriage_record?id=undefined" 2024/08/06 01:28:21 Start: 2024-08-06T01:28:21+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:28:21 End: 2024-08-06T01:28:21+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 7.8252ms [GIN] 2024/08/06 - 01:28:21 | 200 | 7.8252ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:28:22 Start: 2024-08-06T01:28:22+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:28:22 End: 2024-08-06T01:28:22+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 2.7381ms [GIN] 2024/08/06 - 01:28:22 | 200 | 2.7381ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:28:22 Start: 2024-08-06T01:28:22+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3wui000iGLAS1IwL100Y2Xif1wui05"} 2024/08/06 01:28:22 End: 2024-08-06T01:28:22+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 184.6279ms [GIN] 2024/08/06 - 01:28:22 | 200 | 185.0597ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:28:27 Start: 2024-08-06T01:28:27+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:28:27 End: 2024-08-06T01:28:27+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.8002ms [GIN] 2024/08/06 - 01:28:27 | 200 | 1.8002ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:28:27 Start: 2024-08-06T01:28:27+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:28:27 End: 2024-08-06T01:28:27+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 4.4167ms [GIN] 2024/08/06 - 01:28:27 | 200 | 4.4167ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:28:28 Start: 2024-08-06T01:28:28+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3U5Vkl2WioVd4r6Fll2a4Ud10U5Vk0"} 2024/08/06 01:28:28 End: 2024-08-06T01:28:28+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 229.3308ms [GIN] 2024/08/06 - 01:28:28 | 200 | 229.3308ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:28:30 Start: 2024-08-06T01:28:30+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:28:30 End: 2024-08-06T01:28:30+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 49.0673ms [GIN] 2024/08/06 - 01:28:30 | 200 | 49.0673ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:28:32 Start: 2024-08-06T01:28:32+08:00, Method: GET, URL: /api/single/get_merriage_record?id=undefined, GET params: map[id:[undefined]], Body: 2024/08/06 01:28:32 End: 2024-08-06T01:28:32+08:00, Method: GET, URL: /api/single/get_merriage_record?id=undefined, Status: 200, Latency: 0s [GIN] 2024/08/06 - 01:28:32 | 200 | 0s | 127.0.0.1 | GET "/api/single/get_merriage_record?id=undefined" 2024/08/06 01:29:02 Start: 2024-08-06T01:29:02+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:29:02 End: 2024-08-06T01:29:02+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 506.5µs [GIN] 2024/08/06 - 01:29:02 | 200 | 506.5µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:29:02 Start: 2024-08-06T01:29:02+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:29:02 End: 2024-08-06T01:29:02+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 811.7µs [GIN] 2024/08/06 - 01:29:02 | 200 | 1.1741ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:29:02 Start: 2024-08-06T01:29:02+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e358Vkl2dfoVd41ZPnl27BZoP358VkA"} 2024/08/06 01:29:02 End: 2024-08-06T01:29:02+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 295.6254ms [GIN] 2024/08/06 - 01:29:02 | 200 | 295.6254ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:29:05 Start: 2024-08-06T01:29:05+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:29:05 End: 2024-08-06T01:29:05+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 2.2673ms [GIN] 2024/08/06 - 01:29:05 | 200 | 2.2673ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:29:07 Start: 2024-08-06T01:29:07+08:00, Method: GET, URL: /api/single/get_merriage_record?id=84, GET params: map[id:[84]], Body: 2024/08/06 01:29:07 End: 2024-08-06T01:29:07+08:00, Method: GET, URL: /api/single/get_merriage_record?id=84, Status: 200, Latency: 270.8µs [GIN] 2024/08/06 - 01:29:07 | 200 | 270.8µs | 127.0.0.1 | GET "/api/single/get_merriage_record?id=84" 2024/08/06 01:29:38 Start: 2024-08-06T01:29:38+08:00, Method: GET, URL: /api/single/get_merriage_record?id=84, GET params: map[id:[84]], Body: 2024/08/06 01:29:38 End: 2024-08-06T01:29:38+08:00, Method: GET, URL: /api/single/get_merriage_record?id=84, Status: 200, Latency: 821.3µs [GIN] 2024/08/06 - 01:29:38 | 200 | 821.3µs | 127.0.0.1 | GET "/api/single/get_merriage_record?id=84" [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] GET /api/single/get_merriage_record --> 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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 01:29:45 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 [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] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 01:30:01 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/06 01:30:03 Start: 2024-08-06T01:30:03+08:00, Method: GET, URL: /api/single/get_merriage_record?id=84, GET params: map[id:[84]], Body: 2024/08/06 01:30:05 【婚恋评估】婚恋评估记录解析错误:unexpected end of JSON input 2024/08/06 01:30:05 End: 2024-08-06T01:30:05+08:00, Method: GET, URL: /api/single/get_merriage_record?id=84, Status: 200, Latency: 2.4433758s [GIN] 2024/08/06 - 01:30:05 | 200 | 2.4433758s | 127.0.0.1 | GET "/api/single/get_merriage_record?id=84" 2024/08/06 01:30:36 Start: 2024-08-06T01:30:36+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:30:36 End: 2024-08-06T01:30:36+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 645.6µs [GIN] 2024/08/06 - 01:30:36 | 200 | 645.6µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:30:36 Start: 2024-08-06T01:30:36+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:30:36 End: 2024-08-06T01:30:36+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0011ms [GIN] 2024/08/06 - 01:30:36 | 200 | 1.0011ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:30:37 Start: 2024-08-06T01:30:37+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b32eVkl2H6oVd4bqqll2CqihY02eVkI"} 2024/08/06 01:30:37 End: 2024-08-06T01:30:37+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 343.9608ms [GIN] 2024/08/06 - 01:30:37 | 200 | 343.9608ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:30:38 Start: 2024-08-06T01:30:38+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:30:38 End: 2024-08-06T01:30:38+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 3.5418ms [GIN] 2024/08/06 - 01:30:38 | 200 | 3.5418ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:30:39 Start: 2024-08-06T01:30:39+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:30:39 End: 2024-08-06T01:30:39+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 4.9617ms [GIN] 2024/08/06 - 01:30:39 | 200 | 4.9617ms | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" [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] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 01:31:17 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/06 01:31:21 Start: 2024-08-06T01:31:21+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:31:21 End: 2024-08-06T01:31:21+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 1.5879ms [GIN] 2024/08/06 - 01:31:21 | 200 | 1.5879ms | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" 2024/08/06 01:32:10 Start: 2024-08-06T01:32:10+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:32:10 End: 2024-08-06T01:32:10+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.1403ms [GIN] 2024/08/06 - 01:32:10 | 200 | 1.1403ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:32:10 Start: 2024-08-06T01:32:10+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:32:10 End: 2024-08-06T01:32:10+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.5065ms [GIN] 2024/08/06 - 01:32:10 | 200 | 1.5065ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:32:11 Start: 2024-08-06T01:32:11+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3UF1000Ba2BS1IYR100AzxuT2UF10h"} 2024/08/06 01:32:11 End: 2024-08-06T01:32:11+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 331.0832ms [GIN] 2024/08/06 - 01:32:11 | 200 | 331.0832ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:32:12 Start: 2024-08-06T01:32:12+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:32:12 End: 2024-08-06T01:32:12+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 1.6661ms [GIN] 2024/08/06 - 01:32:12 | 200 | 1.6661ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:32:15 Start: 2024-08-06T01:32:15+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:32:15 End: 2024-08-06T01:32:15+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 975.2µs [GIN] 2024/08/06 - 01:32:15 | 200 | 975.2µs | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" [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] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 01:33:20 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/06 01:33:24 Start: 2024-08-06T01:33:24+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:33:24 End: 2024-08-06T01:33:24+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 1.2586ms [GIN] 2024/08/06 - 01:33:24 | 200 | 1.2586ms | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" 2024/08/06 01:40:45 Start: 2024-08-06T01:40:45+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:40:45 End: 2024-08-06T01:40:45+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2233ms [GIN] 2024/08/06 - 01:40:45 | 200 | 1.5793ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:40:45 Start: 2024-08-06T01:40:45+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:40:45 End: 2024-08-06T01:40:45+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 598.5µs [GIN] 2024/08/06 - 01:40:45 | 200 | 598.5µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:40:46 Start: 2024-08-06T01:40:46+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3RulFa15BKVH0r05Ga171qWn0RulFZ"} 2024/08/06 01:40:46 End: 2024-08-06T01:40:46+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 301.6804ms [GIN] 2024/08/06 - 01:40:46 | 200 | 301.6804ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:40:47 Start: 2024-08-06T01:40:47+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:40:47 End: 2024-08-06T01:40:47+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 1.8891ms [GIN] 2024/08/06 - 01:40:47 | 200 | 1.8891ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:40:48 Start: 2024-08-06T01:40:48+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:40:48 End: 2024-08-06T01:40:48+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 920.5µs [GIN] 2024/08/06 - 01:40:48 | 200 | 920.5µs | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" [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] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 01:42: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/06 01:42:18 Start: 2024-08-06T01:42:18+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:42:18 End: 2024-08-06T01:42:18+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 6.6765ms [GIN] 2024/08/06 - 01:42:18 | 200 | 6.6765ms | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" [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] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 01:44:01 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/06 01:44:05 Start: 2024-08-06T01:44:05+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:44:05 End: 2024-08-06T01:44:05+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 1.6991ms [GIN] 2024/08/06 - 01:44:05 | 200 | 1.6991ms | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" 2024/08/06 01:45:09 Start: 2024-08-06T01:45:09+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:45:09 End: 2024-08-06T01:45:09+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 769.6µs [GIN] 2024/08/06 - 01:45:09 | 200 | 769.6µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:45:09 Start: 2024-08-06T01:45:09+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:45:09 End: 2024-08-06T01:45:09+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1931ms [GIN] 2024/08/06 - 01:45:09 | 200 | 1.1931ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:45:10 Start: 2024-08-06T01:45:10+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a30wj000awMAS1hvw000SxsAc00wj08"} 2024/08/06 01:45:10 End: 2024-08-06T01:45:10+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 301.6936ms [GIN] 2024/08/06 - 01:45:10 | 200 | 301.6936ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:45:12 Start: 2024-08-06T01:45:12+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:45:12 End: 2024-08-06T01:45:12+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 2.4847ms [GIN] 2024/08/06 - 01:45:12 | 200 | 2.4847ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:45:13 Start: 2024-08-06T01:45:13+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:45:13 End: 2024-08-06T01:45:13+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 678.5µs [GIN] 2024/08/06 - 01:45:13 | 200 | 678.5µs | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" 2024/08/06 01:45:23 Start: 2024-08-06T01:45:23+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:45:23 End: 2024-08-06T01:45:23+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 477.5µs [GIN] 2024/08/06 - 01:45:23 | 200 | 477.5µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:45:23 Start: 2024-08-06T01:45:23+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:45:23 End: 2024-08-06T01:45:23+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1931ms [GIN] 2024/08/06 - 01:45:23 | 200 | 1.1931ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:45:23 Start: 2024-08-06T01:45:23+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3pqf0w3QP5g33Nhh2w3lc15V3pqf0K"} 2024/08/06 01:45:24 End: 2024-08-06T01:45:24+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 247.2473ms [GIN] 2024/08/06 - 01:45:24 | 200 | 247.2473ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:45:25 Start: 2024-08-06T01:45:25+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 01:45:25 End: 2024-08-06T01:45:25+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 4.9655ms [GIN] 2024/08/06 - 01:45:25 | 200 | 4.9655ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 01:45:27 Start: 2024-08-06T01:45:27+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:45:27 End: 2024-08-06T01:45:27+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 980µs [GIN] 2024/08/06 - 01:45:27 | 200 | 980µs | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" 2024/08/06 01:46:04 Start: 2024-08-06T01:46:04+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:46:04 End: 2024-08-06T01:46:04+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 342.7µs [GIN] 2024/08/06 - 01:46:04 | 200 | 342.7µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:46:04 Start: 2024-08-06T01:46:04+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:46:04 End: 2024-08-06T01:46:04+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 1.8237ms [GIN] 2024/08/06 - 01:46:04 | 200 | 1.8237ms | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" 2024/08/06 01:46:05 Start: 2024-08-06T01:46:05+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3vaWkl2s5pVd4WDcml2TG4p42vaWkr"} 2024/08/06 01:46:05 End: 2024-08-06T01:46:05+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 219.5121ms [GIN] 2024/08/06 - 01:46:05 | 200 | 219.5121ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:46:35 Start: 2024-08-06T01:46:35+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:46:35 End: 2024-08-06T01:46:35+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.7662ms [GIN] 2024/08/06 - 01:46:35 | 200 | 1.7662ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:46:35 Start: 2024-08-06T01:46:35+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:46:35 End: 2024-08-06T01:46:35+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 1.573ms [GIN] 2024/08/06 - 01:46:35 | 200 | 1.573ms | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" 2024/08/06 01:46:36 Start: 2024-08-06T01:46:36+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3tcWkl2V2pVd4fTYll23B53E3tcWkr"} 2024/08/06 01:46:36 End: 2024-08-06T01:46:36+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 280.5278ms [GIN] 2024/08/06 - 01:46:36 | 200 | 280.5278ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:48:22 Start: 2024-08-06T01:48:22+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:48:22 End: 2024-08-06T01:48:22+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 825.1µs [GIN] 2024/08/06 - 01:48:22 | 200 | 825.1µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:48:22 Start: 2024-08-06T01:48:22+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:48:22 End: 2024-08-06T01:48:22+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 957.2µs [GIN] 2024/08/06 - 01:48:22 | 200 | 957.2µs | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" 2024/08/06 01:48:22 Start: 2024-08-06T01:48:22+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3DXlFa178LVH0ZFrJa1ls0hu4DXlFc"} 2024/08/06 01:48:23 End: 2024-08-06T01:48:23+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 338.2792ms [GIN] 2024/08/06 - 01:48:23 | 200 | 338.2792ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:54:10 Start: 2024-08-06T01:54:10+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:54:10 End: 2024-08-06T01:54:10+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0204ms [GIN] 2024/08/06 - 01:54:10 | 200 | 1.0204ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:56:10 Start: 2024-08-06T01:56:10+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:56:10 End: 2024-08-06T01:56:10+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 557µs [GIN] 2024/08/06 - 01:56:10 | 200 | 1.0611ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:56:11 Start: 2024-08-06T01:56:11+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:56:11 End: 2024-08-06T01:56:11+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 1.6441ms [GIN] 2024/08/06 - 01:56:11 | 200 | 1.6441ms | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" 2024/08/06 01:56:11 Start: 2024-08-06T01:56:11+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3E83000pN4BS1YYq200efVvJ0E830Q"} 2024/08/06 01:56:11 End: 2024-08-06T01:56:11+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 331.4658ms [GIN] 2024/08/06 - 01:56:11 | 200 | 331.4658ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:56:13 Start: 2024-08-06T01:56:13+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:56:13 End: 2024-08-06T01:56:13+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 581.5µs [GIN] 2024/08/06 - 01:56:13 | 200 | 581.5µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:56:14 Start: 2024-08-06T01:56:14+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, GET params: map[product_name:[antiFraud]], Body: 2024/08/06 01:56:14 End: 2024-08-06T01:56:14+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, Status: 200, Latency: 1.4656ms [GIN] 2024/08/06 - 01:56:14 | 200 | 1.4656ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud" 2024/08/06 01:56:55 Start: 2024-08-06T01:56:55+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 01:56:55 End: 2024-08-06T01:56:55+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 524µs [GIN] 2024/08/06 - 01:56:55 | 200 | 524µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/06 01:57:22 Start: 2024-08-06T01:57:22+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:57:22 End: 2024-08-06T01:57:22+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 486.6µs [GIN] 2024/08/06 - 01:57:22 | 200 | 486.6µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:57:22 Start: 2024-08-06T01:57:22+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:57:22 End: 2024-08-06T01:57:22+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 1.4351ms [GIN] 2024/08/06 - 01:57:22 | 200 | 1.4351ms | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" 2024/08/06 01:57:23 Start: 2024-08-06T01:57:23+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e39d3000o23BS180w00059qpK29d30G"} 2024/08/06 01:57:23 End: 2024-08-06T01:57:23+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 349.7339ms [GIN] 2024/08/06 - 01:57:23 | 200 | 349.7339ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:57:24 Start: 2024-08-06T01:57:24+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:57:24 End: 2024-08-06T01:57:24+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.3271ms [GIN] 2024/08/06 - 01:57:24 | 200 | 1.3271ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:57:24 Start: 2024-08-06T01:57:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, GET params: map[product_name:[antiFraud]], Body: 2024/08/06 01:57:24 End: 2024-08-06T01:57:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, Status: 200, Latency: 588µs [GIN] 2024/08/06 - 01:57:24 | 200 | 588µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud" 2024/08/06 01:58:17 Start: 2024-08-06T01:58:17+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:58:17 End: 2024-08-06T01:58:17+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 0s [GIN] 2024/08/06 - 01:58:17 | 200 | 1.0006ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:58:17 Start: 2024-08-06T01:58:17+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, GET params: map[id:[14]], Body: 2024/08/06 01:58:17 End: 2024-08-06T01:58:17+08:00, Method: GET, URL: /api/single/get_merriage_record?id=14, Status: 200, Latency: 1.128ms [GIN] 2024/08/06 - 01:58:17 | 200 | 1.128ms | 127.0.0.1 | GET "/api/single/get_merriage_record?id=14" 2024/08/06 01:58:18 Start: 2024-08-06T01:58:18+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b38zmFa1KNJVH0QApFa10Hwcv18zmFm"} 2024/08/06 01:58:18 End: 2024-08-06T01:58:18+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 197.4275ms [GIN] 2024/08/06 - 01:58:18 | 200 | 197.4275ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:58:19 Start: 2024-08-06T01:58:19+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:58:19 End: 2024-08-06T01:58:19+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 543.8µs [GIN] 2024/08/06 - 01:58:19 | 200 | 543.8µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:58:21 Start: 2024-08-06T01:58:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 01:58:21 End: 2024-08-06T01:58:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.4595ms [GIN] 2024/08/06 - 01:58:21 | 200 | 1.4595ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/06 01:58:26 Start: 2024-08-06T01:58:26+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:58:26 End: 2024-08-06T01:58:26+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 414.1µs [GIN] 2024/08/06 - 01:58:26 | 200 | 920.5µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:58:26 Start: 2024-08-06T01:58:26+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:58:26 End: 2024-08-06T01:58:26+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 728.9µs [GIN] 2024/08/06 - 01:58:26 | 200 | 728.9µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:58:26 Start: 2024-08-06T01:58:26+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3cSFkl2yIFVd4Y9Mnl2429pK2cSFki"} 2024/08/06 01:58:26 End: 2024-08-06T01:58:26+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 272.2533ms [GIN] 2024/08/06 - 01:58:26 | 200 | 272.2533ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:58:30 Start: 2024-08-06T01:58:30+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 01:58:30 End: 2024-08-06T01:58:30+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.3413ms [GIN] 2024/08/06 - 01:58:30 | 200 | 1.3413ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/06 01:58:32 Start: 2024-08-06T01:58:32+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body: 2024/08/06 01:58:32 End: 2024-08-06T01:58:32+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 859.5µs [GIN] 2024/08/06 - 01:58:32 | 200 | 859.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit" 2024/08/06 01:58:39 Start: 2024-08-06T01:58:39+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body: 2024/08/06 01:58:39 End: 2024-08-06T01:58:39+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 1.4044ms [GIN] 2024/08/06 - 01:58:39 | 200 | 1.4044ms | 127.0.0.1 | GET "/api/render/get_car_index" 2024/08/06 01:58:39 Start: 2024-08-06T01:58:39+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body: 2024/08/06 01:58:39 End: 2024-08-06T01:58:39+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 552.3µs [GIN] 2024/08/06 - 01:58:39 | 200 | 552.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=car" 2024/08/06 01:58:42 Start: 2024-08-06T01:58:42+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body: 2024/08/06 01:58:42 End: 2024-08-06T01:58:42+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 1.2324ms [GIN] 2024/08/06 - 01:58:42 | 200 | 1.2324ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit" 2024/08/06 01:59:22 Start: 2024-08-06T01:59:22+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 01:59:22 End: 2024-08-06T01:59:22+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 947.3µs [GIN] 2024/08/06 - 01:59:22 | 200 | 947.3µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 01:59:22 Start: 2024-08-06T01:59:22+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 01:59:22 End: 2024-08-06T01:59:22+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 703.4µs [GIN] 2024/08/06 - 01:59:22 | 200 | 703.4µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 01:59:22 Start: 2024-08-06T01:59:22+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3Hk30007V2BS1R9G300XGseM1Hk30D"} 2024/08/06 01:59:23 End: 2024-08-06T01:59:23+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 210.7273ms [GIN] 2024/08/06 - 01:59:23 | 200 | 210.7273ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 01:59:24 Start: 2024-08-06T01:59:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body: 2024/08/06 01:59:24 End: 2024-08-06T01:59:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 786.5µs [GIN] 2024/08/06 - 01:59:24 | 200 | 786.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit" 2024/08/06 01:59:31 Start: 2024-08-06T01:59:31+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 01:59:31 End: 2024-08-06T01:59:31+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.1037ms [GIN] 2024/08/06 - 01:59:31 | 200 | 1.1037ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/06 01:59:37 Start: 2024-08-06T01:59:37+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body: 2024/08/06 01:59:37 End: 2024-08-06T01:59:37+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 908.1µs [GIN] 2024/08/06 - 01:59:37 | 200 | 908.1µs | 127.0.0.1 | GET "/api/render/get_car_index" 2024/08/06 01:59:37 Start: 2024-08-06T01:59:37+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body: 2024/08/06 01:59:37 End: 2024-08-06T01:59:37+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 1.4185ms [GIN] 2024/08/06 - 01:59:37 | 200 | 1.4185ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car" 2024/08/06 01:59:38 Start: 2024-08-06T01:59:38+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, GET params: map[product_name:[antiFraud]], Body: 2024/08/06 01:59:38 End: 2024-08-06T01:59:38+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, Status: 200, Latency: 1.5953ms [GIN] 2024/08/06 - 01:59:38 | 200 | 1.5953ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud" 2024/08/06 02:00:01 Start: 2024-08-06T02:00:01+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 02:00:01 End: 2024-08-06T02:00:01+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 699.8µs [GIN] 2024/08/06 - 02:00:01 | 200 | 699.8µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 02:00:01 Start: 2024-08-06T02:00:01+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 02:00:01 End: 2024-08-06T02:00:01+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 523.1µs [GIN] 2024/08/06 - 02:00:01 | 200 | 523.1µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 02:00:01 Start: 2024-08-06T02:00:01+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3bYFkl2uyFVd4VMOnl2RBJ4V3bYFkt"} 2024/08/06 02:00:02 End: 2024-08-06T02:00:02+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 194.6149ms [GIN] 2024/08/06 - 02:00:02 | 200 | 194.6149ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 02:00:02 Start: 2024-08-06T02:00:02+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 02:00:02 End: 2024-08-06T02:00:02+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 631.8µs [GIN] 2024/08/06 - 02:00:02 | 200 | 631.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/06 02:00:22 Start: 2024-08-06T02:00:22+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 02:00:22 End: 2024-08-06T02:00:22+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.3959ms [GIN] 2024/08/06 - 02:00:22 | 200 | 1.3959ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 02:00:23 Start: 2024-08-06T02:00:23+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 02:00:23 End: 2024-08-06T02:00:23+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 632.9µs [GIN] 2024/08/06 - 02:00:23 | 200 | 632.9µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 02:00:23 Start: 2024-08-06T02:00:23+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e32HmFa13GJVH0RffHa1CtIBy12HmF5"} 2024/08/06 02:00:23 End: 2024-08-06T02:00:23+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 251.2773ms [GIN] 2024/08/06 - 02:00:23 | 200 | 251.8021ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 02:00:24 Start: 2024-08-06T02:00:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 02:00:24 End: 2024-08-06T02:00:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.0148ms [GIN] 2024/08/06 - 02:00:24 | 200 | 1.0148ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/06 02:00:27 Start: 2024-08-06T02:00:27+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, GET params: map[product_name:[antiFraud]], Body: 2024/08/06 02:00:27 End: 2024-08-06T02:00:27+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, Status: 200, Latency: 1.2351ms [GIN] 2024/08/06 - 02:00:27 | 200 | 1.2351ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud" 2024/08/06 02:01:49 Start: 2024-08-06T02:01:49+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 02:01:49 End: 2024-08-06T02:01:49+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 796.2µs [GIN] 2024/08/06 - 02:01:49 | 200 | 1.3011ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 02:01:49 Start: 2024-08-06T02:01:49+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 02:01:49 End: 2024-08-06T02:01:49+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 783.5µs [GIN] 2024/08/06 - 02:01:49 | 200 | 783.5µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 02:01:49 Start: 2024-08-06T02:01:49+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3tMmFa1E4KVH0A6fJa1DzLTW2tMmFo"} 2024/08/06 02:01:50 End: 2024-08-06T02:01:50+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 304.2346ms [GIN] 2024/08/06 - 02:01:50 | 200 | 304.2346ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 02:01:51 Start: 2024-08-06T02:01:51+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 02:01:51 End: 2024-08-06T02:01:51+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.5465ms [GIN] 2024/08/06 - 02:01:51 | 200 | 1.5465ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/06 02:01:55 Start: 2024-08-06T02:01:55+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, GET params: map[product_name:[antiFraud]], Body: 2024/08/06 02:01:55 End: 2024-08-06T02:01:55+08:00, Method: GET, URL: /api/product/product_notes?product_name=antiFraud, Status: 200, Latency: 161.7µs [GIN] 2024/08/06 - 02:01:55 | 200 | 664.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud" [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] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 03:01: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/06 03:01:11 Start: 2024-08-06T03:01:11+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 03:01:11 End: 2024-08-06T03:01:11+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2489ms [GIN] 2024/08/06 - 03:01:11 | 200 | 1.2489ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 03:01:12 Start: 2024-08-06T03:01:12+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 03:01:12 End: 2024-08-06T03:01:12+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.4261ms [GIN] 2024/08/06 - 03:01:12 | 200 | 1.4261ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 03:01:12 Start: 2024-08-06T03:01:12+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3sHJkl28nIVd4JiAml2IBwql2sHJkX"} 2024/08/06 03:01:12 End: 2024-08-06T03:01:12+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 348.3629ms [GIN] 2024/08/06 - 03:01:12 | 200 | 348.3629ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 03:01:14 Start: 2024-08-06T03:01:14+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, GET params: map[product_name:[lawsuit]], Body: 2024/08/06 03:01:14 End: 2024-08-06T03:01:14+08:00, Method: GET, URL: /api/product/product_notes?product_name=lawsuit, Status: 200, Latency: 761.9µs [GIN] 2024/08/06 - 03:01:14 | 200 | 761.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawsuit" 2024/08/06 03:01:35 Start: 2024-08-06T03:01:35+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, GET params: map[], Body: {"type":1,"name":"广西鼎铭房地产开发有限公司","card_no":"91450100742080353R"} 2024/08/06 03:03:51 End: 2024-08-06T03:03:51+08:00, Method: POST, URL: /api/lawsuitQuery/query_v2, Status: 200, Latency: 2m15.7817789s [GIN] 2024/08/06 - 03:03:51 | 200 | 2m15s | 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] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 03:03:54 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/06 03:21:15 Start: 2024-08-06T03:21:15+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 03:21:15 End: 2024-08-06T03:21:15+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 538.1µs [GIN] 2024/08/06 - 03:21:15 | 200 | 1.387ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 03:21:15 Start: 2024-08-06T03:21:15+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 03:21:15 End: 2024-08-06T03:21:15+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.3382ms [GIN] 2024/08/06 - 03:21:15 | 200 | 1.3382ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 03:21:16 Start: 2024-08-06T03:21:16+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3Rgl0w3R29g331iz2w3zDFNr1Rgl0B"} 2024/08/06 03:21:16 End: 2024-08-06T03:21:16+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 398.0691ms [GIN] 2024/08/06 - 03:21:16 | 200 | 398.0691ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 03:22:29 Start: 2024-08-06T03:22:29+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 03:22:29 End: 2024-08-06T03:22:29+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.1039ms [GIN] 2024/08/06 - 03:22:29 | 200 | 1.1039ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 03:22:30 Start: 2024-08-06T03:22:30+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 03:22:30 End: 2024-08-06T03:22:30+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 10.9505ms [GIN] 2024/08/06 - 03:22:30 | 200 | 10.9505ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 03:22:30 Start: 2024-08-06T03:22:30+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3Zrp000RyPAS172f3001DWFl0Zrp0T"} 2024/08/06 03:22:31 End: 2024-08-06T03:22:31+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 384.5893ms [GIN] 2024/08/06 - 03:22:31 | 200 | 384.5893ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 03:22:36 Start: 2024-08-06T03:22:36+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 03:22:36 End: 2024-08-06T03:22:36+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 3.4405ms [GIN] 2024/08/06 - 03:22:36 | 200 | 3.4405ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 03:22:36 Start: 2024-08-06T03:22:36+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 03:22:36 End: 2024-08-06T03:22:36+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 5.7253ms [GIN] 2024/08/06 - 03:22:36 | 200 | 5.7253ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 03:22:36 Start: 2024-08-06T03:22:36+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3nsp000nyPAS1C994009765a2nsp09"} 2024/08/06 03:22:37 End: 2024-08-06T03:22:37+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 250.5098ms [GIN] 2024/08/06 - 03:22:37 | 200 | 250.5098ms | 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] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-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/06 03:26:15 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/06 18:29:30 Start: 2024-08-06T18:29:30+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 18:29:30 End: 2024-08-06T18:29:30+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 10.7067ms [GIN] 2024/08/06 - 18:29:30 | 200 | 11.5035ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 18:29:30 Start: 2024-08-06T18:29:30+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 18:29:30 End: 2024-08-06T18:29:30+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 729.5µs [GIN] 2024/08/06 - 18:29:30 | 200 | 1.3253ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 18:29:31 Start: 2024-08-06T18:29:31+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3Cyc000Ku5BS1jBc000lQzIi1Cyc0B"} 2024/08/06 18:29:31 End: 2024-08-06T18:29:31+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 354.4692ms [GIN] 2024/08/06 - 18:29:31 | 200 | 354.4692ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 18:29:32 Start: 2024-08-06T18:29:32+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body: 2024/08/06 18:29:32 Start: 2024-08-06T18:29:32+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body: 2024/08/06 18:29:32 End: 2024-08-06T18:29:32+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 2.5598ms [GIN] 2024/08/06 - 18:29:32 | 200 | 2.5598ms | 127.0.0.1 | GET "/api/render/get_car_index" 2024/08/06 18:29:32 End: 2024-08-06T18:29:32+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 3.7664ms [GIN] 2024/08/06 - 18:29:32 | 200 | 4.7353ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car" 2024/08/06 18:30:08 Start: 2024-08-06T18:30:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body: 2024/08/06 18:30:08 Start: 2024-08-06T18:30:08+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body: 2024/08/06 18:30:08 End: 2024-08-06T18:30:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 9.5095ms [GIN] 2024/08/06 - 18:30:08 | 200 | 10.0158ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car" 2024/08/06 18:30:08 End: 2024-08-06T18:30:08+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 10.0207ms [GIN] 2024/08/06 - 18:30:08 | 200 | 10.0207ms | 127.0.0.1 | GET "/api/render/get_car_index" 2024/08/06 18:30:13 Start: 2024-08-06T18:30:13+08:00, Method: GET, URL: /api/product/product_notes?product_name=cheliangguzhi, GET params: map[product_name:[cheliangguzhi]], Body: 2024/08/06 18:30:13 End: 2024-08-06T18:30:13+08:00, Method: GET, URL: /api/product/product_notes?product_name=cheliangguzhi, Status: 200, Latency: 1.0998ms [GIN] 2024/08/06 - 18:30:13 | 200 | 1.0998ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangguzhi" [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] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-fm (5 handlers) [GIN-debug] POST /api/car/vehicle_valuation --> tyc-server/api.(*Car).VehicleValuation-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/06 18:31:42 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/06 18:33:03 Start: 2024-08-06T18:33:03+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 18:33:03 End: 2024-08-06T18:33:03+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0065ms [GIN] 2024/08/06 - 18:33:03 | 200 | 1.0065ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 18:33:04 Start: 2024-08-06T18:33:04+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 18:33:04 End: 2024-08-06T18:33:04+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 2.9665ms [GIN] 2024/08/06 - 18:33:04 | 200 | 2.9665ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 18:33:04 Start: 2024-08-06T18:33:04+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d35SK000FmDBS1EYE200iyh5515SK0y"} 2024/08/06 18:33:05 End: 2024-08-06T18:33:05+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 298.1998ms [GIN] 2024/08/06 - 18:33:05 | 200 | 298.2844ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 18:33:07 Start: 2024-08-06T18:33:07+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, GET params: map[product_name:[car]], Body: 2024/08/06 18:33:07 Start: 2024-08-06T18:33:07+08:00, Method: GET, URL: /api/render/get_car_index, GET params: map[], Body: 2024/08/06 18:33:07 End: 2024-08-06T18:33:07+08:00, Method: GET, URL: /api/product/product_notes?product_name=car, Status: 200, Latency: 9.0188ms [GIN] 2024/08/06 - 18:33:07 | 200 | 9.0188ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car" 2024/08/06 18:33:07 End: 2024-08-06T18:33:07+08:00, Method: GET, URL: /api/render/get_car_index, Status: 200, Latency: 33.6157ms [GIN] 2024/08/06 - 18:33:07 | 200 | 33.6157ms | 127.0.0.1 | GET "/api/render/get_car_index" 2024/08/06 18:33:09 Start: 2024-08-06T18:33:09+08:00, Method: GET, URL: /api/product/product_notes?product_name=cheliangguzhi, GET params: map[product_name:[cheliangguzhi]], Body: 2024/08/06 18:33:09 End: 2024-08-06T18:33:09+08:00, Method: GET, URL: /api/product/product_notes?product_name=cheliangguzhi, Status: 200, Latency: 1.1904ms [GIN] 2024/08/06 - 18:33:09 | 200 | 1.1904ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangguzhi" 2024/08/06 18:33:14 Start: 2024-08-06T18:33:14+08:00, Method: GET, URL: /api/product/product_notes?product_name=vinchache, GET params: map[product_name:[vinchache]], Body: 2024/08/06 18:33:14 End: 2024-08-06T18:33:14+08:00, Method: GET, URL: /api/product/product_notes?product_name=vinchache, Status: 200, Latency: 1.3492ms [GIN] 2024/08/06 - 18:33:14 | 200 | 1.8547ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache" 2024/08/06 18:33:16 Start: 2024-08-06T18:33:16+08:00, Method: GET, URL: /api/product/product_notes?product_name=weibao, GET params: map[product_name:[weibao]], Body: 2024/08/06 18:33:16 End: 2024-08-06T18:33:16+08:00, Method: GET, URL: /api/product/product_notes?product_name=weibao, Status: 200, Latency: 986.1µs [GIN] 2024/08/06 - 18:33:16 | 200 | 986.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=weibao" 2024/08/06 18:33:18 Start: 2024-08-06T18:33:18+08:00, Method: GET, URL: /api/product/product_notes?product_name=rencheheyan, GET params: map[product_name:[rencheheyan]], Body: 2024/08/06 18:33:18 End: 2024-08-06T18:33:18+08:00, Method: GET, URL: /api/product/product_notes?product_name=rencheheyan, Status: 200, Latency: 1.7699ms [GIN] 2024/08/06 - 18:33:18 | 200 | 1.7699ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=rencheheyan" 2024/08/06 18:33:21 Start: 2024-08-06T18:33:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=cheliangguzhi, GET params: map[product_name:[cheliangguzhi]], Body: 2024/08/06 18:33:21 End: 2024-08-06T18:33:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=cheliangguzhi, Status: 200, Latency: 706.2µs [GIN] 2024/08/06 - 18:33:21 | 200 | 706.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangguzhi" [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] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-fm (5 handlers) [GIN-debug] POST /api/car/vehicle_valuation --> tyc-server/api.(*Car).VehicleValuation-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/06 18:34:54 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/06 18:35:34 Start: 2024-08-06T18:35:34+08:00, Method: POST, URL: /api/car/vehicle_valuation, GET params: map[], Body: {"car_number":"桂A9PA82","vin":"L6T7854Z0PD014966"} 2024/08/06 18:35:43 End: 2024-08-06T18:35:43+08:00, Method: POST, URL: /api/car/vehicle_valuation, Status: 200, Latency: 8.7501705s [GIN] 2024/08/06 - 18:35:43 | 200 | 8.7501705s | 127.0.0.1 | POST "/api/car/vehicle_valuation" 2024/08/06 18:35:43 Start: 2024-08-06T18:35:43+08:00, Method: POST, URL: /api/pay/prepay, GET params: map[], Body: {"product_name":"cheliangguzhi","platform":"mp-weixin"} 2024/08/06 18:35:43 End: 2024-08-06T18:35:43+08:00, Method: POST, URL: /api/pay/prepay, Status: 200, Latency: 417.4379ms [GIN] 2024/08/06 - 18:35:43 | 200 | 417.4379ms | 127.0.0.1 | POST "/api/pay/prepay" 2024/08/06 18:36:05 Start: 2024-08-06T18:36:05+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardGamblingAndFraud, GET params: map[product_name:[bankCardGamblingAndFraud]], Body: 2024/08/06 18:36:05 End: 2024-08-06T18:36:05+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardGamblingAndFraud, Status: 200, Latency: 1.5508ms [GIN] 2024/08/06 - 18:36:05 | 200 | 1.5508ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud" 2024/08/06 18:36:08 Start: 2024-08-06T18:36:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardBlacklistV1, GET params: map[product_name:[bankCardBlacklistV1]], Body: 2024/08/06 18:36:08 End: 2024-08-06T18:36:08+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardBlacklistV1, Status: 200, Latency: 2.0963ms [GIN] 2024/08/06 - 18:36:08 | 200 | 2.0963ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1" 2024/08/06 18:36:10 Start: 2024-08-06T18:36:10+08:00, Method: GET, URL: /api/product/product_notes?product_name=justiceLawsuit, GET params: map[product_name:[justiceLawsuit]], Body: 2024/08/06 18:36:10 record not found 2024/08/06 18:36:10 End: 2024-08-06T18:36:10+08:00, Method: GET, URL: /api/product/product_notes?product_name=justiceLawsuit, Status: 200, Latency: 1.4182ms [GIN] 2024/08/06 - 18:36:10 | 200 | 1.4182ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=justiceLawsuit" 2024/08/06 18:38:42 Start: 2024-08-06T18:38:42+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 18:38:42 End: 2024-08-06T18:38:42+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0806ms [GIN] 2024/08/06 - 18:38:42 | 200 | 1.0806ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 18:38:43 Start: 2024-08-06T18:38:43+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 18:38:43 End: 2024-08-06T18:38:43+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.9193ms [GIN] 2024/08/06 - 18:38:43 | 200 | 1.9193ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 18:38:43 Start: 2024-08-06T18:38:43+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3Zv4Ga1dnjWH0u2vFa1C1GLQ1Zv4Gy"} 2024/08/06 18:38:43 End: 2024-08-06T18:38:43+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 279.0781ms [GIN] 2024/08/06 - 18:38:43 | 200 | 279.0781ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 18:38:45 Start: 2024-08-06T18:38:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 18:38:45 End: 2024-08-06T18:38:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 7.1327ms [GIN] 2024/08/06 - 18:38:45 | 200 | 7.1327ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/06 18:38:53 Start: 2024-08-06T18:38:53+08:00, Method: GET, URL: /api/product/product_notes?product_name=justiceLawsuit, GET params: map[product_name:[justiceLawsuit]], Body: 2024/08/06 18:38:53 record not found 2024/08/06 18:38:53 End: 2024-08-06T18:38:53+08:00, Method: GET, URL: /api/product/product_notes?product_name=justiceLawsuit, Status: 200, Latency: 1.611ms [GIN] 2024/08/06 - 18:38:53 | 200 | 1.611ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=justiceLawsuit" 2024/08/06 18:39:09 Start: 2024-08-06T18:39:09+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 18:39:09 End: 2024-08-06T18:39:09+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2185ms [GIN] 2024/08/06 - 18:39:09 | 200 | 1.2185ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 18:39:09 Start: 2024-08-06T18:39:09+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 18:39:09 End: 2024-08-06T18:39:09+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0175ms [GIN] 2024/08/06 - 18:39:09 | 200 | 1.0175ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 18:39:10 Start: 2024-08-06T18:39:10+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3MGTGa1tjAWH0tUVGa1BHlif1MGTG0"} 2024/08/06 18:39:10 End: 2024-08-06T18:39:10+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 242.2799ms [GIN] 2024/08/06 - 18:39:10 | 200 | 242.2799ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 18:39:10 Start: 2024-08-06T18:39:10+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 18:39:10 End: 2024-08-06T18:39:10+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.4366ms [GIN] 2024/08/06 - 18:39:10 | 200 | 1.4366ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/06 18:39:13 Start: 2024-08-06T18:39:13+08:00, Method: GET, URL: /api/product/product_notes?product_name=justiceLawsuit, GET params: map[product_name:[justiceLawsuit]], Body: 2024/08/06 18:39:13 record not found 2024/08/06 18:39:13 End: 2024-08-06T18:39:13+08:00, Method: GET, URL: /api/product/product_notes?product_name=justiceLawsuit, Status: 200, Latency: 1.312ms [GIN] 2024/08/06 - 18:39:13 | 200 | 1.312ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=justiceLawsuit" 2024/08/06 18:39:22 Start: 2024-08-06T18:39:22+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 18:39:22 End: 2024-08-06T18:39:22+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 495µs [GIN] 2024/08/06 - 18:39:22 | 200 | 495µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 18:39:22 Start: 2024-08-06T18:39:22+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 18:39:22 End: 2024-08-06T18:39:22+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.4789ms [GIN] 2024/08/06 - 18:39:22 | 200 | 1.4789ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 18:39:22 Start: 2024-08-06T18:39:22+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d34sR100BNICS1agc000Ds1mt24sR1K"} 2024/08/06 18:39:23 End: 2024-08-06T18:39:23+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 189.2052ms [GIN] 2024/08/06 - 18:39:23 | 200 | 189.2052ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 18:39:24 Start: 2024-08-06T18:39:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/06 18:39:24 End: 2024-08-06T18:39:24+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 34.7402ms [GIN] 2024/08/06 - 18:39:24 | 200 | 34.7402ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" [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] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-fm (5 handlers) [GIN-debug] POST /api/car/vehicle_valuation --> tyc-server/api.(*Car).VehicleValuation-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/06 19:45:55 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/06 19:46:18 Start: 2024-08-06T19:46:18+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 19:46:18 End: 2024-08-06T19:46:18+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.2337ms [GIN] 2024/08/06 - 19:46:18 | 200 | 1.2337ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 19:46:19 Start: 2024-08-06T19:46:19+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 19:46:19 End: 2024-08-06T19:46:19+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 3.7914ms [GIN] 2024/08/06 - 19:46:19 | 200 | 3.7914ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 19:46:19 Start: 2024-08-06T19:46:19+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3Yeh000MSzBS18mH100aNW9y0Yeh0i"} 2024/08/06 19:46:20 End: 2024-08-06T19:46:20+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 363.2171ms [GIN] 2024/08/06 - 19:46:20 | 200 | 363.2171ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 19:46:23 Start: 2024-08-06T19:46:23+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardBlacklistV1, GET params: map[product_name:[bankCardBlacklistV1]], Body: 2024/08/06 19:46:23 End: 2024-08-06T19:46:23+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardBlacklistV1, Status: 200, Latency: 1.2296ms [GIN] 2024/08/06 - 19:46:23 | 200 | 1.2296ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1" 2024/08/06 19:46:45 Start: 2024-08-06T19:46:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=loanEvaluation, GET params: map[product_name:[loanEvaluation]], Body: 2024/08/06 19:46:45 End: 2024-08-06T19:46:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=loanEvaluation, Status: 200, Latency: 1.0007ms [GIN] 2024/08/06 - 19:46:45 | 200 | 1.0007ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=loanEvaluation" 2024/08/06 19:46:54 Start: 2024-08-06T19:46:54+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardBlacklistV1, GET params: map[product_name:[bankCardBlacklistV1]], Body: 2024/08/06 19:46:54 End: 2024-08-06T19:46:54+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardBlacklistV1, Status: 200, Latency: 1.206ms [GIN] 2024/08/06 - 19:46:54 | 200 | 1.206ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1" 2024/08/06 19:48:22 Start: 2024-08-06T19:48:22+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardGamblingAndFraud, GET params: map[product_name:[bankCardGamblingAndFraud]], Body: 2024/08/06 19:48:22 End: 2024-08-06T19:48:22+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardGamblingAndFraud, Status: 200, Latency: 757.1µs [GIN] 2024/08/06 - 19:48:22 | 200 | 757.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud" 2024/08/06 19:49:53 Start: 2024-08-06T19:49:53+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 19:49:53 End: 2024-08-06T19:49:53+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 518.5µs [GIN] 2024/08/06 - 19:49:53 | 200 | 518.5µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 19:49:53 Start: 2024-08-06T19:49:53+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 19:49:53 End: 2024-08-06T19:49:53+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 691.3µs [GIN] 2024/08/06 - 19:49:53 | 200 | 691.3µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 19:49:53 Start: 2024-08-06T19:49:53+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d35sL0w3fOkg33Dri2w3fLvRq45sL03"} 2024/08/06 19:49:54 End: 2024-08-06T19:49:54+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 298.9379ms [GIN] 2024/08/06 - 19:49:54 | 200 | 298.9379ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 19:50:19 Start: 2024-08-06T19:50:19+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardGamblingAndFraud, GET params: map[product_name:[bankCardGamblingAndFraud]], Body: 2024/08/06 19:50:19 End: 2024-08-06T19:50:19+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardGamblingAndFraud, Status: 200, Latency: 1.5082ms [GIN] 2024/08/06 - 19:50:19 | 200 | 1.5082ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud" 2024/08/06 19:51:08 Start: 2024-08-06T19:51:08+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 19:51:08 End: 2024-08-06T19:51:08+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 0s [GIN] 2024/08/06 - 19:51:08 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 19:51:09 Start: 2024-08-06T19:51:09+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 19:51:09 End: 2024-08-06T19:51:09+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 2.0252ms [GIN] 2024/08/06 - 19:51:09 | 200 | 2.0252ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 19:51:09 Start: 2024-08-06T19:51:09+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3KPAFa1M9gWH0eA3Ha1M4JSl3KPAFQ"} 2024/08/06 19:51:09 End: 2024-08-06T19:51:09+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 287.2827ms [GIN] 2024/08/06 - 19:51:09 | 200 | 287.2827ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 19:51:18 Start: 2024-08-06T19:51:18+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardBlacklistV1, GET params: map[product_name:[bankCardBlacklistV1]], Body: 2024/08/06 19:51:18 End: 2024-08-06T19:51:18+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardBlacklistV1, Status: 200, Latency: 2.3937ms [GIN] 2024/08/06 - 19:51:18 | 200 | 2.3937ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1" 2024/08/06 19:51:41 Start: 2024-08-06T19:51:41+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 19:51:41 End: 2024-08-06T19:51:41+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0472ms [GIN] 2024/08/06 - 19:51:41 | 200 | 1.0472ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 19:51:41 Start: 2024-08-06T19:51:41+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 19:51:41 End: 2024-08-06T19:51:41+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 542.4µs [GIN] 2024/08/06 - 19:51:41 | 200 | 542.4µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 19:51:41 Start: 2024-08-06T19:51:41+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3h7Dkl2l0VVd4Sb0ol29zmhp3h7Dk4"} 2024/08/06 19:51:42 End: 2024-08-06T19:51:42+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 184.1977ms [GIN] 2024/08/06 - 19:51:42 | 200 | 184.1977ms | 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_all --> tyc-server/api.(*SingleQuery).BankCardAll-fm (5 handlers) [GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers) [GIN-debug] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-fm (5 handlers) [GIN-debug] POST /api/car/vehicle_valuation --> tyc-server/api.(*Car).VehicleValuation-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/06 19:53:10 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/06 19:56:24 Start: 2024-08-06T19:56:24+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 19:56:24 End: 2024-08-06T19:56:24+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 620.6µs [GIN] 2024/08/06 - 19:56:24 | 200 | 620.6µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 19:56:24 Start: 2024-08-06T19:56:24+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 19:56:24 End: 2024-08-06T19:56:24+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.3852ms [GIN] 2024/08/06 - 19:56:24 | 200 | 1.3852ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 19:56:24 Start: 2024-08-06T19:56:24+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3C9BFa19KfWH0woIIa1Wziqq3C9BFd"} 2024/08/06 19:56:25 End: 2024-08-06T19:56:25+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 305.4394ms [GIN] 2024/08/06 - 19:56:25 | 200 | 305.4394ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 19:56:51 Start: 2024-08-06T19:56:51+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 19:56:51 End: 2024-08-06T19:56:51+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 218.8µs [GIN] 2024/08/06 - 19:56:51 | 200 | 218.8µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 19:56:52 Start: 2024-08-06T19:56:52+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 19:56:52 End: 2024-08-06T19:56:52+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 210.6µs [GIN] 2024/08/06 - 19:56:52 | 200 | 210.6µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 19:56:52 Start: 2024-08-06T19:56:52+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d31G0ml2MOhXd4yneol2fjQ5r21G0mH"} 2024/08/06 19:56:52 End: 2024-08-06T19:56:52+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 190.4051ms [GIN] 2024/08/06 - 19:56:52 | 200 | 190.4051ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 19:57:28 Start: 2024-08-06T19:57:28+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 19:57:28 End: 2024-08-06T19:57:28+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 108.3µs [GIN] 2024/08/06 - 19:57:28 | 200 | 108.3µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 19:57:28 Start: 2024-08-06T19:57:28+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 19:57:28 End: 2024-08-06T19:57:28+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1217ms [GIN] 2024/08/06 - 19:57:28 | 200 | 1.3141ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 19:57:29 Start: 2024-08-06T19:57:29+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d39Vh000e0zBS1pU9400BbkBS09Vh0R"} 2024/08/06 19:57:29 End: 2024-08-06T19:57:29+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 218.7526ms [GIN] 2024/08/06 - 19:57:29 | 200 | 218.7526ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 19:57:49 Start: 2024-08-06T19:57:49+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 19:57:49 End: 2024-08-06T19:57:49+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0023ms [GIN] 2024/08/06 - 19:57:49 | 200 | 1.0023ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 19:57:50 Start: 2024-08-06T19:57:50+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 19:57:50 End: 2024-08-06T19:57:50+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 855.9µs [GIN] 2024/08/06 - 19:57:50 | 200 | 1.3622ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 19:57:50 Start: 2024-08-06T19:57:50+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d37Z21w3nsHh33Q0J2w3VsEww47Z21e"} 2024/08/06 19:57:50 End: 2024-08-06T19:57:50+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 239.8525ms [GIN] 2024/08/06 - 19:57:50 | 200 | 239.8525ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 19:58:31 Start: 2024-08-06T19:58:31+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 19:58:31 End: 2024-08-06T19:58:31+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 631.9µs [GIN] 2024/08/06 - 19:58:31 | 200 | 631.9µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 19:58:31 Start: 2024-08-06T19:58:31+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 19:58:31 End: 2024-08-06T19:58:31+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 228.1µs [GIN] 2024/08/06 - 19:58:31 | 200 | 228.1µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 19:58:31 Start: 2024-08-06T19:58:31+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b38AUkl2gybWd4epVnl2QiX0i28AUkA"} 2024/08/06 19:58:53 End: 2024-08-06T19:58:53+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 21.9192042s [GIN] 2024/08/06 - 19:58:53 | 200 | 21.9192042s | 127.0.0.1 | POST "/api/user/login" 2024/08/06 19:59:12 Start: 2024-08-06T19:59:12+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 19:59:12 End: 2024-08-06T19:59:12+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 133.4µs [GIN] 2024/08/06 - 19:59:12 | 200 | 133.4µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 19:59:13 Start: 2024-08-06T19:59:13+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 19:59:13 End: 2024-08-06T19:59:13+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 619.7µs [GIN] 2024/08/06 - 19:59:13 | 200 | 619.7µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 19:59:13 Start: 2024-08-06T19:59:13+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3RLJll2HB2Xd49Xsll2XQJ180RLJlN"} 2024/08/06 19:59:13 End: 2024-08-06T19:59:13+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 192.861ms [GIN] 2024/08/06 - 19:59:13 | 200 | 192.861ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 19:59:21 Start: 2024-08-06T19:59:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardAll, GET params: map[product_name:[bankCardAll]], Body: 2024/08/06 19:59:21 record not found 2024/08/06 19:59:21 End: 2024-08-06T19:59:21+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardAll, Status: 200, Latency: 1.1899ms [GIN] 2024/08/06 - 19:59:21 | 200 | 1.1899ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardAll" 2024/08/06 19:59:39 Start: 2024-08-06T19:59:39+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 19:59:39 End: 2024-08-06T19:59:39+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 490.3µs [GIN] 2024/08/06 - 19:59:39 | 200 | 490.3µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 19:59:39 Start: 2024-08-06T19:59:39+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 19:59:39 End: 2024-08-06T19:59:39+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 513.1µs [GIN] 2024/08/06 - 19:59:39 | 200 | 513.1µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 19:59:40 Start: 2024-08-06T19:59:40+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3Yr9Ga1ovJVH0REBJa1mqJW31Yr9Ge"} 2024/08/06 19:59:40 End: 2024-08-06T19:59:40+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 200.7ms [GIN] 2024/08/06 - 19:59:40 | 200 | 200.7ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 19:59:41 Start: 2024-08-06T19:59:41+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardAll, GET params: map[product_name:[bankCardAll]], Body: 2024/08/06 19:59:41 record not found 2024/08/06 19:59:41 End: 2024-08-06T19:59:41+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardAll, Status: 200, Latency: 1.0916ms [GIN] 2024/08/06 - 19:59:41 | 200 | 1.0916ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardAll" [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_all --> tyc-server/api.(*SingleQuery).BankCardAll-fm (5 handlers) [GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers) [GIN-debug] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-fm (5 handlers) [GIN-debug] GET /api/single/get_bc_all_record --> tyc-server/api.(*SingleQuery).GetBankCardAllRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-fm (5 handlers) [GIN-debug] POST /api/car/vehicle_valuation --> tyc-server/api.(*Car).VehicleValuation-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/06 20:05: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/06 20:06:25 Start: 2024-08-06T20:06:25+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:06:25 End: 2024-08-06T20:06:25+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.1464ms [GIN] 2024/08/06 - 20:06:25 | 200 | 2.1464ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:06:25 Start: 2024-08-06T20:06:25+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 20:06:25 End: 2024-08-06T20:06:25+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 883.7µs [GIN] 2024/08/06 - 20:06:25 | 200 | 883.7µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 20:06:25 Start: 2024-08-06T20:06:25+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b30wz000OYJAS186h400mBv3f30wz0Q"} 2024/08/06 20:06:26 End: 2024-08-06T20:06:26+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 337.3512ms [GIN] 2024/08/06 - 20:06:26 | 200 | 337.3512ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:06:46 Start: 2024-08-06T20:06:46+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:06:46 End: 2024-08-06T20:06:46+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 616.9µs [GIN] 2024/08/06 - 20:06:46 | 200 | 616.9µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:06:46 Start: 2024-08-06T20:06:46+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 20:06:46 End: 2024-08-06T20:06:46+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.108ms [GIN] 2024/08/06 - 20:06:46 | 200 | 1.108ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 20:06:47 Start: 2024-08-06T20:06:47+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3j2Ekl2LEUVd4l1bll2h7EsR0j2EkS"} 2024/08/06 20:06:47 End: 2024-08-06T20:06:47+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 202.7413ms [GIN] 2024/08/06 - 20:06:47 | 200 | 203.244ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:07:02 Start: 2024-08-06T20:07:02+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:07:02 End: 2024-08-06T20:07:02+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.1643ms [GIN] 2024/08/06 - 20:07:02 | 200 | 1.1643ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:07:02 Start: 2024-08-06T20:07:02+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 20:07:02 End: 2024-08-06T20:07:02+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 3.0891ms [GIN] 2024/08/06 - 20:07:02 | 200 | 3.0891ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 20:07:02 Start: 2024-08-06T20:07:02+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3pE7100EfoCS1vnB200loD2O0pE71G"} 2024/08/06 20:07:03 End: 2024-08-06T20:07:03+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 222.4544ms [GIN] 2024/08/06 - 20:07:03 | 200 | 222.4544ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:11:11 Start: 2024-08-06T20:11:11+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:11:11 End: 2024-08-06T20:11:11+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.7432ms [GIN] 2024/08/06 - 20:11:11 | 200 | 1.7432ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:11:11 Start: 2024-08-06T20:11:11+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 20:11:11 End: 2024-08-06T20:11:11+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 810.4µs [GIN] 2024/08/06 - 20:11:11 | 200 | 1.0017ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 20:11:11 Start: 2024-08-06T20:11:11+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a390G100JCQBS1ygm300ZCNc1090G16"} 2024/08/06 20:11:11 End: 2024-08-06T20:11:11+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 315.944ms [GIN] 2024/08/06 - 20:11:11 | 200 | 315.944ms | 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_all --> tyc-server/api.(*SingleQuery).BankCardAll-fm (5 handlers) [GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers) [GIN-debug] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-fm (5 handlers) [GIN-debug] GET /api/single/get_bc_all_record --> tyc-server/api.(*SingleQuery).GetBankCardAllRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-fm (5 handlers) [GIN-debug] POST /api/car/vehicle_valuation --> tyc-server/api.(*Car).VehicleValuation-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/06 20:27:22 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/06 20:27:32 Start: 2024-08-06T20:27:32+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:27:32 End: 2024-08-06T20:27:32+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0282ms [GIN] 2024/08/06 - 20:27:32 | 200 | 1.4984ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:27:33 Start: 2024-08-06T20:27:33+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 20:27:33 End: 2024-08-06T20:27:33+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 746.3µs [GIN] 2024/08/06 - 20:27:33 | 200 | 746.3µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 20:27:33 Start: 2024-08-06T20:27:33+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3QNA000kONAS1nbI000aOWmt2QNA0H"} 2024/08/06 20:27:33 End: 2024-08-06T20:27:33+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 333.7334ms [GIN] 2024/08/06 - 20:27:33 | 200 | 333.7334ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:27:34 Start: 2024-08-06T20:27:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardAll, GET params: map[product_name:[bankCardAll]], Body: 2024/08/06 20:27:34 record not found 2024/08/06 20:27:34 End: 2024-08-06T20:27:34+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardAll, Status: 200, Latency: 1.1144ms [GIN] 2024/08/06 - 20:27:34 | 200 | 1.1144ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardAll" 2024/08/06 20:27:47 Start: 2024-08-06T20:27:47+08:00, Method: POST, URL: /api/single/bc_all, GET params: map[], Body: {"name":"阿斯顿","card_no":"45212220000827423X","bc_no":"6230521090063151078","mobile":"18276151590","verify_code":"2134"} 2024/08/06 20:27:47 End: 2024-08-06T20:27:47+08:00, Method: POST, URL: /api/single/bc_all, Status: 200, Latency: 49.8616ms [GIN] 2024/08/06 - 20:27:47 | 200 | 49.8616ms | 127.0.0.1 | POST "/api/single/bc_all" 2024/08/06 20:27:47 Start: 2024-08-06T20:27:47+08:00, Method: POST, URL: /api/pay/prepay, GET params: map[], Body: {"product_name":"bankCardAll","platform":"mp-weixin"} 2024/08/06 20:27:47 record not found 2024/08/06 20:27:47 record not found 2024/08/06 20:27:47 End: 2024-08-06T20:27:47+08:00, Method: POST, URL: /api/pay/prepay, Status: 200, Latency: 813µs [GIN] 2024/08/06 - 20:27:47 | 200 | 813µs | 127.0.0.1 | POST "/api/pay/prepay" [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_all --> tyc-server/api.(*SingleQuery).BankCardAll-fm (5 handlers) [GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers) [GIN-debug] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-fm (5 handlers) [GIN-debug] GET /api/single/get_bc_all_record --> tyc-server/api.(*SingleQuery).GetBankCardAllRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-fm (5 handlers) [GIN-debug] POST /api/car/vehicle_valuation --> tyc-server/api.(*Car).VehicleValuation-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/06 20:28:27 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/06 20:28:29 Start: 2024-08-06T20:28:29+08:00, Method: POST, URL: /api/single/bc_all, GET params: map[], Body: {"name":"阿斯顿","card_no":"45212220000827423X","bc_no":"6230521090063151078","mobile":"18276151590","verify_code":"2134"} 2024/08/06 20:28:32 singleQuery resp error:校验不通过:传入参数不正确 2024/08/06 20:28:41 End: 2024-08-06T20:28:41+08:00, Method: POST, URL: /api/single/bc_all, Status: 200, Latency: 11.605673s [GIN] 2024/08/06 - 20:28:41 | 200 | 11.6061877s | 127.0.0.1 | POST "/api/single/bc_all" 2024/08/06 20:28:49 Start: 2024-08-06T20:28:49+08:00, Method: POST, URL: /api/single/bc_all, GET params: map[], Body: {"name":"阿斯顿","card_no":"45212220000827423X","bc_no":"6230521090063151078","mobile":"18276151590","verify_code":"2134"} 2024/08/06 20:29:10 singleQuery resp error:校验不通过:传入参数不正确 [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_all --> tyc-server/api.(*SingleQuery).BankCardAll-fm (5 handlers) [GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers) [GIN-debug] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-fm (5 handlers) [GIN-debug] GET /api/single/get_bc_all_record --> tyc-server/api.(*SingleQuery).GetBankCardAllRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-fm (5 handlers) [GIN-debug] POST /api/car/vehicle_valuation --> tyc-server/api.(*Car).VehicleValuation-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/06 20:29:33 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/06 20:29:45 Start: 2024-08-06T20:29:45+08:00, Method: POST, URL: /api/single/bc_all, GET params: map[], Body: {"name":"阿斯顿","card_no":"45212220000827423X","bc_no":"6230521090063151078","mobile":"18276151590","verify_code":"2134"} 2024/08/06 20:30:58 singleQuery resp error:校验不通过:传入参数不正确 [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_all --> tyc-server/api.(*SingleQuery).BankCardAll-fm (5 handlers) [GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers) [GIN-debug] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-fm (5 handlers) [GIN-debug] GET /api/single/get_bc_all_record --> tyc-server/api.(*SingleQuery).GetBankCardAllRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-fm (5 handlers) [GIN-debug] POST /api/car/vehicle_valuation --> tyc-server/api.(*Car).VehicleValuation-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/06 20:31:00 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/06 20:31:03 Start: 2024-08-06T20:31:03+08:00, Method: POST, URL: /api/single/bc_all, GET params: map[], Body: {"name":"阿斯顿","card_no":"45212220000827423X","bc_no":"6230521090063151078","mobile":"18276151590","verify_code":"2134"} [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_all --> tyc-server/api.(*SingleQuery).BankCardAll-fm (5 handlers) [GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers) [GIN-debug] GET /api/single/get_merriage_record --> tyc-server/api.(*SingleQuery).GetMerriageRecord-fm (5 handlers) [GIN-debug] GET /api/single/get_bc_all_record --> tyc-server/api.(*SingleQuery).GetBankCardAllRecord-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] POST /api/car/vehicle_transfer --> tyc-server/api.(*Car).VehicleTransfer-fm (5 handlers) [GIN-debug] POST /api/car/vehicle_valuation --> tyc-server/api.(*Car).VehicleValuation-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/06 20:31:42 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/06 20:31:44 Start: 2024-08-06T20:31:44+08:00, Method: POST, URL: /api/single/bc_all, GET params: map[], Body: {"name":"阿斯顿","card_no":"45212220000827423X","bc_no":"6230521090063151078","mobile":"18276151590","verify_code":"2134"} 2024/08/06 20:32:17 消费订单失败:Error 1452 (23000): Cannot add or update a child row: a foreign key constraint fails (`tyc`.`pay_order`, CONSTRAINT `fk_product_pay_orders` FOREIGN KEY (`product_id`) REFERENCES `product` (`id`)) 2024/08/06 20:32:20 End: 2024-08-06T20:32:20+08:00, Method: POST, URL: /api/single/bc_all, Status: 200, Latency: 35.4082742s [GIN] 2024/08/06 - 20:32:20 | 200 | 35.4082742s | 127.0.0.1 | POST "/api/single/bc_all" 2024/08/06 20:32:20 Start: 2024-08-06T20:32:20+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=0, GET params: map[id:[0]], Body: 2024/08/06 20:32:20 End: 2024-08-06T20:32:20+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=0, Status: 200, Latency: 508.1µs [GIN] 2024/08/06 - 20:32:20 | 200 | 508.1µs | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=0" 2024/08/06 20:33:10 Start: 2024-08-06T20:33:10+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:33:10 End: 2024-08-06T20:33:10+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.3247ms [GIN] 2024/08/06 - 20:33:10 | 200 | 1.3247ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:33:11 Start: 2024-08-06T20:33:11+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:33:11 End: 2024-08-06T20:33:11+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 2.5374ms [GIN] 2024/08/06 - 20:33:11 | 200 | 2.5374ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:33:11 Start: 2024-08-06T20:33:11+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3RGhHa1FcRWH0a7OIa1l0lJ04RGhHF"} 2024/08/06 20:33:12 End: 2024-08-06T20:33:12+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 285.5439ms [GIN] 2024/08/06 - 20:33:12 | 200 | 285.6861ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:34:30 Start: 2024-08-06T20:34:30+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:34:30 End: 2024-08-06T20:34:30+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0144ms [GIN] 2024/08/06 - 20:34:30 | 200 | 1.2255ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:34:31 Start: 2024-08-06T20:34:31+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:34:31 End: 2024-08-06T20:34:31+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 733.5µs [GIN] 2024/08/06 - 20:34:31 | 200 | 733.5µs | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:34:31 Start: 2024-08-06T20:34:31+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3fhS000Dp4BS1YX130014Gl71fhS0S"} 2024/08/06 20:34:32 End: 2024-08-06T20:34:32+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 296.9207ms [GIN] 2024/08/06 - 20:34:32 | 200 | 296.9207ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:34:47 Start: 2024-08-06T20:34:47+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:34:47 End: 2024-08-06T20:34:47+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 0s [GIN] 2024/08/06 - 20:34:47 | 200 | 998.3µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:34:48 Start: 2024-08-06T20:34:48+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3orH100ZxTBS1moO000Mf8HJ3orH1m"} 2024/08/06 20:34:48 End: 2024-08-06T20:34:48+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 209.186ms [GIN] 2024/08/06 - 20:34:48 | 200 | 209.186ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:34:48 Start: 2024-08-06T20:34:48+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:34:48 End: 2024-08-06T20:34:48+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 1.0008ms [GIN] 2024/08/06 - 20:34:48 | 200 | 1.5048ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:35:10 Start: 2024-08-06T20:35:10+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:35:10 End: 2024-08-06T20:35:10+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 384.8µs [GIN] 2024/08/06 - 20:35:10 | 200 | 384.8µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:35:10 Start: 2024-08-06T20:35:10+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:35:10 End: 2024-08-06T20:35:10+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 1.1075ms [GIN] 2024/08/06 - 20:35:10 | 200 | 1.1075ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:35:10 Start: 2024-08-06T20:35:10+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3Jm9100WGrCS1G2Y000DbyV82Jm91x"} 2024/08/06 20:35:10 End: 2024-08-06T20:35:10+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 212.0465ms [GIN] 2024/08/06 - 20:35:10 | 200 | 212.0465ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:36:13 Start: 2024-08-06T20:36:13+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:36:13 End: 2024-08-06T20:36:13+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 0s [GIN] 2024/08/06 - 20:36:13 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:36:13 Start: 2024-08-06T20:36:13+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:36:13 End: 2024-08-06T20:36:13+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 0s [GIN] 2024/08/06 - 20:36:13 | 200 | 0s | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:36:13 Start: 2024-08-06T20:36:13+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3HVdll2TWoVd4PBPol2zP7Mw2HVdlo"} 2024/08/06 20:36:14 End: 2024-08-06T20:36:14+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 319.8208ms [GIN] 2024/08/06 - 20:36:14 | 200 | 319.8208ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:36:56 Start: 2024-08-06T20:36:56+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:36:56 End: 2024-08-06T20:36:56+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.5097ms [GIN] 2024/08/06 - 20:36:56 | 200 | 1.5097ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:36:57 Start: 2024-08-06T20:36:57+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:36:57 End: 2024-08-06T20:36:57+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 1.5365ms [GIN] 2024/08/06 - 20:36:57 | 200 | 1.5365ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:36:57 Start: 2024-08-06T20:36:57+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3Dj9nl26BqYd40aYll2JyGIM2Dj9n-"} 2024/08/06 20:36:57 End: 2024-08-06T20:36:57+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 283.0499ms [GIN] 2024/08/06 - 20:36:57 | 200 | 283.0499ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:38:34 Start: 2024-08-06T20:38:34+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:38:34 End: 2024-08-06T20:38:34+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.3517ms [GIN] 2024/08/06 - 20:38:34 | 200 | 1.3517ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:38:34 Start: 2024-08-06T20:38:34+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:38:34 End: 2024-08-06T20:38:34+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 1.2888ms [GIN] 2024/08/06 - 20:38:34 | 200 | 1.2888ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:38:35 Start: 2024-08-06T20:38:35+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3HFH100zNSBS1MFI000HVisd2HFH1L"} 2024/08/06 20:38:35 End: 2024-08-06T20:38:35+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 343.3947ms [GIN] 2024/08/06 - 20:38:35 | 200 | 343.3947ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:38:43 Start: 2024-08-06T20:38:43+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:38:43 End: 2024-08-06T20:38:43+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 988µs [GIN] 2024/08/06 - 20:38:43 | 200 | 988µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:38:44 Start: 2024-08-06T20:38:44+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3OzD1w375ch33fAZ0w3gYdQU0OzD1S"} 2024/08/06 20:38:44 Start: 2024-08-06T20:38:44+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:38:44 End: 2024-08-06T20:38:44+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 674.5µs [GIN] 2024/08/06 - 20:38:44 | 200 | 674.5µs | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:38:45 End: 2024-08-06T20:38:45+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 282.2635ms [GIN] 2024/08/06 - 20:38:45 | 200 | 282.2635ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:49:06 Start: 2024-08-06T20:49:06+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:49:06 End: 2024-08-06T20:49:06+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.078ms [GIN] 2024/08/06 - 20:49:06 | 200 | 1.078ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:49:06 Start: 2024-08-06T20:49:06+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:49:06 End: 2024-08-06T20:49:06+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 1.5256ms [GIN] 2024/08/06 - 20:49:06 | 200 | 1.5256ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:49:07 Start: 2024-08-06T20:49:07+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3PjnFa1f71WH0su9Ga19O0hJ2PjnF5"} 2024/08/06 20:49:07 End: 2024-08-06T20:49:07+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 294.0779ms [GIN] 2024/08/06 - 20:49:07 | 200 | 294.0779ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:50:09 Start: 2024-08-06T20:50:09+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:50:09 End: 2024-08-06T20:50:09+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 0s [GIN] 2024/08/06 - 20:50:09 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:50:09 Start: 2024-08-06T20:50:09+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3g54000GZjBS1XS5300kvvnI0g5401"} 2024/08/06 20:50:09 Start: 2024-08-06T20:50:09+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:50:09 End: 2024-08-06T20:50:09+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 1.0463ms [GIN] 2024/08/06 - 20:50:09 | 200 | 1.0463ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:50:10 End: 2024-08-06T20:50:10+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 304.549ms [GIN] 2024/08/06 - 20:50:10 | 200 | 304.549ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:51:11 Start: 2024-08-06T20:51:11+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:51:11 End: 2024-08-06T20:51:11+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 805.3µs [GIN] 2024/08/06 - 20:51:11 | 200 | 805.3µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:51:11 Start: 2024-08-06T20:51:11+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:51:11 End: 2024-08-06T20:51:11+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 1.3946ms [GIN] 2024/08/06 - 20:51:11 | 200 | 1.3946ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:51:12 Start: 2024-08-06T20:51:12+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3O8y0w35f5g33ara0w3aYBQK3O8y0-"} 2024/08/06 20:51:12 End: 2024-08-06T20:51:12+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 272.4179ms [GIN] 2024/08/06 - 20:51:12 | 200 | 272.4179ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:51:18 Start: 2024-08-06T20:51:18+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:51:18 End: 2024-08-06T20:51:18+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 783.8µs [GIN] 2024/08/06 - 20:51:18 | 200 | 783.8µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:51:19 Start: 2024-08-06T20:51:19+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:51:19 End: 2024-08-06T20:51:19+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 626.8µs [GIN] 2024/08/06 - 20:51:19 | 200 | 626.8µs | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:51:19 Start: 2024-08-06T20:51:19+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3PZ3ml2nTjXd43ZCml21Aytz3PZ3md"} 2024/08/06 20:51:19 End: 2024-08-06T20:51:19+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 236.8075ms [GIN] 2024/08/06 - 20:51:19 | 200 | 236.8075ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:52:01 Start: 2024-08-06T20:52:01+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:52:01 End: 2024-08-06T20:52:01+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.512ms [GIN] 2024/08/06 - 20:52:01 | 200 | 1.717ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:52:01 Start: 2024-08-06T20:52:01+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:52:01 End: 2024-08-06T20:52:01+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 1.0009ms [GIN] 2024/08/06 - 20:52:01 | 200 | 1.0009ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:52:02 Start: 2024-08-06T20:52:02+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3U8h0w3buUg33ayt0w3OLtxk0U8h0d"} 2024/08/06 20:52:02 End: 2024-08-06T20:52:02+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 228.3677ms [GIN] 2024/08/06 - 20:52:02 | 200 | 228.3677ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:52:05 Start: 2024-08-06T20:52:05+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 20:52:05 End: 2024-08-06T20:52:05+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.3129ms [GIN] 2024/08/06 - 20:52:05 | 200 | 1.3129ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 20:56:16 Start: 2024-08-06T20:56:16+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:56:16 End: 2024-08-06T20:56:16+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.3859ms [GIN] 2024/08/06 - 20:56:16 | 200 | 1.3859ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:56:17 Start: 2024-08-06T20:56:17+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 20:56:17 End: 2024-08-06T20:56:17+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 1.7097ms [GIN] 2024/08/06 - 20:56:17 | 200 | 1.7097ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 20:56:17 Start: 2024-08-06T20:56:17+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3KWO200Aq2DS16KJ300Itz2n3KWO2r"} 2024/08/06 20:56:17 End: 2024-08-06T20:56:17+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 283.8791ms [GIN] 2024/08/06 - 20:56:17 | 200 | 283.978ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:56:27 Start: 2024-08-06T20:56:27+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:56:27 End: 2024-08-06T20:56:27+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 683.8µs [GIN] 2024/08/06 - 20:56:27 | 200 | 683.8µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:56:28 Start: 2024-08-06T20:56:28+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 20:56:28 End: 2024-08-06T20:56:28+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.3836ms [GIN] 2024/08/06 - 20:56:28 | 200 | 1.3836ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 20:56:28 Start: 2024-08-06T20:56:28+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3Jsy0w3cg9g33tiU1w3NyrNS3Jsy0a"} 2024/08/06 20:56:28 End: 2024-08-06T20:56:28+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 204.9348ms [GIN] 2024/08/06 - 20:56:28 | 200 | 204.9348ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:57:54 Start: 2024-08-06T20:57:54+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:57:54 End: 2024-08-06T20:57:54+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 3.3408ms [GIN] 2024/08/06 - 20:57:54 | 200 | 3.3408ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:57:54 Start: 2024-08-06T20:57:54+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 20:57:54 End: 2024-08-06T20:57:54+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 992.6µs [GIN] 2024/08/06 - 20:57:54 | 200 | 992.6µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 20:57:55 Start: 2024-08-06T20:57:55+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3vZ13w3XnCi33guw3w3JWrJ84vZ13c"} 2024/08/06 20:57:55 End: 2024-08-06T20:57:55+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 350.2898ms [GIN] 2024/08/06 - 20:57:55 | 200 | 350.2898ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:58:31 Start: 2024-08-06T20:58:31+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:58:31 End: 2024-08-06T20:58:31+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 2.3439ms [GIN] 2024/08/06 - 20:58:31 | 200 | 2.3439ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:58:32 Start: 2024-08-06T20:58:32+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 20:58:32 End: 2024-08-06T20:58:32+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.5098ms [GIN] 2024/08/06 - 20:58:32 | 200 | 1.5098ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 20:58:32 Start: 2024-08-06T20:58:32+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d35oNll2Au6Xd4LQOkl2PV1fO35oNls"} 2024/08/06 20:58:32 End: 2024-08-06T20:58:32+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 204.7449ms [GIN] 2024/08/06 - 20:58:32 | 200 | 204.7449ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:58:52 Start: 2024-08-06T20:58:52+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:58:52 End: 2024-08-06T20:58:52+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.0046ms [GIN] 2024/08/06 - 20:58:52 | 200 | 1.0046ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:58:52 Start: 2024-08-06T20:58:52+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 20:58:52 End: 2024-08-06T20:58:52+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 862.9µs [GIN] 2024/08/06 - 20:58:52 | 200 | 862.9µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 20:58:53 Start: 2024-08-06T20:58:53+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3ZQV1w3Uiwh33EMN2w3vhCDq1ZQV17"} 2024/08/06 20:58:53 End: 2024-08-06T20:58:53+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 222.6972ms [GIN] 2024/08/06 - 20:58:53 | 200 | 222.6972ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 20:58:59 Start: 2024-08-06T20:58:59+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 20:58:59 End: 2024-08-06T20:58:59+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 504.8µs [GIN] 2024/08/06 - 20:58:59 | 200 | 504.8µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 20:58:59 Start: 2024-08-06T20:58:59+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 20:58:59 End: 2024-08-06T20:58:59+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 0s [GIN] 2024/08/06 - 20:58:59 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 20:59:00 Start: 2024-08-06T20:59:00+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3JIC000GLPAS1240100b7xUi4JIC06"} 2024/08/06 20:59:00 End: 2024-08-06T20:59:00+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 193.2046ms [GIN] 2024/08/06 - 20:59:00 | 200 | 193.2046ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 21:01:10 Start: 2024-08-06T21:01:10+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 21:01:10 End: 2024-08-06T21:01:10+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 3.0147ms [GIN] 2024/08/06 - 21:01:10 | 200 | 3.0147ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 21:01:11 Start: 2024-08-06T21:01:11+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 21:01:11 End: 2024-08-06T21:01:11+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0425ms [GIN] 2024/08/06 - 21:01:11 | 200 | 1.3116ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 21:01:11 Start: 2024-08-06T21:01:11+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3aElml2CsyWd438Dkl2WypB91aElmL"} 2024/08/06 21:01:12 End: 2024-08-06T21:01:12+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 312.2503ms [GIN] 2024/08/06 - 21:01:12 | 200 | 312.2503ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 21:01:15 Start: 2024-08-06T21:01:15+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 21:01:15 End: 2024-08-06T21:01:15+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.3485ms [GIN] 2024/08/06 - 21:01:15 | 200 | 1.3485ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 21:01:16 Start: 2024-08-06T21:01:16+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 21:01:16 End: 2024-08-06T21:01:16+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0026ms [GIN] 2024/08/06 - 21:01:16 | 200 | 1.4229ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 21:01:16 Start: 2024-08-06T21:01:16+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3sB4ml2fynXd4nsMkl2GWWe83sB4my"} 2024/08/06 21:01:16 End: 2024-08-06T21:01:16+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 238.9194ms [GIN] 2024/08/06 - 21:01:16 | 200 | 238.9194ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 21:04:58 Start: 2024-08-06T21:04:58+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardAll, GET params: map[product_name:[bankCardAll]], Body: 2024/08/06 21:04:58 record not found 2024/08/06 21:04:58 End: 2024-08-06T21:04:58+08:00, Method: GET, URL: /api/product/product_notes?product_name=bankCardAll, Status: 200, Latency: 10.6647ms [GIN] 2024/08/06 - 21:04:58 | 200 | 10.6647ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardAll" 2024/08/06 21:05:52 Start: 2024-08-06T21:05:52+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 21:05:52 End: 2024-08-06T21:05:52+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 1.4879ms [GIN] 2024/08/06 - 21:05:52 | 200 | 1.4879ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 21:05:52 Start: 2024-08-06T21:05:52+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 21:05:52 End: 2024-08-06T21:05:52+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.1771ms [GIN] 2024/08/06 - 21:05:52 | 200 | 1.4119ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 21:05:54 Start: 2024-08-06T21:05:54+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0a3hZh0w3BIXg33Exb0w39vNH84hZh0V"} 2024/08/06 21:05:54 End: 2024-08-06T21:05:54+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 331.2205ms [GIN] 2024/08/06 - 21:05:54 | 200 | 331.2205ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 21:05:54 Start: 2024-08-06T21:05:54+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 21:05:54 End: 2024-08-06T21:05:54+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 2.094ms [GIN] 2024/08/06 - 21:05:54 | 200 | 2.094ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 21:07:08 Start: 2024-08-06T21:07:08+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 21:07:08 End: 2024-08-06T21:07:08+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 6.1009ms [GIN] 2024/08/06 - 21:07:08 | 200 | 6.1009ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 21:08:00 Start: 2024-08-06T21:08:00+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 21:08:00 End: 2024-08-06T21:08:00+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 11.9109ms [GIN] 2024/08/06 - 21:08:00 | 200 | 12.9118ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 21:08:19 Start: 2024-08-06T21:08:19+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 21:08:19 End: 2024-08-06T21:08:19+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 4.4632ms [GIN] 2024/08/06 - 21:08:19 | 200 | 4.4632ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 21:08:21 Start: 2024-08-06T21:08:21+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=200, GET params: map[id:[200]], Body: 2024/08/06 21:08:21 【交易账户评估】获取交易账户评估记录错误:record not found 2024/08/06 21:08:21 End: 2024-08-06T21:08:21+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=200, Status: 200, Latency: 224.6979ms [GIN] 2024/08/06 - 21:08:21 | 200 | 224.6979ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=200" 2024/08/06 21:08:43 Start: 2024-08-06T21:08:43+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 21:08:43 End: 2024-08-06T21:08:43+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 2.4359ms [GIN] 2024/08/06 - 21:08:43 | 200 | 2.4359ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 21:08:52 Start: 2024-08-06T21:08:52+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 21:08:52 End: 2024-08-06T21:08:52+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 1.1999ms [GIN] 2024/08/06 - 21:08:52 | 200 | 1.1999ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/06 21:27:20 Start: 2024-08-06T21:27:20+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/06 21:27:20 End: 2024-08-06T21:27:20+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 525µs [GIN] 2024/08/06 - 21:27:20 | 200 | 1.0469ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/06 21:27:21 Start: 2024-08-06T21:27:21+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/06 21:27:21 End: 2024-08-06T21:27:21+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 911.7µs [GIN] 2024/08/06 - 21:27:21 | 200 | 911.7µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/06 21:27:21 Start: 2024-08-06T21:27:21+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0e3mEpFa1UI6WH0UGoGa1iOYi03mEpFh"} 2024/08/06 21:27:21 End: 2024-08-06T21:27:21+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 277.7757ms [GIN] 2024/08/06 - 21:27:21 | 200 | 277.7757ms | 127.0.0.1 | POST "/api/user/login" 2024/08/06 21:27:23 Start: 2024-08-06T21:27:23+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, GET params: map[page_num:[1]], Body: 2024/08/06 21:27:23 End: 2024-08-06T21:27:23+08:00, Method: GET, URL: /api/pay/order_list?page_num=1, Status: 200, Latency: 2.9626ms [GIN] 2024/08/06 - 21:27:23 | 200 | 2.9626ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1" 2024/08/06 21:27:27 Start: 2024-08-06T21:27:27+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, GET params: map[id:[1000]], Body: 2024/08/06 21:27:27 End: 2024-08-06T21:27:27+08:00, Method: GET, URL: /api/single/get_bc_all_record?id=1000, Status: 200, Latency: 1.0253ms [GIN] 2024/08/06 - 21:27:27 | 200 | 1.0253ms | 127.0.0.1 | GET "/api/single/get_bc_all_record?id=1000" 2024/08/07 15:15:45 Start: 2024-08-07T15:15:45+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/07 15:15:45 End: 2024-08-07T15:15:45+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 19.8195ms [GIN] 2024/08/07 - 15:15:45 | 200 | 20.061ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/07 15:15:45 Start: 2024-08-07T15:15:45+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/07 15:15:45 End: 2024-08-07T15:15:45+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 882.1µs [GIN] 2024/08/07 - 15:15:45 | 200 | 882.1µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/07 15:15:46 Start: 2024-08-07T15:15:46+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3GZdll2PqGVd4DRmll2WTgmy3GZdla"} 2024/08/07 15:15:46 End: 2024-08-07T15:15:46+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 315.5151ms [GIN] 2024/08/07 - 15:15:46 | 200 | 315.5151ms | 127.0.0.1 | POST "/api/user/login" 2024/08/07 15:16:21 Start: 2024-08-07T15:16:21+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/07 15:16:21 End: 2024-08-07T15:16:21+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 470.9µs [GIN] 2024/08/07 - 15:16:21 | 200 | 470.9µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/07 15:16:21 Start: 2024-08-07T15:16:21+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/07 15:16:21 End: 2024-08-07T15:16:21+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 859.2µs [GIN] 2024/08/07 - 15:16:21 | 200 | 859.2µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/07 15:16:21 Start: 2024-08-07T15:16:21+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0f3SYWkl2coXVd4Mfeml2qSSON2SYWki"} 2024/08/07 15:16:21 End: 2024-08-07T15:16:21+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 191.1027ms [GIN] 2024/08/07 - 15:16:21 | 200 | 191.1027ms | 127.0.0.1 | POST "/api/user/login" 2024/08/07 15:16:55 Start: 2024-08-07T15:16:55+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/07 15:16:55 End: 2024-08-07T15:16:55+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 999.3µs [GIN] 2024/08/07 - 15:16:55 | 200 | 999.3µs | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/07 15:16:56 Start: 2024-08-07T15:16:56+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/07 15:16:56 End: 2024-08-07T15:16:56+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 971.6µs [GIN] 2024/08/07 - 15:16:56 | 200 | 1.4761ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/07 15:16:56 Start: 2024-08-07T15:16:56+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0b3Fs51w3un1i338hc1w3H3EJf2Fs51u"} 2024/08/07 15:16:57 End: 2024-08-07T15:16:57+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 198.6768ms [GIN] 2024/08/07 - 15:16:57 | 200 | 198.6768ms | 127.0.0.1 | POST "/api/user/login" 2024/08/07 15:20:28 Start: 2024-08-07T15:20:28+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/07 15:20:28 End: 2024-08-07T15:20:28+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 5.2603ms [GIN] 2024/08/07 - 15:20:28 | 200 | 5.2603ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/07 15:20:28 Start: 2024-08-07T15:20:28+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/07 15:20:28 End: 2024-08-07T15:20:28+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 505.2µs [GIN] 2024/08/07 - 15:20:28 | 200 | 505.2µs | 127.0.0.1 | GET "/api/render/get_index" 2024/08/07 15:20:29 Start: 2024-08-07T15:20:29+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0d3VVDFa1YVZVH0X8oHa1ryBYE0VVDFF"} 2024/08/07 15:20:30 End: 2024-08-07T15:20:30+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 333.3908ms [GIN] 2024/08/07 - 15:20:30 | 200 | 333.3908ms | 127.0.0.1 | POST "/api/user/login" 2024/08/07 15:22:04 Start: 2024-08-07T15:22:04+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/07 15:22:04 End: 2024-08-07T15:22:04+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.8067ms [GIN] 2024/08/07 - 15:22:04 | 200 | 1.8067ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage" 2024/08/07 15:22:35 Start: 2024-08-07T15:22:35+08:00, Method: GET, URL: /api/render/get_notification, GET params: map[], Body: 2024/08/07 15:22:35 End: 2024-08-07T15:22:35+08:00, Method: GET, URL: /api/render/get_notification, Status: 200, Latency: 784.5µs [GIN] 2024/08/07 - 15:22:35 | 200 | 1.2902ms | 127.0.0.1 | GET "/api/render/get_notification" 2024/08/07 15:22:36 Start: 2024-08-07T15:22:36+08:00, Method: GET, URL: /api/render/get_index, GET params: map[], Body: 2024/08/07 15:22:36 End: 2024-08-07T15:22:36+08:00, Method: GET, URL: /api/render/get_index, Status: 200, Latency: 1.0047ms [GIN] 2024/08/07 - 15:22:36 | 200 | 1.0047ms | 127.0.0.1 | GET "/api/render/get_index" 2024/08/07 15:22:37 Start: 2024-08-07T15:22:37+08:00, Method: POST, URL: /api/user/login, GET params: map[], Body: {"code":"0c3X0nFa1o5hWH0BmuHa1ngCsn4X0nFJ"} 2024/08/07 15:22:37 End: 2024-08-07T15:22:37+08:00, Method: POST, URL: /api/user/login, Status: 200, Latency: 327.5677ms [GIN] 2024/08/07 - 15:22:37 | 200 | 327.5677ms | 127.0.0.1 | POST "/api/user/login" 2024/08/07 15:23:45 Start: 2024-08-07T15:23:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=loanEvaluation, GET params: map[product_name:[loanEvaluation]], Body: 2024/08/07 15:23:45 End: 2024-08-07T15:23:45+08:00, Method: GET, URL: /api/product/product_notes?product_name=loanEvaluation, Status: 200, Latency: 11.1851ms [GIN] 2024/08/07 - 15:23:45 | 200 | 11.1851ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=loanEvaluation" 2024/08/07 15:23:47 Start: 2024-08-07T15:23:47+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, GET params: map[product_name:[evaluateMarriage]], Body: 2024/08/07 15:23:47 End: 2024-08-07T15:23:47+08:00, Method: GET, URL: /api/product/product_notes?product_name=evaluateMarriage, Status: 200, Latency: 1.332ms [GIN] 2024/08/07 - 15:23:47 | 200 | 1.332ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"