376 lines
36 KiB
Plaintext
376 lines
36 KiB
Plaintext
|
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
|
|||
|
- using env: export GIN_MODE=release
|
|||
|
- using code: gin.SetMode(gin.ReleaseMode)
|
|||
|
|
|||
|
[GIN-debug] 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/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
|
|||
|
[GIN-debug] 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] 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] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/vin_check_five --> tyc-server/api.(*Car).VinCheckFive-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/new_energy_power --> tyc-server/api.(*Car).NewEnergyPower-fm (4 handlers)
|
|||
|
[GIN-debug] Listening and serving HTTPS on :14600
|
|||
|
[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] [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] 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/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
|
|||
|
[GIN-debug] 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] 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] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/vin_check_five --> tyc-server/api.(*Car).VinCheckFive-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/new_energy_power --> tyc-server/api.(*Car).NewEnergyPower-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
|||
|
[GIN-debug] Listening and serving HTTPS on :14600
|
|||
|
[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] 2024/07/21 - 14:18:27 | 200 | 283.2393ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 14:23:58 | 200 | 359.5614ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 14:24:00 | 200 | 574.9466ms | 127.0.0.1 | POST "/api/car/vin_check_info"
|
|||
|
2024/07/21 14:24:01 查询查车记录错误:Invalid feature
|
|||
|
[GIN] 2024/07/21 - 14:24:01 | 200 | 315.2µs | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&id=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] 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/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
|
|||
|
[GIN-debug] 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] 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] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/vin_check_five --> tyc-server/api.(*Car).VinCheckFive-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/new_energy_power --> tyc-server/api.(*Car).NewEnergyPower-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
|||
|
[GIN-debug] Listening and serving HTTPS on :14600
|
|||
|
[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] 2024/07/21 - 14:24:50 | 200 | 557.5913ms | 127.0.0.1 | POST "/api/car/vin_check_info"
|
|||
|
[GIN] 2024/07/21 - 14:24:50 | 200 | 1.7766ms | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&id=2"
|
|||
|
[GIN] 2024/07/21 - 14:29:07 | 200 | 338.7601ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 14:29:17 | 200 | 693.7891ms | 127.0.0.1 | POST "/api/car/vin_check_info"
|
|||
|
[GIN] 2024/07/21 - 14:29:17 | 200 | 1.4918ms | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&id=3"
|
|||
|
[GIN] 2024/07/21 - 14:48:09 | 200 | 324.1888ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 14:48:11 | 200 | 683.6757ms | 127.0.0.1 | POST "/api/car/vin_check_info"
|
|||
|
[GIN] 2024/07/21 - 14:48:11 | 200 | 1.1859ms | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&id=4"
|
|||
|
[GIN] 2024/07/21 - 14:51:24 | 200 | 276.8137ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 14:51:26 | 200 | 563.7077ms | 127.0.0.1 | POST "/api/car/vin_check_info"
|
|||
|
[GIN] 2024/07/21 - 14:51:26 | 200 | 658.3µs | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&id=5"
|
|||
|
[GIN] 2024/07/21 - 14:52:11 | 200 | 356.104ms | 127.0.0.1 | POST "/api/car/under_name"
|
|||
|
[GIN] 2024/07/21 - 14:52:11 | 200 | 921.4µs | 127.0.0.1 | GET "/api/car/get_query?feature=mingxiacheliang&id=6"
|
|||
|
[GIN] 2024/07/21 - 14:52:36 | 200 | 290.6775ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 14:52:42 | 200 | 326.3484ms | 127.0.0.1 | POST "/api/car/under_name"
|
|||
|
[GIN] 2024/07/21 - 14:52:42 | 200 | 1.5271ms | 127.0.0.1 | GET "/api/car/get_query?feature=mingxiacheliang&id=7"
|
|||
|
[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] 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/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
|
|||
|
[GIN-debug] 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] 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] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/new_energy_power --> tyc-server/api.(*Car).NewEnergyPower-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
|||
|
[GIN-debug] Listening and serving HTTPS on :14600
|
|||
|
[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] 2024/07/21 - 15:12:40 | 200 | 323.6373ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:12:44 | 200 | 641.2769ms | 127.0.0.1 | POST "/api/car/insurance_info"
|
|||
|
[GIN] 2024/07/21 - 15:12:44 | 200 | 1.8584ms | 127.0.0.1 | GET "/api/car/get_query?feature=cheliangshangxian&id=8"
|
|||
|
[GIN] 2024/07/21 - 15:14:43 | 200 | 325.2569ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:14:47 | 200 | 447.7684ms | 127.0.0.1 | POST "/api/car/insurance_info"
|
|||
|
[GIN] 2024/07/21 - 15:14:48 | 200 | 1.3921ms | 127.0.0.1 | GET "/api/car/get_query?feature=cheliangshangxian&id=9"
|
|||
|
[GIN] 2024/07/21 - 15:15:54 | 200 | 352.8171ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:16:00 | 200 | 234.0628ms | 127.0.0.1 | POST "/api/car/insurance_info"
|
|||
|
[GIN] 2024/07/21 - 15:19:47 | 200 | 304.1359ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:20:34 | 200 | 265.4155ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:21:56 | 200 | 274.591ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:23:27 | 200 | 288.2465ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:27:10 | 200 | 298.8062ms | 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] 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/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
|
|||
|
[GIN-debug] 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] 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] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/new_energy_power --> tyc-server/api.(*Car).NewEnergyPower-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
|||
|
[GIN-debug] Listening and serving HTTPS on :14600
|
|||
|
[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] 2024/07/21 - 15:35:24 | 200 | 289.9537ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:35:26 | 200 | 0s | 127.0.0.1 | GET "/api/car/get_query?feature=cheliangshangxian&id=undefined"
|
|||
|
[GIN] 2024/07/21 - 15:45:35 | 200 | 353.253ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:45:38 | 200 | 0s | 127.0.0.1 | GET "/api/car/get_query?feature=cheliangshangxian&id=undefined"
|
|||
|
[GIN] 2024/07/21 - 15:46:33 | 200 | 208.865ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:46:53 | 200 | 265.0312ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:46:56 | 200 | 0s | 127.0.0.1 | GET "/api/car/get_query?feature=cheliangshangxian&id=undefined"
|
|||
|
[GIN] 2024/07/21 - 15:47:17 | 200 | 193.6219ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:47:19 | 200 | 0s | 127.0.0.1 | GET "/api/car/get_query?feature=cheliangshangxian&id=undefined"
|
|||
|
[GIN] 2024/07/21 - 15:47:40 | 200 | 194.7523ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
2024/07/21 15:47:42 无相关查车记录:record not found
|
|||
|
[GIN] 2024/07/21 - 15:47:42 | 200 | 1.5166ms | 127.0.0.1 | GET "/api/car/get_query?feature=cheliangshangxian&isCase=true"
|
|||
|
2024/07/21 15:48:02 无相关查车记录:record not found
|
|||
|
[GIN] 2024/07/21 - 15:48:02 | 200 | 1.558ms | 127.0.0.1 | GET "/api/car/get_query?feature=weibao&isCase=true"
|
|||
|
2024/07/21 15:48:13 无相关查车记录:record not found
|
|||
|
[GIN] 2024/07/21 - 15:48:13 | 200 | 946.5µs | 127.0.0.1 | GET "/api/car/get_query?feature=chexian&isCase=true"
|
|||
|
[GIN] 2024/07/21 - 15:48:27 | 200 | 194.6422ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
2024/07/21 15:52:23 无相关查车记录:record not found
|
|||
|
[GIN] 2024/07/21 - 15:52:23 | 200 | 988.2µs | 127.0.0.1 | GET "/api/car/get_query?feature=weibao&isCase=true"
|
|||
|
2024/07/21 15:53:15 无相关查车记录:record not found
|
|||
|
[GIN] 2024/07/21 - 15:53:15 | 200 | 37.3710806s | 127.0.0.1 | GET "/api/car/get_query?feature=weibao&isCase=true"
|
|||
|
[GIN] 2024/07/21 - 15:53:28 | 200 | 282.345ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:53:31 | 200 | 1.657ms | 127.0.0.1 | GET "/api/car/get_query?feature=weibao&is_case=true"
|
|||
|
[GIN] 2024/07/21 - 15:53:47 | 200 | 951.2µs | 127.0.0.1 | GET "/api/car/get_query?feature=chexian&is_case=true"
|
|||
|
[GIN] 2024/07/21 - 15:54:12 | 200 | 1.2481ms | 127.0.0.1 | GET "/api/car/get_query?feature=weibao&is_case=true"
|
|||
|
[GIN] 2024/07/21 - 15:54:32 | 200 | 275.6966ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 15:54:34 | 200 | 3.0376ms | 127.0.0.1 | GET "/api/car/get_query?feature=weibao&is_case=true"
|
|||
|
[GIN] 2024/07/21 - 16:05:08 | 200 | 1.2881ms | 127.0.0.1 | GET "/api/car/get_query?feature=chexian&is_case=true"
|
|||
|
2024/07/21 16:05:16 查询示例记录错误:Error 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND `car_insurance_info`.`deleted_at` IS NULL ORDER BY `car_insurance_info`.`id`' at line 1
|
|||
|
[GIN] 2024/07/21 - 16:05:16 | 200 | 999.8µs | 127.0.0.1 | GET "/api/car/get_query?feature=cheliangshangxian&is_case=true"
|
|||
|
[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] 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/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
|
|||
|
[GIN-debug] 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] 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] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/new_energy_power --> tyc-server/api.(*Car).NewEnergyPower-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
|||
|
[GIN-debug] Listening and serving HTTPS on :14600
|
|||
|
[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.
|
|||
|
2024/07/21 16:06:19 CarInsurance Unmarshal error:unexpected end of JSON input
|
|||
|
2024/07/21 16:06:19 查询示例记录错误:unexpected end of JSON input
|
|||
|
[GIN] 2024/07/21 - 16:06:19 | 200 | 1.5823ms | 127.0.0.1 | GET "/api/car/get_query?feature=cheliangshangxian&is_case=true"
|
|||
|
2024/07/21 16:06:45 CarInsurance Unmarshal error:unexpected end of JSON input
|
|||
|
2024/07/21 16:07:19 查询示例记录错误:unexpected end of JSON input
|
|||
|
[GIN] 2024/07/21 - 16:07:19 | 200 | 44.2810209s | 127.0.0.1 | GET "/api/car/get_query?feature=cheliangshangxian&is_case=true"
|
|||
|
[GIN] 2024/07/21 - 16:07:30 | 200 | 2.6334133s | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&is_case=true"
|
|||
|
[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] 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/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
|
|||
|
[GIN-debug] 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] 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] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/new_energy_power --> tyc-server/api.(*Car).NewEnergyPower-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
|||
|
[GIN-debug] Listening and serving HTTPS on :14600
|
|||
|
[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] 2024/07/21 - 16:58:38 | 200 | 2.1534ms | 127.0.0.1 | POST "/api/car/insurance"
|
|||
|
[GIN] 2024/07/21 - 16:58:45 | 200 | 324.7372ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 16:58:47 | 200 | 2.195ms | 127.0.0.1 | POST "/api/car/insurance"
|
|||
|
[GIN] 2024/07/21 - 17:01:12 | 200 | 356.286ms | 127.0.0.1 | POST "/api/user/login"
|
|||
|
[GIN] 2024/07/21 - 17:01:25 | 200 | 1.9992ms | 127.0.0.1 | POST "/api/car/insurance"
|
|||
|
[GIN] 2024/07/21 - 17:01:25 | 200 | 396.4559ms | 127.0.0.1 | POST "/api/pay/prepay"
|
|||
|
[GIN] 2024/07/21 - 17:02:04 | 200 | 1.9635ms | 127.0.0.1 | POST "/api/car/insurance"
|
|||
|
[GIN] 2024/07/21 - 17:02:04 | 200 | 391.9878ms | 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] 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/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
|
|||
|
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
|
|||
|
[GIN-debug] 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] 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] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
|||
|
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/new_energy_power --> tyc-server/api.(*Car).NewEnergyPower-fm (4 handlers)
|
|||
|
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
|||
|
[GIN-debug] Listening and serving HTTPS on :14600
|
|||
|
[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] 2024/07/21 - 17:18:08 | 200 | 11m12s | 127.0.0.1 | POST "/api/car/insurance"
|
|||
|
2024/07/21 17:18:08 http: TLS handshake error from 127.0.0.1:63596: EOF
|
|||
|
2024/07/21 17:18:08 http: TLS handshake error from 127.0.0.1:49155: EOF
|
|||
|
2024/07/21 17:18:08 http: TLS handshake error from 127.0.0.1:50171: EOF
|
|||
|
[GIN] 2024/07/21 - 17:18:30 | 200 | 1.6525ms | 127.0.0.1 | POST "/api/car/insurance"
|
|||
|
[GIN] 2024/07/21 - 17:18:30 | 200 | 432.0501ms | 127.0.0.1 | POST "/api/pay/prepay"
|
|||
|
[GIN] 2024/07/21 - 17:18:53 | 200 | 1.773ms | 127.0.0.1 | POST "/api/car/insurance"
|
|||
|
[GIN] 2024/07/21 - 17:18:54 | 200 | 384.2322ms | 127.0.0.1 | POST "/api/pay/prepay"
|
|||
|
[GIN] 2024/07/21 - 17:33:14 | 200 | 1.0233904s | 127.0.0.1 | POST "/api/car/insurance"
|
|||
|
[GIN] 2024/07/21 - 17:33:14 | 200 | 1.6245ms | 127.0.0.1 | GET "/api/car/get_query?feature=chexian&id=6"
|
|||
|
[GIN] 2024/07/21 - 17:33:31 | 200 | 996.6µs | 127.0.0.1 | POST "/api/car/insurance"
|
|||
|
[GIN] 2024/07/21 - 17:33:31 | 200 | 446.461ms | 127.0.0.1 | POST "/api/pay/prepay"
|
|||
|
[GIN] 2024/07/21 - 17:49:21 | 200 | 747.9µs | 127.0.0.1 | GET "/api/car/get_query?feature=chexian&is_case=true"
|
|||
|
[GIN] 2024/07/21 - 17:49:25 | 200 | 1.3113ms | 127.0.0.1 | GET "/api/render/get_index"
|