qnc-server-old/logs/2024-07/2024-07-29

4910 lines
481 KiB
Plaintext
Raw Permalink Normal View History

2024-09-14 10:48:09 +08:00
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 09:57:18 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
[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)
2024/07/29 10:24: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
[GIN-debug] Loaded HTML Templates (2):
-
- refund.html
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
[GIN-debug] 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/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] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
[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/29 10:24:03 http: TLS handshake error from 127.0.0.1:62664: EOF
[GIN] 2024/07/29 - 10:24:10 | 200 | 1.048ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 10:24:10 | 200 | 1.048ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 10:24:10 | 200 | 640.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 10:24:10 | 200 | 1.4423ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
[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)
2024/07/29 10:25: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
[GIN-debug] Loaded HTML Templates (2):
-
- refund.html
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
[GIN-debug] 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/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] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
[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] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
[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)
2024/07/29 11:02: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
[GIN-debug] Loaded HTML Templates (2):
-
- refund.html
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
[GIN-debug] 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/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] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
[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] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
[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)
2024/07/29 11:04: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
[GIN-debug] Loaded HTML Templates (2):
-
- refund.html
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
[GIN-debug] 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/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] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
[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] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
[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)
2024/07/29 11:04:49 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] Loaded HTML Templates (2):
-
- refund.html
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
[GIN-debug] 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/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] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
[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/29 11:05:51 http: TLS handshake error from 127.0.0.1:54036: remote error: tls: unknown certificate
[GIN] 2024/07/29 - 11:05:51 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 11:05:51 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 11:05:51 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 11:05:52 | 404 | 549.1µs | 127.0.0.1 | OPTIONS "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:05:52 | 404 | 651.2µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 11:05:52 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:05:53 | 200 | 1.0577ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:05:54 | 200 | 820.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:06:03 | 200 | 386.6698ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 11:06:05 | 200 | 1.1338ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 11:06:07 | 200 | 1.1835ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
2024/07/29 11:06:12 failed to prepay: error http response:[StatusCode: 400 Code: "PARAM_ERROR"
Message: http header中的mchid与post payload中的mchid不匹配
Header:
- Keep-Alive=[timeout=8]
- Request-Id=[08A48E9CB50610A00518ABC3EEA30620C3A80228E68F01-270924337]
- Wechatpay-Timestamp=[1722222372]
- Server=[nginx]
- Content-Type=[application/json; charset=utf-8]
- Connection=[keep-alive]
- Content-Language=[zh-CN]
- Wechatpay-Serial=[60933E9599218AF73A771BE1E16AD828F83AC4A6]
- Content-Length=[92]
- X-Content-Type-Options=[nosniff]
- Date=[Mon, 29 Jul 2024 03:06:12 GMT]
- Cache-Control=[no-cache, must-revalidate]
- Wechatpay-Nonce=[ae2559d8f902aa2a0d4ac6ce92eebbcc]
- Wechatpay-Signature=[AL8ONCSvhXzn2CRzle1f7wSLY1KClo5ECqbX91CXZJmI6+nccDbx9u85AU16LJZkPu9DBcFQ4MU/cho3ERmenH8LBuSa/ipwR86mi1APvA6hgmpF4cKqlwBdrKdSV18dXj12rAoX77kSAhfvFp9K8GQXwtkwKTm4TN7a1MBopM4aOk+gQGLfg5Foqj6juwcfEa+OrRvHyOGMFnpzYWQhcCLZnuV6tSzwXf1P4DIG9fHt3acg6TdBpO8m4ze2R6JUtxkm8duHu9MrzGrSwe9RVQcLpC887PRtsbzDOsey9bDB+m0mZbgQS6N8lhQuduHpJXu7iL07/Kd0xC4/FOhdZQ==]
- Wechatpay-Signature-Type=[WECHATPAY2-SHA256-RSA2048]]
[GIN] 2024/07/29 - 11:06:12 | 200 | 4.9246298s | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 11:06:29 | 200 | 1.5375ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 11:06:30 | 200 | 664.5µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
2024/07/29 11:07:38 failed to prepay: error http response:[StatusCode: 400 Code: "PARAM_ERROR"
Message: http header中的mchid与post payload中的mchid不匹配
Header:
- Content-Type=[application/json; charset=utf-8]
- Wechatpay-Serial=[60933E9599218AF73A771BE1E16AD828F83AC4A6]
- Wechatpay-Signature-Type=[WECHATPAY2-SHA256-RSA2048]
- Wechatpay-Nonce=[d869adb310f0b8a1dc78fc6cad9ed1b3]
- Server=[nginx]
- Content-Length=[92]
- X-Content-Type-Options=[nosniff]
- Content-Language=[zh-CN]
- Connection=[keep-alive]
- Request-Id=[08F58E9CB50610AA0718E4BAC05520DCDF052882EF05-270924337]
- Wechatpay-Timestamp=[1722222453]
- Date=[Mon, 29 Jul 2024 03:07:34 GMT]
- Keep-Alive=[timeout=8]
- Cache-Control=[no-cache, must-revalidate]
- Wechatpay-Signature=[I7GUbpFe/nmW5QMNmDbGTU05SBlWAY8dwSOjGVw6eS7MpHTxONHEQaCl+BpUimpAlCao+oVoB5xAclUnCqDi84JFgWO6Wyv9qHDz66omYkEGekTNh/heZDtOdAyPEptqW5i2RjxHFa3OG7n9tYRszf1F6MIjJUFYfSQ/LgFyIRsBGhYPSBbfQmLFxcpvrv8cNfLycXLFT+e9ODfn8CacNDh8S73Bck66226XEPlKMwR6FoSuZhBsGNS9I7ZFvEHALMUEyR9JtY3nv0kj30orqWXjB5GbgYCLMs5RfDS5PdMloW0aJofoP0r/mnx/dHMEUOO19XK5bWiU2XZ4khlBxg==]]
[GIN] 2024/07/29 - 11:09:17 | 200 | 2m47s | 127.0.0.1 | POST "/api/pay/prepay"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
[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)
2024/07/29 11:09:21 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] Loaded HTML Templates (2):
-
- refund.html
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (5 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (5 handlers)
[GIN-debug] 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/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] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (4 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (4 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (4 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (5 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (5 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (5 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (5 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (5 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (5 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (5 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (5 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (4 handlers)
[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/29 - 11:09:24 | 200 | 510.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 11:09:25 | 200 | 918.7µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
2024/07/29 11:09:25 failed to prepay: error http response:[StatusCode: 400 Code: "APPID_MCHID_NOT_MATCH"
Message: appid和mch_id不匹配请检查后再试
Header:
- Content-Length=[89]
- Connection=[keep-alive]
- X-Content-Type-Options=[nosniff]
- Request-Id=[08E68F9CB50610D00118E3C5C05520D45528D09A04-268445527]
- Date=[Mon, 29 Jul 2024 03:09:26 GMT]
- Wechatpay-Signature=[iXa7mzFtpx8VeMr7R9AxZxpGpVYPkEBlrxeplLjnX2zJ+HiXRey8PpVPaLLr8fWjWiDl3BkGmtvVoF1Rahwiyh10RZLnrCayTKAW7dWOflObQ831A7odR+NtmnFBS3AwJUqGafzKBH/c+4DP/AppzcAXwcJsQ83SYKyYMr7Hfz1GS9t/frfjn26sw0ERqF4Vql+I/1huXYTczein6XdEQ9nIxBAGgSNh0NZzhdfGyviWukvlmMuUqy89Fr2d00MB2QuGqNqHbe+5JK0ow8cGZMhwaOyX6rQ1VLQhN1luDhOMV4CVWCocYaylOgZpM+8u3kpqbNf07w3FVN8l47q/dw==]
- Content-Language=[zh-CN]
- Keep-Alive=[timeout=8]
- Cache-Control=[no-cache, must-revalidate]
- Wechatpay-Nonce=[9f145451827748c70178d2b7b1b0faa6]
- Wechatpay-Timestamp=[1722222566]
- Wechatpay-Signature-Type=[WECHATPAY2-SHA256-RSA2048]
- Server=[nginx]
- Wechatpay-Serial=[60933E9599218AF73A771BE1E16AD828F83AC4A6]
- Content-Type=[application/json; charset=utf-8]]
[GIN] 2024/07/29 - 11:09:25 | 200 | 234.2993ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 11:14:45 | 200 | 571.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 11:14:46 | 200 | 1.5057ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 11:14:46 | 200 | 443.5551ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 11:15:03 | 200 | 1.4115ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 11:15:04 | 200 | 384.7234ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 11:18:00 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:18:00 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:00 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:00 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:18:01 | 404 | 317.9µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 11:18:01 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:18:12 | 200 | 1.0493ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:12 | 200 | 1.0493ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:12 | 200 | 946.8µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:18:12 | 200 | 946.8µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:18:12 | 200 | 1.136ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:18:12 | 200 | 1.136ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 11:18:12 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a709f5-6f8a4bb8-1bc8cab5
2024/07/29 11:18:12 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a709f5-6f8a4bb8-1bc8cab5
[GIN] 2024/07/29 - 11:18:12 | 200 | 250.4683ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:18:12 | 200 | 250.4683ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:18:13 | 200 | 1.5076ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:13 | 200 | 1.5076ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:13 | 200 | 505.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:18:13 | 200 | 505.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:18:15 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:15 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:15 | 200 | 3.366ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:18:15 | 200 | 3.366ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:18:15 | 200 | 1.004ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:18:15 | 200 | 1.004ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:18:15 | 200 | 1.004ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:15 | 200 | 1.004ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:15 | 200 | 1.1777ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:18:15 | 200 | 1.1777ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 11:18:15 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a709f8-15e95466-6895492d
2024/07/29 11:18:15 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a709f8-15e95466-6895492d
[GIN] 2024/07/29 - 11:18:15 | 200 | 102.7685ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:18:15 | 200 | 102.7685ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:18:40 | 200 | 505.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:40 | 200 | 889.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:18:40 | 200 | 519.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:18:40 | 200 | 1.0368ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 11:20:31 http: TLS handshake error from 127.0.0.1:57629: EOF
2024/07/29 11:21:58 http: TLS handshake error from 127.0.0.1:51062: remote error: tls: unknown certificate
2024/07/29 11:21:58 http: TLS handshake error from 127.0.0.1:51063: remote error: tls: unknown certificate
[GIN] 2024/07/29 - 11:21:58 | 404 | 0s | 127.0.0.1 | GET "/api/pay/ali_callback"
[GIN] 2024/07/29 - 11:22:15 | 404 | 347.4µs | 127.0.0.1 | GET "/api"
[GIN] 2024/07/29 - 11:22:51 | 200 | 1.36ms | 127.0.0.1 | GET "/api/user/test"
2024/07/29 11:23:10 http: TLS handshake error from 127.0.0.1:57658: EOF
2024/07/29 11:25:27 http: TLS handshake error from 127.0.0.1:51516: EOF
2024/07/29 11:25:29 http: TLS handshake error from 127.0.0.1:53969: EOF
2024/07/29 11:28:04 http: TLS handshake error from 127.0.0.1:62898: EOF
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 11:29: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
[GIN] 2024/07/29 - 11:30:07 | 404 | 0s | 127.0.0.1 | GET "/"
[GIN] 2024/07/29 - 11:30:07 | 404 | 0s | 127.0.0.1 | GET "/"
[GIN] 2024/07/29 - 11:30:07 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 11:30:07 | 404 | 370.9µs | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 11:30:18 | 200 | 2.5674ms | 127.0.0.1 | GET "/api/user/test"
[GIN] 2024/07/29 - 11:30:18 | 200 | 2.5674ms | 127.0.0.1 | GET "/api/user/test"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 11:32:30 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] 2024/07/29 - 11:34:32 | 200 | 1.5145ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:34:32 | 200 | 1.5145ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:34:32 | 200 | 504.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:34:32 | 200 | 504.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:34:32 | 200 | 9.0871ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:34:32 | 200 | 9.0871ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:34:32 | 200 | 4.3149ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:34:32 | 200 | 4.8209ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:34:32 | 200 | 613.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:34:32 | 200 | 613.9µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 11:34:33 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70dc9-0f48dfaa-70228446
2024/07/29 11:34:33 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70dc9-0f48dfaa-70228446
[GIN] 2024/07/29 - 11:34:33 | 200 | 242.7885ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:34:33 | 200 | 242.7885ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:34:33 | 200 | 1.7063ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:34:33 | 200 | 2.2185ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:34:33 | 200 | 812.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:34:33 | 200 | 812.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:34:33 | 200 | 812.5µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:34:33 | 200 | 812.5µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:34:33 | 200 | 5.0427ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:34:33 | 200 | 5.0427ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:34:34 | 200 | 504.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:34:34 | 200 | 504.7µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 11:34:34 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70dca-2eeff9c1-62edd8b9
2024/07/29 11:34:34 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70dca-2eeff9c1-62edd8b9
[GIN] 2024/07/29 - 11:34:34 | 200 | 110.7418ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:34:34 | 200 | 110.7418ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 11:36:16 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] 2024/07/29 - 11:36:28 | 200 | 1.312ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:36:28 | 200 | 1.312ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:36:33 | 404 | 0s | 127.0.0.1 | GET "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 11:36:33 | 404 | 0s | 127.0.0.1 | GET "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 11:37:09 | 200 | 510.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:37:09 | 200 | 1.0349ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:37:09 | 200 | 6.869ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:37:09 | 200 | 6.869ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:37:10 | 200 | 1.0364ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:37:10 | 200 | 1.0364ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 11:37:10 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70e66-2bddfdac-5924aa84
2024/07/29 11:37:10 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70e66-2bddfdac-5924aa84
[GIN] 2024/07/29 - 11:37:10 | 200 | 201.9669ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:37:10 | 200 | 202.4867ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:37:10 | 200 | 510µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:37:10 | 200 | 1.0577ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:37:23 | 200 | 506µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:37:23 | 200 | 506µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:37:23 | 200 | 506µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:37:23 | 200 | 506µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:37:24 | 200 | 645.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:37:24 | 200 | 1.176ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 11:37:24 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70e74-4477ec7a-0fa348ef
2024/07/29 11:37:24 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70e74-4477ec7a-0fa348ef
[GIN] 2024/07/29 - 11:37:24 | 200 | 101.4258ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:37:24 | 200 | 101.4258ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:37:24 | 200 | 506.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:37:24 | 200 | 1.1009ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:37:27 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:37:27 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:37:27 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:37:27 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:37:27 | 200 | 532.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:37:27 | 200 | 749.2µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 11:37:27 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70e77-3f2b4e71-100f982f
2024/07/29 11:37:27 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70e77-3f2b4e71-100f982f
[GIN] 2024/07/29 - 11:37:27 | 200 | 101.6155ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:37:27 | 200 | 101.6155ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:37:28 | 200 | 510.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:37:28 | 200 | 510.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:38:09 | 200 | 34.7306087s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 11:38:09 | 200 | 34.7306087s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 11:41:25 | 200 | 1.4436ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:41:25 | 200 | 1.6944ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 11:41:25 | 200 | 505.5µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:41:25 | 200 | 505.5µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 11:41:25 | 200 | 505µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 11:41:25 | 200 | 875.2µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 11:41:25 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70f66-64a13401-73603ba9
2024/07/29 11:41:25 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70f66-64a13401-73603ba9
[GIN] 2024/07/29 - 11:41:25 | 200 | 227.081ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:41:25 | 200 | 227.081ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 11:43:49 | 200 | 1.6162ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 11:43:49 | 200 | 1.6162ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
2024/07/29 11:43:49 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70ff5-52dddc80-1fa568fe
2024/07/29 11:43:49 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a70ff5-52dddc80-1fa568fe
[GIN] 2024/07/29 - 11:43:49 | 200 | 193.4745ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2Fpages%2Finquire%2Finquire%3Fmap%3DevaluateMarriage"
[GIN] 2024/07/29 - 11:43:49 | 200 | 193.4745ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2Fpages%2Finquire%2Finquire%3Fmap%3DevaluateMarriage"
[GIN] 2024/07/29 - 11:44:02 | 200 | 504.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 11:44:02 | 200 | 504.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
2024/07/29 11:44:02 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a71003-7396257f-31ed2260
2024/07/29 11:44:02 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a71003-7396257f-31ed2260
[GIN] 2024/07/29 - 11:44:02 | 200 | 106.205ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2Fpages%2Finquire%2Finquire%3Fmap%3DevaluateMarriage"
[GIN] 2024/07/29 - 11:44:02 | 200 | 106.205ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2Fpages%2Finquire%2Finquire%3Fmap%3DevaluateMarriage"
[GIN] 2024/07/29 - 11:45:12 | 200 | 1.0425ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 11:45:12 | 200 | 1.0425ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
2024/07/29 11:45:12 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a71049-68967f4f-5a7c7404
2024/07/29 11:45:12 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a71049-68967f4f-5a7c7404
[GIN] 2024/07/29 - 11:45:12 | 200 | 218.3125ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2Fpages%2Finquire%2Finquire%3Fmap%3DevaluateMarriage"
[GIN] 2024/07/29 - 11:45:12 | 200 | 218.3125ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2Fpages%2Finquire%2Finquire%3Fmap%3DevaluateMarriage"
[GIN] 2024/07/29 - 11:45:36 | 200 | 536.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 11:45:36 | 200 | 1.0545ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
2024/07/29 11:45:36 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a71061-49645327-6f953337
2024/07/29 11:45:36 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a71061-49645327-6f953337
[GIN] 2024/07/29 - 11:45:36 | 200 | 93.9207ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2Fpages%2Finquire%2Finquire%3Fmap%3DevaluateMarriage"
[GIN] 2024/07/29 - 11:45:36 | 200 | 93.9207ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2Fpages%2Finquire%2Finquire%3Fmap%3DevaluateMarriage"
[GIN] 2024/07/29 - 11:46:59 | 200 | 506.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 11:46:59 | 200 | 506.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
2024/07/29 11:46:59 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a710b4-4f19ee9b-56b00405
2024/07/29 11:46:59 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a710b4-4f19ee9b-56b00405
[GIN] 2024/07/29 - 11:46:59 | 200 | 204.5509ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2Fpages%2Finquire%2Finquire%3Fmap%3DevaluateMarriage"
[GIN] 2024/07/29 - 11:46:59 | 200 | 204.5509ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2Fpages%2Finquire%2Finquire%3Fmap%3DevaluateMarriage"
[GIN] 2024/07/29 - 12:08:07 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 12:08:07 | 404 | 260.9µs | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 12:08:07 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 12:08:07 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 12:08:07 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 12:08:07 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 13:09:22 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 13:09:22 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 13:09:22 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 13:09:22 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 13:09:22 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 13:09:22 | 404 | 596.6µs | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 14:12:22 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 14:12:22 | 404 | 513µs | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 14:12:22 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 14:12:22 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 14:12:22 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 14:12:22 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 14:13:45 | 200 | 5.1368ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 14:13:45 | 200 | 6.0568ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 14:13:45 | 200 | 5.3753ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 14:13:45 | 200 | 5.3753ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 14:13:46 | 200 | 2.5252ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 14:13:46 | 200 | 2.5252ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 14:13:46 | 200 | 692.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 14:13:46 | 200 | 692.1µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/07/29 14:13:46 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7331b-260f7b88-65f6f9c9
2024/07/29 14:13:46 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7331b-260f7b88-65f6f9c9
[GIN] 2024/07/29 - 14:13:46 | 200 | 306.2087ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 14:13:46 | 200 | 306.2087ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 14:14: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/07/29 14:16:15 [Recovery] 2024/07/29 - 14:16:15 panic recovered:
POST /api/pay/ali_prepay HTTP/1.1
Host: 127.0.0.1:14500
Accept: */*
Accept-Encoding: gzip, deflate, br, zstd
Accept-Language: zh-CN,zh;q=0.9
Connection: close
Content-Length: 0
Content-Type: application/json
Cookie: token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImMwOTdhOTE2LTk5NTEtNGVhNy04YzU5LTMzNDA3ZGFiYjEwYSJ9.1nUkH5gj6z-kShmmncKQyhcpHWXqxqVE0qUQtpFNSqQ; x-token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyaWQiOjkwMDAwMDA4LCJBdXRoSWRlbnRpZmllcnMiOnsib3BlbmlkIjoiIiwidW5pb25pZCI6IiIsInBob25lIjoiMTgyNzYxNTE1OTAifSwiQnVmZmVyVGltZSI6ODY0MDAsImlzcyI6ImZtIiwiYXVkIjpbIkZNIl0sImV4cCI6MTcyMjY5NTI0NSwibmJmIjoxNzIyMDkwNDQ1fQ.sWu4t2CIB5i8Sq3-o7Rh1AeDx0d18Ce7OYYaBGKnUCs
Origin: http://localhost:5173
Referer: http://localhost:5173/pages/qrcode/qrcode
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1
X-Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyaWQiOjkwMDAwMDA4LCJBdXRoSWRlbnRpZmllcnMiOnsib3BlbmlkIjoiIiwidW5pb25pZCI6IiIsInBob25lIjoiMTgyNzYxNTE1OTAifSwiQnVmZmVyVGltZSI6ODY0MDAsImlzcyI6ImZtIiwiYXVkIjpbIkZNIl0sImV4cCI6MTcyMjY5NTI0NSwibmJmIjoxNzIyMDkwNDQ1fQ.sWu4t2CIB5i8Sq3-o7Rh1AeDx0d18Ce7OYYaBGKnUCs
runtime error: invalid memory address or nil pointer dereference
D:/Go/src/runtime/panic.go:261 (0x5e3b3d)
panicmem: panic(memoryError)
D:/Go/src/runtime/signal_windows.go:401 (0x5fa74b)
sigpanic: panicmem()
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/alipay.go:328 (0xb2c8f9)
(*Client).URLValues: values.Add(kFieldAppId, c.appId)
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/alipay.go:582 (0xb2fbb2)
(*Client).BuildURL: p, err := c.URLValues(param)
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/wap.go:7 (0xb3194a)
(*Client).TradeWapPay: return c.BuildURL(param)
D:/Code/Golang/tyc-server/api/pay.go:426 (0x1325af7)
(*Pay).AliPrepay: payURL, err := global.GlobalData.AliPayClient.TradeWapPay(pay)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
D:/Code/Golang/tyc-server/api/middleware.go:48 (0x132f735)
JWTAuth.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 (0xe785bc)
CustomRecoveryWithWriter.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 (0xe76e11)
LoggerWithConfig.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 (0xe785bc)
CustomRecoveryWithWriter.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 (0xe76e11)
LoggerWithConfig.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633 (0xe74b29)
(*Engine).handleHTTPRequest: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589 (0xe745fb)
(*Engine).ServeHTTP: engine.handleHTTPRequest(c)
D:/Go/src/net/http/server.go:3137 (0xaeb996)
serverHandler.ServeHTTP: handler.ServeHTTP(rw, req)
D:/Go/src/net/http/server.go:2039 (0xae4c94)
(*conn).serve: serverHandler{c.server}.ServeHTTP(w, w.req)
D:/Go/src/runtime/asm_amd64.s:1695 (0x618f00)
goexit: BYTE $0x90 // NOP

[GIN] 2024/07/29 - 14:16:15 | 500 | 9.1882561s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:16:15 | 500 | 9.1882561s | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 14:18:53 [Recovery] 2024/07/29 - 14:18:53 panic recovered:
POST /api/pay/ali_prepay HTTP/1.1
Host: 127.0.0.1:14500
Accept: */*
Accept-Encoding: gzip, deflate, br, zstd
Accept-Language: zh-CN,zh;q=0.9
Connection: close
Content-Length: 0
Content-Type: application/json
Cookie: token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImMwOTdhOTE2LTk5NTEtNGVhNy04YzU5LTMzNDA3ZGFiYjEwYSJ9.1nUkH5gj6z-kShmmncKQyhcpHWXqxqVE0qUQtpFNSqQ; x-token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyaWQiOjkwMDAwMDA4LCJBdXRoSWRlbnRpZmllcnMiOnsib3BlbmlkIjoiIiwidW5pb25pZCI6IiIsInBob25lIjoiMTgyNzYxNTE1OTAifSwiQnVmZmVyVGltZSI6ODY0MDAsImlzcyI6ImZtIiwiYXVkIjpbIkZNIl0sImV4cCI6MTcyMjY5NTI0NSwibmJmIjoxNzIyMDkwNDQ1fQ.sWu4t2CIB5i8Sq3-o7Rh1AeDx0d18Ce7OYYaBGKnUCs
Origin: http://localhost:5173
Referer: http://localhost:5173/pages/qrcode/qrcode
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1
X-Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyaWQiOjkwMDAwMDA4LCJBdXRoSWRlbnRpZmllcnMiOnsib3BlbmlkIjoiIiwidW5pb25pZCI6IiIsInBob25lIjoiMTgyNzYxNTE1OTAifSwiQnVmZmVyVGltZSI6ODY0MDAsImlzcyI6ImZtIiwiYXVkIjpbIkZNIl0sImV4cCI6MTcyMjY5NTI0NSwibmJmIjoxNzIyMDkwNDQ1fQ.sWu4t2CIB5i8Sq3-o7Rh1AeDx0d18Ce7OYYaBGKnUCs
runtime error: invalid memory address or nil pointer dereference
D:/Go/src/runtime/panic.go:261 (0x5e3b3d)
panicmem: panic(memoryError)
D:/Go/src/runtime/signal_windows.go:401 (0x5fa74b)
sigpanic: panicmem()
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/alipay.go:328 (0xb2c8f9)
(*Client).URLValues: values.Add(kFieldAppId, c.appId)
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/alipay.go:582 (0xb2fbb2)
(*Client).BuildURL: p, err := c.URLValues(param)
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/wap.go:7 (0xb3194a)
(*Client).TradeWapPay: return c.BuildURL(param)
D:/Code/Golang/tyc-server/api/pay.go:426 (0x1325af7)
(*Pay).AliPrepay: payURL, err := global.GlobalData.AliPayClient.TradeWapPay(pay)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
D:/Code/Golang/tyc-server/api/middleware.go:48 (0x132f735)
JWTAuth.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 (0xe785bc)
CustomRecoveryWithWriter.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 (0xe76e11)
LoggerWithConfig.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 (0xe785bc)
CustomRecoveryWithWriter.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 (0xe76e11)
LoggerWithConfig.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633 (0xe74b29)
(*Engine).handleHTTPRequest: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589 (0xe745fb)
(*Engine).ServeHTTP: engine.handleHTTPRequest(c)
D:/Go/src/net/http/server.go:3137 (0xaeb996)
serverHandler.ServeHTTP: handler.ServeHTTP(rw, req)
D:/Go/src/net/http/server.go:2039 (0xae4c94)
(*conn).serve: serverHandler{c.server}.ServeHTTP(w, w.req)
D:/Go/src/runtime/asm_amd64.s:1695 (0x618f00)
goexit: BYTE $0x90 // NOP

[GIN] 2024/07/29 - 14:18:53 | 500 | 2m26s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:18:53 | 500 | 2m26s | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 14:18:53 [Recovery] 2024/07/29 - 14:18:53 panic recovered:
POST /api/pay/ali_prepay HTTP/1.1
Host: 127.0.0.1:14500
Accept: */*
Accept-Encoding: gzip, deflate, br, zstd
Accept-Language: zh-CN,zh;q=0.9
Connection: close
Content-Length: 0
Content-Type: application/json
Cookie: token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImMwOTdhOTE2LTk5NTEtNGVhNy04YzU5LTMzNDA3ZGFiYjEwYSJ9.1nUkH5gj6z-kShmmncKQyhcpHWXqxqVE0qUQtpFNSqQ; x-token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyaWQiOjkwMDAwMDA4LCJBdXRoSWRlbnRpZmllcnMiOnsib3BlbmlkIjoiIiwidW5pb25pZCI6IiIsInBob25lIjoiMTgyNzYxNTE1OTAifSwiQnVmZmVyVGltZSI6ODY0MDAsImlzcyI6ImZtIiwiYXVkIjpbIkZNIl0sImV4cCI6MTcyMjY5NTI0NSwibmJmIjoxNzIyMDkwNDQ1fQ.sWu4t2CIB5i8Sq3-o7Rh1AeDx0d18Ce7OYYaBGKnUCs
Origin: http://localhost:5173
Referer: http://localhost:5173/pages/qrcode/qrcode
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1
X-Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyaWQiOjkwMDAwMDA4LCJBdXRoSWRlbnRpZmllcnMiOnsib3BlbmlkIjoiIiwidW5pb25pZCI6IiIsInBob25lIjoiMTgyNzYxNTE1OTAifSwiQnVmZmVyVGltZSI6ODY0MDAsImlzcyI6ImZtIiwiYXVkIjpbIkZNIl0sImV4cCI6MTcyMjY5NTI0NSwibmJmIjoxNzIyMDkwNDQ1fQ.sWu4t2CIB5i8Sq3-o7Rh1AeDx0d18Ce7OYYaBGKnUCs
runtime error: invalid memory address or nil pointer dereference
D:/Go/src/runtime/panic.go:261 (0x5e3b3d)
panicmem: panic(memoryError)
D:/Go/src/runtime/signal_windows.go:401 (0x5fa74b)
sigpanic: panicmem()
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/alipay.go:328 (0xb2c8f9)
(*Client).URLValues: values.Add(kFieldAppId, c.appId)
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/alipay.go:582 (0xb2fbb2)
(*Client).BuildURL: p, err := c.URLValues(param)
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/wap.go:7 (0xb3194a)
(*Client).TradeWapPay: return c.BuildURL(param)
D:/Code/Golang/tyc-server/api/pay.go:426 (0x1325af7)
(*Pay).AliPrepay: payURL, err := global.GlobalData.AliPayClient.TradeWapPay(pay)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
D:/Code/Golang/tyc-server/api/middleware.go:48 (0x132f735)
JWTAuth.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 (0xe785bc)
CustomRecoveryWithWriter.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 (0xe76e11)
LoggerWithConfig.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 (0xe785bc)
CustomRecoveryWithWriter.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 (0xe76e11)
LoggerWithConfig.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633 (0xe74b29)
(*Engine).handleHTTPRequest: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589 (0xe745fb)
(*Engine).ServeHTTP: engine.handleHTTPRequest(c)
D:/Go/src/net/http/server.go:3137 (0xaeb996)
serverHandler.ServeHTTP: handler.ServeHTTP(rw, req)
D:/Go/src/net/http/server.go:2039 (0xae4c94)
(*conn).serve: serverHandler{c.server}.ServeHTTP(w, w.req)
D:/Go/src/runtime/asm_amd64.s:1695 (0x618f00)
goexit: BYTE $0x90 // NOP

[GIN] 2024/07/29 - 14:18:53 | 500 | 7.096745s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:18:53 | 500 | 7.096745s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 14:19:09 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
2024/07/29 14:19:54 [Recovery] 2024/07/29 - 14:19:54 panic recovered:
POST /api/pay/ali_prepay HTTP/1.1
Host: 127.0.0.1:14500
Accept: */*
Accept-Encoding: gzip, deflate, br, zstd
Accept-Language: zh-CN,zh;q=0.9
Connection: close
Content-Length: 0
Content-Type: application/json
Cookie: token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6ImMwOTdhOTE2LTk5NTEtNGVhNy04YzU5LTMzNDA3ZGFiYjEwYSJ9.1nUkH5gj6z-kShmmncKQyhcpHWXqxqVE0qUQtpFNSqQ; x-token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyaWQiOjkwMDAwMDA4LCJBdXRoSWRlbnRpZmllcnMiOnsib3BlbmlkIjoiIiwidW5pb25pZCI6IiIsInBob25lIjoiMTgyNzYxNTE1OTAifSwiQnVmZmVyVGltZSI6ODY0MDAsImlzcyI6ImZtIiwiYXVkIjpbIkZNIl0sImV4cCI6MTcyMjY5NTI0NSwibmJmIjoxNzIyMDkwNDQ1fQ.sWu4t2CIB5i8Sq3-o7Rh1AeDx0d18Ce7OYYaBGKnUCs
Origin: http://localhost:5173
Referer: http://localhost:5173/pages/qrcode/qrcode
Sec-Fetch-Dest: empty
Sec-Fetch-Mode: cors
Sec-Fetch-Site: same-origin
User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1
X-Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJVc2VyaWQiOjkwMDAwMDA4LCJBdXRoSWRlbnRpZmllcnMiOnsib3BlbmlkIjoiIiwidW5pb25pZCI6IiIsInBob25lIjoiMTgyNzYxNTE1OTAifSwiQnVmZmVyVGltZSI6ODY0MDAsImlzcyI6ImZtIiwiYXVkIjpbIkZNIl0sImV4cCI6MTcyMjY5NTI0NSwibmJmIjoxNzIyMDkwNDQ1fQ.sWu4t2CIB5i8Sq3-o7Rh1AeDx0d18Ce7OYYaBGKnUCs
runtime error: invalid memory address or nil pointer dereference
D:/Go/src/runtime/panic.go:261 (0x5e3b3d)
panicmem: panic(memoryError)
D:/Go/src/runtime/signal_windows.go:401 (0x5fa74b)
sigpanic: panicmem()
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/alipay.go:328 (0xb2c8f9)
(*Client).URLValues: values.Add(kFieldAppId, c.appId)
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/alipay.go:582 (0xb2fbb2)
(*Client).BuildURL: p, err := c.URLValues(param)
C:/Users/LiangZai/go/pkg/mod/github.com/smartwalle/alipay/v3@v3.2.22/wap.go:7 (0xb3194a)
(*Client).TradeWapPay: return c.BuildURL(param)
D:/Code/Golang/tyc-server/api/pay.go:426 (0x1325af7)
(*Pay).AliPrepay: payURL, err := global.GlobalData.AliPayClient.TradeWapPay(pay)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
D:/Code/Golang/tyc-server/api/middleware.go:48 (0x132f735)
JWTAuth.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 (0xe785bc)
CustomRecoveryWithWriter.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 (0xe76e11)
LoggerWithConfig.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/recovery.go:102 (0xe785bc)
CustomRecoveryWithWriter.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/logger.go:249 (0xe76e11)
LoggerWithConfig.func1: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/context.go:185 (0xe64359)
(*Context).Next: c.handlers[c.index](c)
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:633 (0xe74b29)
(*Engine).handleHTTPRequest: c.Next()
C:/Users/LiangZai/go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:589 (0xe745fb)
(*Engine).ServeHTTP: engine.handleHTTPRequest(c)
D:/Go/src/net/http/server.go:3137 (0xaeb996)
serverHandler.ServeHTTP: handler.ServeHTTP(rw, req)
D:/Go/src/net/http/server.go:2039 (0xae4c94)
(*conn).serve: serverHandler{c.server}.ServeHTTP(w, w.req)
D:/Go/src/runtime/asm_amd64.s:1695 (0x618f00)
goexit: BYTE $0x90 // NOP

[GIN] 2024/07/29 - 14:19:54 | 500 | 42.9768629s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:19:54 | 500 | 42.9768629s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 14:20:24 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] 2024/07/29 - 14:21:13 | 200 | 39.3937696s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:21:13 | 200 | 39.3937696s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 14:21:16 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] 2024/07/29 - 14:21:21 | 200 | 1.837591s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:21:21 | 200 | 1.837591s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 14:29:49 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] 2024/07/29 - 14:31:22 | 200 | 5.486108s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:31:22 | 200 | 5.486108s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:33:30 | 200 | 503.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 14:33:30 | 200 | 854.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 14:33:30 | 200 | 1.1174ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 14:33:30 | 200 | 1.1174ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 14:33:47 | 200 | 541.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 14:33:47 | 200 | 541.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 14:33:49 | 401 | 0s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:33:49 | 401 | 0s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:33:59 | 200 | 491.7206ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 14:33:59 | 200 | 491.7206ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 14:34:12 | 200 | 9.3349ms | 127.0.0.1 | POST "/api/user/phone_login"
[GIN] 2024/07/29 - 14:34:12 | 200 | 9.3349ms | 127.0.0.1 | POST "/api/user/phone_login"
[GIN] 2024/07/29 - 14:34:13 | 200 | 504.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 14:34:13 | 200 | 504.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 14:34:19 | 200 | 1.0582ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 14:34:19 | 200 | 1.0582ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 14:34:23 | 200 | 3.1983401s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:34:23 | 200 | 3.1983401s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:34:50 | 200 | 2.6743956s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:34:50 | 200 | 2.6743956s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:39:46 | 200 | 4.2147ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:39:46 | 200 | 4.2147ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 14:41:09 【阿里支付回调】接收到支付宝回调订单号ali_order8222993618805668033
2024/07/29 14:41:09 【阿里支付回调】交易状态TRADE_SUCCESS
[GIN] 2024/07/29 - 14:41:09 | 200 | 852.9µs | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:41:09 | 200 | 852.9µs | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:42:00 | 200 | 3.2984ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:42:00 | 200 | 3.2984ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:42:13 | 200 | 3.9214ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:42:13 | 200 | 3.9214ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:43:20 | 200 | 1.5475ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:43:20 | 200 | 2.0653ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:44:41 | 200 | 1.5376ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:44:41 | 200 | 2.0493ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:44:46 | 200 | 2.0445ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:44:46 | 200 | 2.0445ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:44:47 | 200 | 2.6569ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:44:47 | 200 | 2.6569ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 14:46:33 【阿里支付回调】接收到支付宝回调订单号ali_order7058431442521399320
[GIN] 2024/07/29 - 14:46:33 | 404 | 0s | 127.0.0.1 | GET "/api/pay/ali_callback"
2024/07/29 14:46:33 【阿里支付回调】交易状态TRADE_SUCCESS
[GIN] 2024/07/29 - 14:46:33 | 404 | 0s | 127.0.0.1 | GET "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:46:33 | 200 | 1m28s | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:46:33 | 200 | 1m28s | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:46:33 | 404 | 0s | 127.0.0.1 | GET "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:46:33 | 404 | 0s | 127.0.0.1 | GET "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:46:33 | 404 | 0s | 127.0.0.1 | GET "/"
[GIN] 2024/07/29 - 14:46:33 | 404 | 0s | 127.0.0.1 | GET "/"
[GIN] 2024/07/29 - 14:46:33 | 200 | 1.0536ms | 127.0.0.1 | GET "/api/user/test"
[GIN] 2024/07/29 - 14:46:33 | 200 | 1.0536ms | 127.0.0.1 | GET "/api/user/test"
[GIN] 2024/07/29 - 14:46:33 | 200 | 6.2619ms | 127.0.0.1 | GET "/api/user/test"
[GIN] 2024/07/29 - 14:46:33 | 200 | 6.7737ms | 127.0.0.1 | GET "/api/user/test"
[GIN] 2024/07/29 - 14:46:43 | 404 | 0s | 127.0.0.1 | GET "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:46:43 | 404 | 0s | 127.0.0.1 | GET "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:46:44 | 404 | 0s | 127.0.0.1 | GET "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:46:44 | 404 | 706µs | 127.0.0.1 | GET "/api/pay/ali_callback"
2024/07/29 14:47:26 【阿里支付回调】通知解码失败失败crypto/rsa: verification error
[GIN] 2024/07/29 - 14:47:28 | 200 | 11.6092938s | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:47:28 | 200 | 11.609816s | 127.0.0.1 | POST "/api/pay/ali_callback"
2024/07/29 14:47:40 【阿里支付回调】通知解码失败失败crypto/rsa: verification error
[GIN] 2024/07/29 - 14:47:40 | 200 | 0s | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:47:40 | 200 | 0s | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:49:01 | 200 | 5.0671ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:49:01 | 200 | 5.0671ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 14:49:23 【阿里支付回调】接收到支付宝回调订单号ali_order0573984716195096019
2024/07/29 14:49:23 【阿里支付回调】交易状态TRADE_SUCCESS
[GIN] 2024/07/29 - 14:49:23 | 200 | 1.0008ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:49:23 | 200 | 1.0008ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 14:49:54 | 200 | 6.9935ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 14:49:54 | 200 | 7.7407ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 15:54:34 【阿里支付回调】接收到支付宝回调订单号ali_order5642506135600738290
2024/07/29 15:54:34 【阿里支付回调】交易状态TRADE_SUCCESS
[GIN] 2024/07/29 - 15:54:34 | 200 | 1h4m23s | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 15:54:34 | 200 | 1h4m23s | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 513.2µs | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 522.3µs | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 15:54:34 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 15:54:37 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] 2024/07/29 - 15:55:28 | 200 | 588.6µs | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 15:55:28 | 200 | 588.6µs | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 15:55:30 | 200 | 523µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 15:55:30 | 200 | 1.0494ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 15:55:32 | 200 | 510.1µs | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 15:55:32 | 200 | 510.1µs | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 15:55:34 | 200 | 461.5µs | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 15:55:34 | 200 | 461.5µs | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 15:57:06 | 200 | 506.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 15:57:06 | 200 | 768.3µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/07/29 15:57:08 record not found
2024/07/29 15:57:08 record not found
[GIN] 2024/07/29 - 15:57:08 | 200 | 1.1065ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 15:57:08 | 200 | 1.1065ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 15:57:51 | 200 | 3.9013ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 15:57:51 | 200 | 3.9013ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 15:57:52 | 200 | 11.5065ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 15:57:52 | 200 | 11.5065ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 15:58:47 【阿里支付回调】接收到支付宝回调商户订单号ali_order3973316250086559652
2024/07/29 15:58:48 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order3973316250086559652
2024/07/29 15:58:48 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 15:58:49 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 15:58:53 | 200 | 12.867037s | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 15:58:53 | 200 | 12.867037s | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 15:59:14 | 200 | 1.4409ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 15:59:14 | 200 | 1.4409ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 15:59:14 | 200 | 1.0543ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 15:59:14 | 200 | 1.0543ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 16:05:57 | 200 | 504.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:05:57 | 200 | 1.0089ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:06:17 | 200 | 1.7048ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:06:17 | 200 | 2.1006ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:06:18 | 200 | 503.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 16:06:18 | 200 | 503.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 16:06:19 | 200 | 591.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 16:06:19 | 200 | 591.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
2024/07/29 16:06:52 YuShan request at error Post "https://api.yushanshuju.com/credit-gw/service": dial tcp 121.4.9.205:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[GIN] 2024/07/29 - 16:06:52 | 200 | 21.4474826s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 16:06:52 | 200 | 21.4474826s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 16:08:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 16:08:11 | 404 | 266.4µs | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 16:10:41 | 200 | 507.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:10:41 | 200 | 886.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:23:16 | 200 | 1.0313ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:23:16 | 200 | 1.0313ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:23:16 | 200 | 7.0499ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 16:23:16 | 200 | 7.0499ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 16:23:16 | 200 | 505.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 16:23:16 | 200 | 1.0581ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 16:23:16 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a75175-61bea85b-09f79ef7
2024/07/29 16:23:16 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a75175-61bea85b-09f79ef7
[GIN] 2024/07/29 - 16:23:16 | 200 | 239.3189ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 16:23:16 | 200 | 239.3189ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 16:23:17 | 200 | 13.3067ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:23:17 | 200 | 13.6802ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:23:23 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:23:23 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:23:23 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 16:23:23 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 16:23:24 | 200 | 633.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 16:23:24 | 200 | 633.4µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 16:23:24 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7517c-78f385dd-402c0bfb
2024/07/29 16:23:24 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7517c-78f385dd-402c0bfb
[GIN] 2024/07/29 - 16:23:24 | 200 | 115.3713ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 16:23:24 | 200 | 115.9118ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 16:23:24 | 200 | 503.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:23:24 | 200 | 503.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:24:14 | 200 | 1.0356ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:24:14 | 200 | 1.0356ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:24:14 | 200 | 714.3µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 16:24:14 | 200 | 714.3µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 16:24:14 | 200 | 798.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 16:24:14 | 200 | 798.6µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 16:24:14 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a751af-5f60dd20-5142e81e
2024/07/29 16:24:14 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a751af-5f60dd20-5142e81e
[GIN] 2024/07/29 - 16:24:14 | 200 | 112.9981ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 16:24:14 | 200 | 112.9981ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 16:24:15 | 200 | 657.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:24:15 | 200 | 831.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:24:43 | 200 | 681.6µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 16:24:43 | 200 | 681.6µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 16:24:43 | 200 | 681.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:24:43 | 200 | 681.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:24:43 | 200 | 592.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 16:24:43 | 200 | 964.2µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 16:24:43 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a751cc-0d528930-01ce87c6
2024/07/29 16:24:43 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a751cc-0d528930-01ce87c6
[GIN] 2024/07/29 - 16:24:43 | 200 | 128.9382ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 16:24:43 | 200 | 128.9382ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 16:24:43 | 200 | 505.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 16:24:43 | 200 | 505.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 17:00:24 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] 2024/07/29 - 17:00:48 | 200 | 1.5621ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:00:48 | 200 | 1.5621ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:00:48 | 200 | 506.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:00:48 | 200 | 1.2047ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:00:54 | 200 | 366.2543ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:00:54 | 200 | 366.2543ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:00:54 | 200 | 605.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:00:54 | 200 | 1.1095ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:00:56 | 200 | 1.0345ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:00:56 | 200 | 1.0345ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:01:29 | 200 | 504.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:01:29 | 200 | 787.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:01:29 | 200 | 1.1928ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:01:29 | 200 | 1.1928ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:01:32 | 200 | 1.0189ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:01:32 | 200 | 1.0189ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:01:33 | 200 | 1.0479ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:01:33 | 200 | 1.0479ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:01:33 | 200 | 510.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:01:33 | 200 | 1.0298ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:01:36 | 200 | 337.4185ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:01:36 | 200 | 337.9703ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:01:52 | 200 | 581µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:01:52 | 200 | 581µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:02:03 | 200 | 1.2646ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:02:03 | 200 | 1.2646ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:02:30 | 200 | 508.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:02:30 | 200 | 508.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:02:30 | 200 | 6.8173ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:02:30 | 200 | 6.8173ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:02:30 | 200 | 2.5251ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:02:30 | 200 | 2.5251ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:02:30 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a75aa7-2f16cef0-0bb9e666
2024/07/29 17:02:30 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a75aa7-2f16cef0-0bb9e666
[GIN] 2024/07/29 - 17:02:30 | 200 | 236.9278ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:02:30 | 200 | 236.9278ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:02:31 | 200 | 1.0358ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:02:31 | 200 | 1.6138ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:02:31 | 200 | 2.1051ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:02:31 | 200 | 2.1051ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
2024/07/29 17:02:31 record not found
[GIN] 2024/07/29 - 17:02:31 | 200 | 2.1095ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 17:02:31 | 200 | 2.1095ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 17:02:33 | 200 | 507.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:02:33 | 200 | 507.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:02:36 | 200 | 347.2927ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:02:36 | 200 | 347.2927ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:02:36 | 200 | 999.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:02:36 | 200 | 999.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:02:40 | 200 | 1.745ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:02:40 | 200 | 1.745ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
2024/07/29 17:02:40 record not found
[GIN] 2024/07/29 - 17:02:40 | 200 | 1.8879ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 17:02:40 | 200 | 1.8879ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 17:03:09 | 200 | 707.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:03:09 | 200 | 707.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:03:09 | 200 | 2.3879ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:03:09 | 200 | 2.3879ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
2024/07/29 17:04:09 record not found
[GIN] 2024/07/29 - 17:04:09 | 200 | 59.81247s | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 17:04:09 | 200 | 59.81247s | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 17:04:09 | 200 | 506.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:04:09 | 200 | 506.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:04:09 | 200 | 506.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:04:09 | 200 | 506.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:04:09 | 200 | 533.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:04:09 | 200 | 533.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:04:09 | 200 | 8.5016ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:04:09 | 200 | 8.5016ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:04:09 | 200 | 8.5016ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:04:09 | 200 | 8.5016ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:04:09 | 200 | 9.0492ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:04:09 | 200 | 9.0492ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:04:10 | 200 | 308.0062ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:04:10 | 200 | 308.0667ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:04:14 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 17:04:14 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 17:04:14 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 17:04:14 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 17:04:17 | 401 | 0s | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:04:17 | 401 | 0s | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:04:24 | 200 | 453.1986ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 17:04:24 | 200 | 453.1986ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 17:04:58 | 200 | 1.2398ms | 127.0.0.1 | POST "/api/user/phone_login"
[GIN] 2024/07/29 - 17:04:58 | 200 | 1.7461ms | 127.0.0.1 | POST "/api/user/phone_login"
[GIN] 2024/07/29 - 17:05:05 | 200 | 996.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:05:05 | 200 | 1.5856ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:05:07 | 200 | 334.5822ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:05:07 | 200 | 334.5822ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:05:08 | 200 | 557.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:05:08 | 200 | 557.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:05:34 | 200 | 514.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:05:34 | 200 | 514.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:05:38 | 200 | 1.2167ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:05:38 | 200 | 1.2167ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
2024/07/29 17:06:00 failed to prepay: error http response:[StatusCode: 400 Code: "PARAM_ERROR"
Message: AppID不存在请检查后再试
Header:
- Server=[nginx]
- Content-Length=[70]
- X-Content-Type-Options=[nosniff]
- Content-Type=[application/json; charset=utf-8]
- Cache-Control=[no-cache, must-revalidate]
- Request-Id=[08F8B69DB506109B0318B9DFEEA3062089E410289CEC03-52003]
- Wechatpay-Signature-Type=[WECHATPAY2-SHA256-RSA2048]
- Keep-Alive=[timeout=8]
- Content-Language=[zh-CN]
- Wechatpay-Nonce=[4e14e90c59e569ec060139b5bda5e75d]
- Wechatpay-Signature=[IHLk+1cGNlpRnVD/vxLrqTyqAiIjiBmCdG3aTx+7zTyW6SPVH71MXqrR3RfaAOoF+Iq4hIDumaRTKsSfKk+yxnFukYD6oSEJL+uFHQtpEMVkYROQfjuTUFvtY7/COQUaqofpL6NOgAppwrxk1FtnFShzO+NFs211KgmAipY0I84IXPUNVCXyBLPMrc+hUOPUbkyzw7x7AIe+Vk2o8kt+y+PoxHWQEnAPjA/u/zha0y//tjUeMkzli+Xz4+njlFnJvV+7k06JXiEV0l2CYKnXNuWyU51Iz0hedGHKOyKy5IAvv0f/x6kirStejKyujRLaTSIr1OSILKOJFan89IruIQ==]
- Wechatpay-Timestamp=[1722243960]
- Wechatpay-Serial=[60933E9599218AF73A771BE1E16AD828F83AC4A6]
- Date=[Mon, 29 Jul 2024 09:06:00 GMT]
- Connection=[keep-alive]]
[GIN] 2024/07/29 - 17:06:14 | 200 | 36.4818542s | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 17:06:20 | 200 | 42.2135498s | 127.0.0.1 | POST "/api/pay/prepay"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 17:07:52 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] 2024/07/29 - 17:08:02 | 200 | 1.0662ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:08:02 | 200 | 1.0662ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:08:02 | 200 | 1.0425ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:08:02 | 200 | 1.0425ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
2024/07/29 17:34:27 failed to prepay: error http response:[StatusCode: 403 Code: "NO_AUTH"
Message: 商户号该产品权限未开通,请前往商户平台>产品中心检查后重试。
Header:
- X-Content-Type-Options=[nosniff]
- Request-Id=[08F7B79DB50610910718F4BA8C5820DB890C2884B801-268441793]
- Wechatpay-Timestamp=[1722244088]
- Date=[Mon, 29 Jul 2024 09:08:08 GMT]
- Content-Length=[119]
- Connection=[keep-alive]
- Server=[nginx]
- Content-Type=[application/json; charset=utf-8]
- Content-Language=[zh-CN]
- Keep-Alive=[timeout=8]
- Cache-Control=[no-cache, must-revalidate]
- Wechatpay-Nonce=[a3b83c8530684c82f1d11f63858c41f5]
- Wechatpay-Signature=[awb5P1m29UqH7ht6R4+3c7HSSfSCTYRBKXyIpcI4lwokr+DRjsmJzlIg/sbR31U4cXT0cYrhL8rBmarruUqIWAFVPZgAzg1GrLyjFeF58pf0wYcfiMhWrP1x4zNlMb5xKpW0+EsgHCNWHcjAEsdC+hIztW7rx7PQ4WRb6aOxGsVc5PGHpaar+Y7zgiVpiWdgB5/h5U7jRjcnpDvpelZUEot/8cv6nvQu2wJJvXp7k9jnSY+2zbuI2WjvqXlYJvlaKcKVNP92VaQkVlPcNw0WPWNT7tLidgnakU6i6FatkU2McR+2baO4me2QbuuPIac7Dy6yt1djuKD5rDqy5iKAPw==]
- Wechatpay-Serial=[60933E9599218AF73A771BE1E16AD828F83AC4A6]
- Wechatpay-Signature-Type=[WECHATPAY2-SHA256-RSA2048]]
[GIN] 2024/07/29 - 17:34:27 | 200 | 26m25s | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 17:34:27 | 200 | 26m25s | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 17:34:27 | 200 | 1.6022ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 1.6022ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 534.3µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:34:27 | 200 | 534.3µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:34:27 | 200 | 1.0669ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 1.1254ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 659.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 659.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 8.8722ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 8.8722ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 8.5355ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:34:27 | 200 | 8.5355ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:34:27 | 200 | 10.6794ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:34:27 | 200 | 10.6794ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:34:27 | 200 | 9.0817ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:34:27 | 200 | 9.0817ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:34:27 | 200 | 10.1385ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 10.1385ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 10.1406ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:34:27 | 200 | 10.1406ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:34:27 | 200 | 12.2845ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:34:27 | 200 | 11.2211ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 11.2211ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:34:27 | 200 | 12.2845ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:34:27 | 200 | 12.8172ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:34:27 | 200 | 12.8172ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 17:34:30 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] 2024/07/29 - 17:35:15 | 200 | 1.0373ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:35:15 | 200 | 1.4637ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:35:15 | 200 | 573.1µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:35:15 | 200 | 573.1µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:35:16 | 200 | 1.2621ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:35:16 | 200 | 1.2621ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:35:16 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76255-53311a39-57439d5a
2024/07/29 17:35:16 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76255-53311a39-57439d5a
[GIN] 2024/07/29 - 17:35:16 | 200 | 249.7296ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:35:16 | 200 | 249.7296ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:35:16 | 200 | 509.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:35:16 | 200 | 1.3954ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:35:16 | 200 | 383.2217ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:35:16 | 200 | 383.2217ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:35:36 | 200 | 505.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:35:36 | 200 | 700.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:35:36 | 200 | 1.0287ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:35:36 | 200 | 1.0287ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:35:36 | 200 | 506µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:35:36 | 200 | 1.0999ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:35:36 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76269-3ed3708a-2e8feeea
2024/07/29 17:35:36 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76269-3ed3708a-2e8feeea
[GIN] 2024/07/29 - 17:35:36 | 200 | 131.5051ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:35:36 | 200 | 131.5051ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:35:36 | 200 | 526.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:35:36 | 200 | 869µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:35:37 | 200 | 224.4098ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:35:37 | 200 | 224.4098ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:36:49 | 200 | 1.04ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:36:49 | 200 | 1.04ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:36:49 | 200 | 7.6241ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:36:49 | 200 | 7.6241ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:36:49 | 200 | 1.134ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:36:49 | 200 | 1.134ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:36:50 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a762b2-69c350cd-2ecee5b6
2024/07/29 17:36:50 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a762b2-69c350cd-2ecee5b6
[GIN] 2024/07/29 - 17:36:50 | 200 | 209.4477ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:36:50 | 200 | 209.96ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:36:50 | 200 | 1.0431ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:36:50 | 200 | 1.2555ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:36:50 | 200 | 386.5321ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:36:50 | 200 | 386.5321ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:37:46 | 200 | 621.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:37:46 | 200 | 1.1279ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:37:46 | 200 | 116.1µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:37:46 | 200 | 622.6µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:37:46 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:37:46 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:37:47 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a762eb-38f97796-38939e47
2024/07/29 17:37:47 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a762eb-38f97796-38939e47
[GIN] 2024/07/29 - 17:37:47 | 200 | 115.1325ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:37:47 | 200 | 115.1325ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:37:47 | 200 | 1.4087ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:37:47 | 200 | 1.4087ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:37:47 | 200 | 358.7832ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:37:47 | 200 | 358.7832ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:37:55 | 200 | 504.9µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:37:55 | 200 | 504.9µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:37:55 | 200 | 504.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:37:55 | 200 | 504.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:37:55 | 200 | 506.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:37:55 | 200 | 506.4µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:37:55 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a762f4-6dfe3f05-4e662754
2024/07/29 17:37:55 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a762f4-6dfe3f05-4e662754
[GIN] 2024/07/29 - 17:37:55 | 200 | 134.4413ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:37:55 | 200 | 134.4413ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:37:55 | 200 | 1.0793ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:37:55 | 200 | 1.0793ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:37:56 | 200 | 224.7388ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:37:56 | 200 | 224.7388ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:39:22 | 200 | 1.0361ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:39:22 | 200 | 1.0361ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:39:25 | 200 | 503.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 17:39:25 | 200 | 503.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 17:39:36 | 200 | 506.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:39:36 | 200 | 506.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:39:36 | 200 | 518.9µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:39:36 | 200 | 518.9µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:39:37 | 200 | 523.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:39:37 | 200 | 523.9µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:39:37 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7635a-4ac5371c-558de229
2024/07/29 17:39:37 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7635a-4ac5371c-558de229
[GIN] 2024/07/29 - 17:39:37 | 200 | 197.3415ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:39:37 | 200 | 197.3415ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:39:38 | 200 | 1.5102ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:39:38 | 200 | 1.5102ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:39:38 | 200 | 665.2µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 17:39:38 | 200 | 665.2µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 17:39:52 | 200 | 509µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:39:52 | 200 | 918.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:39:52 | 200 | 506.9µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:39:52 | 200 | 506.9µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:39:53 | 200 | 1.0341ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:39:53 | 200 | 1.0341ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:39:53 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76369-1a9aa13b-050df599
2024/07/29 17:39:53 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76369-1a9aa13b-050df599
[GIN] 2024/07/29 - 17:39:53 | 200 | 115.9135ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:39:53 | 200 | 115.9135ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:39:53 | 200 | 1.5271ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:39:53 | 200 | 1.6124ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:40:03 | 200 | 764.3µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 17:40:03 | 200 | 764.3µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 17:40:51 | 200 | 998.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:40:51 | 200 | 1.5047ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:40:51 | 200 | 187.4µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:40:51 | 200 | 187.4µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:40:51 | 200 | 663.5µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:40:51 | 200 | 663.5µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:40:51 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a763a4-1b82ee48-059ebe6a
2024/07/29 17:40:51 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a763a4-1b82ee48-059ebe6a
[GIN] 2024/07/29 - 17:40:51 | 200 | 132.4414ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:40:51 | 200 | 132.4414ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:40:52 | 200 | 541.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:40:52 | 200 | 855.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:41:47 | 200 | 1.5148ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:41:47 | 200 | 2.0551ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:41:47 | 200 | 2.0551ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:41:47 | 200 | 2.0551ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:41:47 | 200 | 1.5142ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:41:47 | 200 | 1.5142ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:41:48 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a763dc-7b15b47f-3183453a
2024/07/29 17:41:48 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a763dc-7b15b47f-3183453a
[GIN] 2024/07/29 - 17:41:48 | 200 | 118.5605ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:41:48 | 200 | 118.5605ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:41:48 | 200 | 1.0294ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:41:48 | 200 | 1.2292ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:42:43 | 200 | 857.2µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:42:43 | 200 | 857.2µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:42:43 | 200 | 857.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:42:43 | 200 | 857.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:42:44 | 200 | 523.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:42:44 | 200 | 1.0501ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:42:44 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76414-32df72e7-1f45d85e
2024/07/29 17:42:44 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76414-32df72e7-1f45d85e
[GIN] 2024/07/29 - 17:42:44 | 200 | 117.4524ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:42:44 | 200 | 117.4524ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:42:44 | 200 | 509.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:42:44 | 200 | 1.0294ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:42:47 | 200 | 504µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:42:47 | 200 | 1.0031ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:42:50 | 200 | 322.5213ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:42:50 | 200 | 322.5213ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:42:51 | 200 | 504.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:42:51 | 200 | 504.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:42:52 | 200 | 2.0134ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:42:52 | 200 | 2.0134ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:42:52 | 200 | 814.3µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:42:52 | 200 | 814.3µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:42:58 | 200 | 710.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:42:58 | 200 | 710.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:42:59 | 200 | 1.0309ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:42:59 | 200 | 1.0309ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:42:59 | 200 | 593.4µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:42:59 | 200 | 1.0995ms | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:43:19 | 200 | 503.7µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:43:19 | 200 | 503.7µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:43:19 | 200 | 1.0261ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:43:19 | 200 | 1.0261ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:43:19 | 200 | 507.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:43:19 | 200 | 507.2µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:43:19 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76438-34748513-3a8c7cd4
2024/07/29 17:43:19 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76438-34748513-3a8c7cd4
[GIN] 2024/07/29 - 17:43:19 | 200 | 128.6192ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:43:19 | 200 | 128.6192ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:43:20 | 200 | 652.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:43:20 | 200 | 1.5158ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:43:20 | 200 | 1.9271ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:43:20 | 200 | 2.4331ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:43:20 | 200 | 568.3µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:43:20 | 200 | 568.3µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:43:22 | 200 | 509.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:43:22 | 200 | 956.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:45:01 | 200 | 411.7809ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:45:01 | 200 | 411.7809ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:45:01 | 200 | 558.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:45:01 | 200 | 558.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:45:02 | 200 | 1.2306ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:45:02 | 200 | 1.2306ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:45:02 | 200 | 1.268ms | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:45:02 | 200 | 1.7758ms | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:09 | 200 | 504.8µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:47:09 | 200 | 504.8µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:47:09 | 200 | 825µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:09 | 200 | 825µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:09 | 200 | 507.5µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:47:09 | 200 | 507.5µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:47:10 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7651e-2734d6d9-18a23a13
2024/07/29 17:47:10 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7651e-2734d6d9-18a23a13
[GIN] 2024/07/29 - 17:47:10 | 200 | 252.9281ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:47:10 | 200 | 253.2731ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:47:10 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:10 | 200 | 756.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:10 | 200 | 1.2504ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:10 | 200 | 1.2504ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:10 | 200 | 688.2µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:10 | 200 | 688.2µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:12 | 200 | 1.5064ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:47:12 | 200 | 1.5064ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:47:15 | 200 | 334.714ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:47:15 | 200 | 334.714ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:47:15 | 200 | 577.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:15 | 200 | 577.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:16 | 200 | 798.1µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:16 | 200 | 798.1µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:16 | 200 | 860µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:16 | 200 | 860µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:21 | 200 | 597.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=appbkInfo"
[GIN] 2024/07/29 - 17:47:21 | 200 | 597.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=appbkInfo"
[GIN] 2024/07/29 - 17:47:21 | 200 | 1.1161ms | 127.0.0.1 | GET "/api/ent/query_list_feature/appbkInfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:21 | 200 | 1.1161ms | 127.0.0.1 | GET "/api/ent/query_list_feature/appbkInfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:21 | 200 | 1.5119ms | 127.0.0.1 | GET "/api/product/product_info?product_name=appbkInfo"
[GIN] 2024/07/29 - 17:47:21 | 200 | 1.5119ms | 127.0.0.1 | GET "/api/product/product_info?product_name=appbkInfo"
[GIN] 2024/07/29 - 17:47:26 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:47:26 | 200 | 534.2µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:47:26 | 200 | 1.0422ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:26 | 200 | 1.0422ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:26 | 200 | 1.1319ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:47:26 | 200 | 1.1319ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:47:26 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7652f-05fff28b-446c8658
2024/07/29 17:47:26 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7652f-05fff28b-446c8658
[GIN] 2024/07/29 - 17:47:26 | 200 | 128.3171ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:47:26 | 200 | 128.3171ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:47:26 | 200 | 509.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:26 | 200 | 886.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:26 | 200 | 1.5353ms | 127.0.0.1 | GET "/api/ent/query_list_feature/appbkInfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:26 | 200 | 1.5353ms | 127.0.0.1 | GET "/api/ent/query_list_feature/appbkInfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:26 | 200 | 669µs | 127.0.0.1 | GET "/api/product/product_info?product_name=appbkInfo"
[GIN] 2024/07/29 - 17:47:26 | 200 | 669µs | 127.0.0.1 | GET "/api/product/product_info?product_name=appbkInfo"
[GIN] 2024/07/29 - 17:47:27 | 200 | 1.0335ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:47:27 | 200 | 1.0335ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:47:28 | 200 | 1.5396ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:47:28 | 200 | 1.5396ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:47:31 | 200 | 1.0373ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 17:47:31 | 200 | 1.0373ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 17:47:35 | 200 | 854.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:35 | 200 | 854.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:35 | 200 | 580.2µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:47:35 | 200 | 580.2µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 17:47:36 | 200 | 510.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:47:36 | 200 | 510.1µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 17:47:36 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76539-300f36bd-34396dbe
2024/07/29 17:47:36 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a76539-300f36bd-34396dbe
[GIN] 2024/07/29 - 17:47:36 | 200 | 114.7125ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:47:36 | 200 | 114.7125ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 17:47:36 | 200 | 1.3848ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:36 | 200 | 1.3848ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:47:36 | 200 | 574.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 17:47:36 | 200 | 574.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 17:47:37 | 200 | 504.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:47:37 | 200 | 504.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:47:39 | 200 | 1.3371ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:47:39 | 200 | 1.3371ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:47:42 | 200 | 242.1225ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:47:42 | 200 | 242.1225ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:47:43 | 200 | 504.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:43 | 200 | 504.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:44 | 200 | 1.1792ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:44 | 200 | 1.29ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:44 | 200 | 557.4µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:44 | 200 | 557.4µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:50 | 200 | 1.5181ms | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 17:47:50 | 200 | 1.5181ms | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 17:47:50 | 200 | 1.5181ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 17:47:50 | 200 | 1.5181ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 17:47:53 | 200 | 1.752ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:47:53 | 200 | 1.752ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:47:57 | 200 | 225.621ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:47:57 | 200 | 225.621ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:47:58 | 200 | 1.0291ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:58 | 200 | 1.1166ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:59 | 200 | 504.7µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:59 | 200 | 504.7µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:47:59 | 200 | 616.8µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:47:59 | 200 | 616.8µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:48:18 | 200 | 1.4313ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:48:18 | 200 | 1.4313ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:50:20 | 200 | 506.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:50:20 | 200 | 506.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:50:29 | 200 | 506.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:50:29 | 200 | 787.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:50:29 | 200 | 522.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:50:29 | 200 | 1.0051ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:51:47 | 200 | 533.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:51:47 | 200 | 533.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:52:51 | 200 | 681.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:52:51 | 200 | 1.0519ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:53:57 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:53:57 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:54:10 | 200 | 507.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:54:10 | 200 | 831.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 17:54:10 | 200 | 528.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:54:10 | 200 | 1.0684ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:54:12 | 200 | 505µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:54:12 | 200 | 882.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 17:54:15 | 200 | 288.3121ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:54:15 | 200 | 288.3121ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 17:54:15 | 200 | 664µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:54:15 | 200 | 664µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 17:54:17 | 200 | 638µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:54:17 | 200 | 638µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 17:54:17 | 200 | 683.4µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:54:17 | 200 | 683.4µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/29 - 17:54:21 | 200 | 507.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:54:21 | 200 | 507.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 17:54:26 | 200 | 645.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 17:54:26 | 200 | 645.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 17:54:27 | 200 | 1.0365ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 17:54:27 | 200 | 1.0365ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
2024/07/29 17:54:56 YuShan request at error Post "https://api.yushanshuju.com/credit-gw/service": dial tcp 121.4.9.205:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[GIN] 2024/07/29 - 17:54:56 | 200 | 21.4327116s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 17:54:56 | 200 | 21.4327116s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 17:55: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
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 17:56:41 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] 2024/07/29 - 17:56:50 | 200 | 5.9939121s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 17:56:50 | 200 | 5.9939121s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 17:56:50 | 200 | 515.2µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 17:56:50 | 200 | 515.2µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 17:58:30 | 200 | 2.222763s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 17:58:30 | 200 | 2.2232726s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 17:58:30 | 200 | 1.1553ms | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 17:58:30 | 200 | 1.1553ms | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
2024/07/29 17:58:37 record not found
2024/07/29 17:58:37 record not found
[GIN] 2024/07/29 - 17:58:37 | 200 | 712.6µs | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 17:58:37 | 200 | 712.6µs | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 17:59:02 | 200 | 34.0568ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 17:59:02 | 200 | 34.0568ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 17:59:02 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 17:59:02 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:00:06 | 200 | 6.6136ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:00:06 | 200 | 6.6136ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 18:01:37 【阿里支付回调】接收到支付宝回调商户订单号ali_order8986752136916643511
2024/07/29 18:01:37 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order8986752136916643511
2024/07/29 18:01:37 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 18:01:37 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 18:01:37 | 200 | 4.7563ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 18:01:37 | 200 | 4.7563ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 18:01:42 | 200 | 509µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:01:42 | 200 | 942.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:01:42 | 200 | 506.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:01:42 | 200 | 900.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:09:20 | 200 | 1.2535ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:09:20 | 200 | 1.2535ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:09:21 | 200 | 1.3685ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:09:21 | 200 | 1.3685ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:09:23 | 200 | 376.9276ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 18:09:23 | 200 | 376.9276ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 18:09:24 | 200 | 1.1978ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=appbkInfo"
[GIN] 2024/07/29 - 18:09:24 | 200 | 1.1978ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=appbkInfo"
[GIN] 2024/07/29 - 18:09:25 | 200 | 1.5966ms | 127.0.0.1 | GET "/api/ent/query_list_feature/appbkInfo?keyword=23402373"
[GIN] 2024/07/29 - 18:09:25 | 200 | 1.5966ms | 127.0.0.1 | GET "/api/ent/query_list_feature/appbkInfo?keyword=23402373"
[GIN] 2024/07/29 - 18:09:25 | 200 | 2.8334ms | 127.0.0.1 | GET "/api/product/product_info?product_name=appbkInfo"
[GIN] 2024/07/29 - 18:09:25 | 200 | 2.8334ms | 127.0.0.1 | GET "/api/product/product_info?product_name=appbkInfo"
[GIN] 2024/07/29 - 18:13:15 | 200 | 1.0316ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 18:13:15 | 200 | 1.0316ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 18:13:17 | 200 | 1.0709ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:13:17 | 200 | 1.0709ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:13:18 | 200 | 668.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud"
[GIN] 2024/07/29 - 18:13:18 | 200 | 1.1973ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud"
[GIN] 2024/07/29 - 18:13:20 | 200 | 621.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=loanEvaluation"
[GIN] 2024/07/29 - 18:13:20 | 200 | 621.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=loanEvaluation"
[GIN] 2024/07/29 - 18:17:22 | 200 | 882.8µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 18:17:22 | 200 | 882.8µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 18:17:22 | 200 | 7.7935ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 18:17:22 | 200 | 7.7935ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 18:17:27 | 200 | 1.0936ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:17:27 | 200 | 1.0936ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:37:00 | 200 | 2.1083ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 18:37:00 | 200 | 2.1083ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 18:37:01 | 200 | 4.4136ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 18:37:01 | 200 | 4.4136ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 18:37:01 | 200 | 680.7µs | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 18:37:01 | 200 | 680.7µs | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 18:37:02 | 200 | 13.6895ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:37:02 | 200 | 13.6895ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:37:23 | 200 | 504.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:37:23 | 200 | 755µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:37:24 | 200 | 384.3643ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 18:37:24 | 200 | 384.3643ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 18:37:25 | 200 | 631.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawSuit"
[GIN] 2024/07/29 - 18:37:25 | 200 | 631.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=lawSuit"
[GIN] 2024/07/29 - 18:37:26 | 200 | 1.589ms | 127.0.0.1 | GET "/api/ent/query_list_feature/lawSuit?keyword=23402373"
[GIN] 2024/07/29 - 18:37:26 | 200 | 2.0932ms | 127.0.0.1 | GET "/api/ent/query_list_feature/lawSuit?keyword=23402373"
[GIN] 2024/07/29 - 18:37:26 | 200 | 503.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawSuit"
[GIN] 2024/07/29 - 18:37:26 | 200 | 503.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawSuit"
[GIN] 2024/07/29 - 18:37:31 | 200 | 4.641ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:37:31 | 200 | 4.641ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:37:56 | 200 | 11.7066ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:37:56 | 200 | 11.7066ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:38:00 | 200 | 7.2017ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:38:00 | 200 | 8.0721ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:38:27 | 200 | 796.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=consumptionRestriction"
[GIN] 2024/07/29 - 18:38:27 | 200 | 796.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=consumptionRestriction"
[GIN] 2024/07/29 - 18:38:31 | 200 | 506.5µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:38:31 | 200 | 858µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:38:34 | 200 | 563.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 18:38:34 | 200 | 563.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 18:38:36 | 200 | 4.7362ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 18:38:36 | 200 | 4.7362ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 18:38:37 | 200 | 1.0365ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:38:37 | 200 | 1.0365ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
2024/07/29 18:39:14 YuShan request at error Post "https://api.yushanshuju.com/credit-gw/service": dial tcp 121.4.9.205:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[GIN] 2024/07/29 - 18:39:14 | 200 | 21.405613s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 18:39:14 | 200 | 21.405613s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 18:39:35 | 200 | 34.5559ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 18:39:35 | 200 | 34.5559ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 18:39:35 | 200 | 2.1012ms | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:39:35 | 200 | 2.1012ms | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:39:41 | 200 | 2.3363ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:39:41 | 200 | 2.3363ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:39:42 | 200 | 1.9548ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:39:42 | 200 | 1.9548ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:39:49 | 200 | 34.1587ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 18:39:49 | 200 | 34.1587ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 18:39:49 | 200 | 1.0716ms | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:39:49 | 200 | 1.0716ms | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:41:10 | 200 | 5.4749ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:41:10 | 200 | 5.4749ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:41:30 | 200 | 14.4567ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:41:30 | 200 | 14.4567ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 18:41:51 | 200 | 504.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:41:51 | 200 | 651.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:41:51 | 200 | 556.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:41:51 | 200 | 556.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:42:22 | 200 | 505.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:42:22 | 200 | 849.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:42:22 | 200 | 1.4764ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:42:22 | 200 | 1.4764ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:42:28 | 200 | 504.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:42:28 | 200 | 675.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 18:42:28 | 200 | 1.0006ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:42:28 | 200 | 1.0006ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 18:42:32 | 200 | 618.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:42:32 | 200 | 618.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 18:42:44 | 200 | 389.5477ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 18:42:44 | 200 | 390.1737ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 18:42:45 | 200 | 697.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=historicalCourtAnnouncement"
[GIN] 2024/07/29 - 18:42:45 | 200 | 697.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=historicalCourtAnnouncement"
[GIN] 2024/07/29 - 18:42:48 | 200 | 1.4131ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalCourtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 18:42:48 | 200 | 1.4131ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalCourtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 18:42:48 | 200 | 504.6µs | 127.0.0.1 | GET "/api/product/product_info?product_name=historicalCourtAnnouncement"
[GIN] 2024/07/29 - 18:42:48 | 200 | 504.6µs | 127.0.0.1 | GET "/api/product/product_info?product_name=historicalCourtAnnouncement"
[GIN] 2024/07/29 - 19:06:10 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 19:06:10 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 19:12:34 | 200 | 502.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:12:34 | 200 | 502.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:12:34 | 200 | 1.1521ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalCourtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 19:12:34 | 200 | 1.1521ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalCourtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 19:12:34 | 200 | 505.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=historicalCourtAnnouncement"
[GIN] 2024/07/29 - 19:12:34 | 200 | 505.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=historicalCourtAnnouncement"
[GIN] 2024/07/29 - 19:23:54 | 200 | 1.0458ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:23:54 | 200 | 1.6399ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:23:54 | 200 | 648.5µs | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalCourtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 19:23:54 | 200 | 648.5µs | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalCourtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 19:23:54 | 200 | 1.8539ms | 127.0.0.1 | GET "/api/product/product_info?product_name=historicalCourtAnnouncement"
[GIN] 2024/07/29 - 19:23:54 | 200 | 1.8539ms | 127.0.0.1 | GET "/api/product/product_info?product_name=historicalCourtAnnouncement"
[GIN] 2024/07/29 - 19:29:14 | 200 | 512.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:29:14 | 200 | 863.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:29:14 | 200 | 1.2367ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalCourtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 19:29:14 | 200 | 1.2367ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalCourtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 19:29:14 | 200 | 553.3µs | 127.0.0.1 | GET "/api/product/product_info?product_name=historicalCourtAnnouncement"
[GIN] 2024/07/29 - 19:29:14 | 200 | 825.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=historicalCourtAnnouncement"
[GIN] 2024/07/29 - 19:29:16 | 200 | 1.0006ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:29:16 | 200 | 1.0006ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:29:20 | 200 | 418.3777ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 19:29:20 | 200 | 418.3777ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 19:29:21 | 200 | 744.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=historicalZhixing"
[GIN] 2024/07/29 - 19:29:21 | 200 | 744.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=historicalZhixing"
[GIN] 2024/07/29 - 19:29:22 | 200 | 503.7µs | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalZhixing?keyword=23402373"
[GIN] 2024/07/29 - 19:29:22 | 200 | 503.7µs | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalZhixing?keyword=23402373"
[GIN] 2024/07/29 - 19:29:22 | 200 | 782.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=historicalZhixing"
[GIN] 2024/07/29 - 19:29:22 | 200 | 782.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=historicalZhixing"
[GIN] 2024/07/29 - 19:29:23 | 200 | 5.5138ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 19:29:23 | 200 | 5.7131ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 19:29:57 【阿里支付回调】接收到支付宝回调商户订单号ali_order6049307234913174220
2024/07/29 19:29:57 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order6049307234913174220
2024/07/29 19:29:57 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 19:29:57 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 19:29:57 | 200 | 4.5007ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 19:29:57 | 200 | 4.5007ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 19:29:59 | 200 | 2.0954ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:29:59 | 200 | 2.0954ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:29:59 | 200 | 504µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:29:59 | 200 | 877µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:30:01 | 200 | 314.4642ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 19:30:01 | 200 | 314.4642ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 19:30:35 | 200 | 3.6927ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=historicalZhixing"
[GIN] 2024/07/29 - 19:30:35 | 200 | 4.3054ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=historicalZhixing"
2024/07/29 19:30:36 entFeature save record failed: Error 1364 (HY000): Field 'openid' doesn't have a default value
2024/07/29 19:30:36 SaveEntFeatureRecords err:Error 1364 (HY000): Field 'openid' doesn't have a default value
[GIN] 2024/07/29 - 19:30:36 | 200 | 298.5221ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalZhixing?keyword=23402373"
[GIN] 2024/07/29 - 19:30:36 | 200 | 298.5221ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalZhixing?keyword=23402373"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 19:40:57 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] 2024/07/29 - 19:41:16 | 200 | 718µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 19:41:16 | 200 | 718µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 19:41:16 | 200 | 7.4745ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:41:16 | 200 | 7.978ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:41:16 | 200 | 1.5252ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:41:16 | 200 | 1.5252ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 19:41:16 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a77fdd-12d9dcd2-5a5b3a93
2024/07/29 19:41:16 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a77fdd-12d9dcd2-5a5b3a93
[GIN] 2024/07/29 - 19:41:16 | 200 | 241.0297ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 19:41:16 | 200 | 241.0297ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 19:41:17 | 200 | 1.1394ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:41:17 | 200 | 1.1394ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:41:17 | 200 | 2.042ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:41:17 | 200 | 2.3614ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:42:10 | 200 | 660.5µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 19:42:10 | 200 | 660.5µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 19:42:10 | 200 | 660.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:42:10 | 200 | 660.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:42:10 | 200 | 509.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:42:10 | 200 | 509.6µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 19:42:10 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78013-36047529-65ef3c24
2024/07/29 19:42:10 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78013-36047529-65ef3c24
[GIN] 2024/07/29 - 19:42:10 | 200 | 137.1469ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 19:42:10 | 200 | 137.1469ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 19:42:11 | 200 | 538µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:42:11 | 200 | 797µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:42:11 | 200 | 507.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:42:11 | 200 | 507.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:42:57 | 200 | 508µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:42:57 | 200 | 752.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:42:57 | 200 | 678.8µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 19:42:57 | 200 | 678.8µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 19:42:57 | 200 | 505.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:42:57 | 200 | 947.6µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 19:42:57 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78042-22efce31-2e6386de
2024/07/29 19:42:57 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78042-22efce31-2e6386de
[GIN] 2024/07/29 - 19:42:57 | 200 | 118.2957ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 19:42:57 | 200 | 118.2957ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 19:42:58 | 200 | 529µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:42:58 | 200 | 529µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:42:58 | 200 | 1.0342ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:42:58 | 200 | 1.5595ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:43:14 | 200 | 507.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:43:14 | 200 | 507.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:43:14 | 200 | 581.4µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 19:43:14 | 200 | 581.4µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 19:43:14 | 200 | 1.3365ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:43:14 | 200 | 1.3365ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 19:43:15 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78053-77a6c893-49c2cd29
2024/07/29 19:43:15 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78053-77a6c893-49c2cd29
[GIN] 2024/07/29 - 19:43:15 | 200 | 97.2111ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 19:43:15 | 200 | 97.2111ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 19:43:15 | 200 | 503.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:43:15 | 200 | 667µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 19:43:15 | 200 | 506.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 19:43:15 | 200 | 506.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:00:12 | 200 | 716.3µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 20:00:12 | 200 | 716.3µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 20:00:12 | 200 | 716.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:00:12 | 200 | 716.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:00:12 | 200 | 507.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:00:12 | 200 | 1.516ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 20:00:12 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7844d-579bf96c-6e3d906d
2024/07/29 20:00:12 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7844d-579bf96c-6e3d906d
[GIN] 2024/07/29 - 20:00:12 | 200 | 253.3253ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 20:00:12 | 200 | 253.3253ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 20:00:13 | 200 | 1.0009ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:00:13 | 200 | 1.0009ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:00:13 | 200 | 635.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:00:13 | 200 | 1.2649ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:01:45 | 200 | 505.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:01:45 | 200 | 788.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:01:45 | 200 | 520.9µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 20:01:45 | 200 | 1.0517ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 20:01:45 | 200 | 505.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:01:45 | 200 | 505.2µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 20:01:45 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a784aa-2dee1738-01dace7a
2024/07/29 20:01:45 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a784aa-2dee1738-01dace7a
[GIN] 2024/07/29 - 20:01:45 | 200 | 226.5846ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 20:01:45 | 200 | 226.5846ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 20:01:46 | 200 | 508.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:01:46 | 200 | 1.047ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:01:46 | 200 | 1.0646ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:01:46 | 200 | 1.0646ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:04:49 | 200 | 11.2888ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:04:49 | 200 | 11.2888ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:04:49 | 200 | 17.8356ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 20:04:49 | 200 | 17.8356ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 20:04:49 | 200 | 2.5263ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:04:49 | 200 | 2.5263ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:04:49 | 200 | 1.0427ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:04:49 | 200 | 1.0427ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/07/29 20:04:49 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78562-648cb96b-2691443f
2024/07/29 20:04:49 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78562-648cb96b-2691443f
[GIN] 2024/07/29 - 20:04:49 | 200 | 258.485ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 20:04:49 | 200 | 258.485ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 20:04:49 | 200 | 506.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:04:49 | 200 | 885.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:04:54 | 200 | 538.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:04:54 | 200 | 729.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:04:54 | 200 | 729.1µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 20:04:54 | 200 | 729.1µs | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 20:04:55 | 200 | 1.0921ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:04:55 | 200 | 1.0921ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:04:55 | 200 | 1.0476ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:04:55 | 200 | 1.0476ms | 127.0.0.1 | GET "/api/render/get_notification"
2024/07/29 20:04:55 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78568-6bc2b5de-45d31df8
2024/07/29 20:04:55 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78568-6bc2b5de-45d31df8
[GIN] 2024/07/29 - 20:04:55 | 200 | 119.0783ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 20:04:55 | 200 | 119.0783ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 20:04:55 | 200 | 510.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:04:55 | 200 | 510.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:07:10 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 20:07:10 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 20:07:10 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 20:07:10 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 20:14:02 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] 2024/07/29 - 20:16:16 | 200 | 536.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:16:16 | 200 | 536.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:16:16 | 200 | 1.84ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalZhixing?keyword=23402373"
[GIN] 2024/07/29 - 20:16:16 | 200 | 1.84ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalZhixing?keyword=23402373"
[GIN] 2024/07/29 - 20:16:16 | 200 | 2.1019ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 20:16:16 | 200 | 2.2938ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 20:16:23 | 200 | 2.127ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:16:23 | 200 | 2.9836ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:16:23 | 200 | 7.2506ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalZhixing?keyword=23402373"
[GIN] 2024/07/29 - 20:16:23 | 200 | 7.2506ms | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalZhixing?keyword=23402373"
[GIN] 2024/07/29 - 20:16:23 | 200 | 917.7µs | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 20:16:23 | 200 | 1.2019ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 20:16:31 | 200 | 1.1146ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:16:31 | 200 | 1.4577ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:16:31 | 200 | 505µs | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalZhixing?keyword=23402373"
[GIN] 2024/07/29 - 20:16:31 | 200 | 505µs | 127.0.0.1 | GET "/api/ent/query_list_feature/historicalZhixing?keyword=23402373"
[GIN] 2024/07/29 - 20:16:31 | 200 | 510.1µs | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 20:16:31 | 200 | 701.6µs | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 20:16:33 | 200 | 503.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:16:33 | 200 | 503.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:16:40 | 200 | 593.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:16:40 | 200 | 593.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:17:09 | 200 | 16.9675543s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:17:09 | 200 | 16.9675543s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:17:09 | 200 | 2.1117ms | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:17:09 | 200 | 2.1117ms | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:17:13 | 200 | 0s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:17:13 | 200 | 508.9µs | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:17:15 | 200 | 0s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:17:15 | 200 | 0s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:17:16 | 200 | 0s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:17:16 | 200 | 0s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:18:10 | 200 | 48.6867172s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:18:10 | 200 | 48.6867172s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:18:10 | 200 | 503.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:10 | 200 | 503.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:10 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:10 | 200 | 524.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:10 | 200 | 524.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:18:10 | 200 | 524.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:18:10 | 200 | 6.602ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:10 | 200 | 6.602ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:10 | 200 | 6.6268ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:10 | 200 | 6.6268ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:10 | 200 | 7.13ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:18:10 | 200 | 7.13ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:18:10 | 200 | 6.1027ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:10 | 200 | 6.1027ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:10 | 200 | 6.1027ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:18:10 | 200 | 6.1027ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:18:10 | 200 | 7.13ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 20:18:10 | 200 | 7.678ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 20:18:10 | 200 | 7.1748ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:18:10 | 200 | 7.1748ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:18:10 | 200 | 7.1748ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:18:10 | 200 | 7.1748ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:18:10 | 200 | 7.722ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:18:10 | 200 | 7.722ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 20:18:10 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78883-7926a44e-53abcc57
2024/07/29 20:18:10 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a78883-7926a44e-53abcc57
[GIN] 2024/07/29 - 20:18:10 | 200 | 250.6896ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 20:18:10 | 200 | 250.6896ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 20:18:12 | 200 | 605.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:18:12 | 200 | 605.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:18:14 | 200 | 1.9876ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:14 | 200 | 1.9876ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:18:14 | 200 | 507.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:18:14 | 200 | 507.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:18:33 | 200 | 3.200001s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:18:33 | 200 | 3.200001s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:18:33 | 200 | 743.1µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:18:33 | 200 | 743.1µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:22:12 | 200 | 3m37s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:22:12 | 200 | 3m37s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 20:22: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
[GIN] 2024/07/29 - 20:22:16 | 200 | 711.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:22:16 | 200 | 711.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:22:16 | 200 | 642.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:22:16 | 200 | 642.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:22:39 | 200 | 8.0682187s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:22:39 | 200 | 8.0682187s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:22:39 | 200 | 703.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:22:39 | 200 | 703.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:23:11 | 200 | 29.7134504s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:23:11 | 200 | 29.7134504s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 20:23:13 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] 2024/07/29 - 20:24:13 | 200 | 10.4797826s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:24:13 | 200 | 10.4797826s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:24:13 | 200 | 755.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:24:13 | 200 | 755.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:24:47 | 200 | 27.8489901s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:24:47 | 200 | 27.8489901s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 20:24: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
[GIN] 2024/07/29 - 20:25:21 | 200 | 29.3417003s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:25:21 | 200 | 29.3417003s | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 20:25:59 【阿里支付回调】接收到支付宝回调商户订单号ali_order0505782553267792684
2024/07/29 20:25:59 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order0505782553267792684
2024/07/29 20:25:59 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 20:25:59 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 20:25:59 | 200 | 9.5078ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 20:25:59 | 200 | 9.5078ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 20:26:02 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:26:02 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:26:02 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:26:02 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:26:18 | 200 | 705µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:26:18 | 200 | 705µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:26:18 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:26:18 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:26:33 | 200 | 503.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:26:33 | 200 | 503.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:26:33 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:26:33 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:27:20 | 200 | 1.1081ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:27:20 | 200 | 1.1081ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:27:20 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:27:20 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:27:23 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:27:23 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:27:23 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:27:23 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:29:12 | 200 | 553.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:29:12 | 200 | 553.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:29:12 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:29:12 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:31:13 | 200 | 506.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:31:13 | 200 | 843.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:31:20 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:31:20 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:31:39 | 200 | 999.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:31:39 | 200 | 999.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:32:28 | 200 | 46.3427309s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:32:28 | 200 | 46.3438552s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:32:28 | 200 | 504.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:32:28 | 200 | 504.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:32:30 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:32:30 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:32:31 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:32:31 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:32:44 | 200 | 1.1183ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:32:44 | 200 | 1.8976ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:32:48 | 200 | 511.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:32:48 | 200 | 511.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:34:06 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:06 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:06 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:06 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:06 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:06 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:07 | 200 | 508.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:34:07 | 200 | 1.0613ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:34:07 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:07 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:25 | 200 | 328.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:25 | 200 | 328.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:55 | 200 | 57.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:55 | 200 | 57.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:34:56 | 200 | 1.0934ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:34:56 | 200 | 1.0934ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
2024/07/29 20:35:17 YuShan request at error Post "https://api.yushanshuju.com/credit-gw/service": dial tcp 121.4.9.205:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[GIN] 2024/07/29 - 20:35:17 | 200 | 21.4128293s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:35:17 | 200 | 21.4128293s | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:36:33 | 200 | 503.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:36:33 | 200 | 907.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:37:16 | 200 | 1.0183ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud"
[GIN] 2024/07/29 - 20:37:16 | 200 | 1.0183ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud"
[GIN] 2024/07/29 - 20:37:19 | 200 | 578.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:37:19 | 200 | 578.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:37:20 | 200 | 502.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:37:20 | 200 | 502.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:37:21 | 200 | 712.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud"
[GIN] 2024/07/29 - 20:37:21 | 200 | 712.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 20:39:11 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] 2024/07/29 - 20:39:18 | 200 | 3.5858ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:39:18 | 200 | 3.5858ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:39:25 | 200 | 2.2945ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:39:25 | 200 | 2.2945ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:39:28 | 200 | 899.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:39:28 | 200 | 899.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:39:29 | 200 | 998.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:39:29 | 200 | 998.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:39:31 | 200 | 522.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 20:39:31 | 200 | 522.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
2024/07/29 20:39:31 singleQuery resp error该产品测试条数已用完请联系相关羽山人员
[GIN] 2024/07/29 - 20:39:31 | 200 | 404.1842ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:39:31 | 200 | 404.2985ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 20:41:05 | 200 | 1.2216ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:41:05 | 200 | 1.2216ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:41:05 | 200 | 507µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:41:05 | 200 | 874.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:41:07 | 200 | 1.191ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:41:07 | 200 | 1.191ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:41:10 | 200 | 505µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:41:10 | 200 | 505µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:41:41 | 200 | 503.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:41:41 | 200 | 503.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:41:41 | 200 | 503.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:41:41 | 200 | 503.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:41:44 | 200 | 1.5034ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:41:44 | 200 | 1.5034ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:41:48 | 200 | 1.0531ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:41:48 | 200 | 1.0531ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:42:08 | 200 | 635.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:42:08 | 200 | 875.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:42:08 | 200 | 504.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:42:08 | 200 | 727.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:42:11 | 200 | 2.6699ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:42:11 | 200 | 2.6699ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:42:13 | 200 | 1.5772ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:42:13 | 200 | 1.5772ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:42:15 | 200 | 503.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:42:15 | 200 | 503.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:43:23 | 200 | 534µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:43:23 | 200 | 534µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:43:23 | 200 | 508.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:43:23 | 200 | 973.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:43:24 | 200 | 1.0497ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:43:24 | 200 | 1.1488ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:43:25 | 200 | 508.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:43:25 | 200 | 1.0301ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:43:26 | 200 | 655.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:43:26 | 200 | 655.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:43:28 | 200 | 1.0563ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:43:28 | 200 | 1.0563ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:43:30 | 200 | 586.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:43:30 | 200 | 586.2µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:43:32 | 200 | 605.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:43:32 | 200 | 605.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 20:43:33 | 200 | 1.6339ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:43:33 | 200 | 1.6339ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:43:35 | 200 | 506µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:43:35 | 200 | 506µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:43:40 | 200 | 1.1881ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:43:40 | 200 | 1.1881ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:44:21 | 401 | 0s | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:44:21 | 401 | 0s | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:44:26 | 200 | 315.4157ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 20:44:26 | 200 | 315.4157ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 20:44:43 | 200 | 1.5364ms | 127.0.0.1 | POST "/api/user/phone_login"
[GIN] 2024/07/29 - 20:44:43 | 200 | 1.5364ms | 127.0.0.1 | POST "/api/user/phone_login"
[GIN] 2024/07/29 - 20:44:46 | 200 | 833µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:44:46 | 200 | 833µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:44:54 | 200 | 1.0291ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:44:54 | 200 | 1.0291ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:44:54 | 200 | 804.8µs | 127.0.0.1 | GET "/api/product/product_info?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:44:54 | 200 | 804.8µs | 127.0.0.1 | GET "/api/product/product_info?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:44:57 | 200 | 10.3817ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:44:57 | 200 | 10.4651ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 20:45:33 【阿里支付回调】接收到支付宝回调商户订单号ali_order5533415735416219110
2024/07/29 20:45:33 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order5533415735416219110
2024/07/29 20:45:33 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 20:45:33 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 20:45:33 | 200 | 5.8116ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 20:45:33 | 200 | 5.8116ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 20:45:36 | 200 | 510.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:45:36 | 200 | 510.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:45:36 | 200 | 6.4523ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:45:36 | 200 | 6.4523ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:45:37 | 200 | 622.7145ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:45:37 | 200 | 622.7145ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:45:37 | 200 | 1.0506ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:45:37 | 200 | 1.0506ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:46:01 | 200 | 507.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:46:01 | 200 | 1.0261ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:46:01 | 200 | 1.4972ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:46:01 | 200 | 1.4972ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:46:01 | 200 | 1.4972ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:46:01 | 200 | 1.4972ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:46:01 | 200 | 842.6µs | 127.0.0.1 | GET "/api/product/product_info?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:46:01 | 200 | 842.6µs | 127.0.0.1 | GET "/api/product/product_info?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:46:47 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:46:47 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:46:49 | 200 | 521µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:46:49 | 200 | 521µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:46:53 | 200 | 1.0222ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:46:53 | 200 | 1.0222ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:47:30 | 200 | 4.8094ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:47:30 | 200 | 4.8094ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:47:30 | 200 | 1.0487ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:47:30 | 200 | 1.0487ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:47:31 | 200 | 628µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:47:31 | 200 | 1.1314ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:47:44 | 200 | 1.0198ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:47:44 | 200 | 1.0198ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:47:44 | 200 | 1.1897ms | 127.0.0.1 | GET "/api/product/product_info?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:47:44 | 200 | 1.1897ms | 127.0.0.1 | GET "/api/product/product_info?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:47:45 | 200 | 5.2695ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:47:45 | 200 | 5.9676ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:47:59 | 200 | 504.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:47:59 | 200 | 504.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:47:59 | 200 | 1.1544ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:47:59 | 200 | 1.1544ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:47:59 | 200 | 1.7225ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:47:59 | 200 | 1.7225ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:47:59 | 200 | 504.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:47:59 | 200 | 504.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=bankCardGamblingAndFraud"
2024/07/29 20:48:01 【阿里支付回调】接收到支付宝回调商户订单号ali_order4944440535664516326
2024/07/29 20:48:01 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order4944440535664516326
2024/07/29 20:48:01 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 20:48:01 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 20:48:01 | 200 | 1.6153ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 20:48:01 | 200 | 1.6153ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 20:48:28 | 200 | 417.3372ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:48:28 | 200 | 417.3372ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:48:28 | 200 | 505.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:48:28 | 200 | 1.0943ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:48:39 | 200 | 1.1891ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:48:39 | 200 | 1.1891ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:48:39 | 200 | 1.0522ms | 127.0.0.1 | GET "/api/product/product_info?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:48:39 | 200 | 1.0522ms | 127.0.0.1 | GET "/api/product/product_info?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:48:40 | 200 | 5.8064ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 20:48:40 | 200 | 5.8064ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 20:48:53 【阿里支付回调】接收到支付宝回调商户订单号ali_order2772042688644370198
2024/07/29 20:48:53 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order2772042688644370198
2024/07/29 20:48:53 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 20:48:53 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 20:48:53 | 200 | 1.685ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 20:48:53 | 200 | 1.685ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 20:48:55 | 200 | 507µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:48:55 | 200 | 507µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:48:55 | 200 | 510.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:48:55 | 200 | 1.0493ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:48:55 | 200 | 346.2151ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:48:55 | 200 | 346.2151ms | 127.0.0.1 | POST "/api/single/bc_gambling_fraud"
[GIN] 2024/07/29 - 20:48:55 | 200 | 504.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:48:55 | 200 | 504.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:49:11 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:49:11 | 200 | 791.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:49:11 | 200 | 579.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:49:11 | 200 | 579.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:49:16 | 200 | 504.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:49:16 | 200 | 504.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:49:16 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:49:16 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 20:50:17 | 200 | 1.0398ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:50:17 | 200 | 1.0398ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:50:17 | 200 | 698.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:50:17 | 200 | 698.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:50:21 | 200 | 532.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:50:21 | 200 | 879.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:50:21 | 200 | 818.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:50:21 | 200 | 818.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:50:23 | 200 | 640.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:50:23 | 200 | 640.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:50:23 | 200 | 505µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:50:23 | 200 | 505µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:50:59 | 200 | 504.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:50:59 | 200 | 504.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:56:01 | 200 | 1.0948ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:56:01 | 200 | 1.0948ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 20:56:44 | 200 | 433.4564ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 20:56:44 | 200 | 433.4564ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 20:58:19 | 200 | 507.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:58:19 | 200 | 810.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 20:58:20 | 200 | 507.5µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:58:20 | 200 | 507.5µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 20:58:58 | 404 | 0s | 127.0.0.1 | GET "/"
[GIN] 2024/07/29 - 20:58:58 | 404 | 0s | 127.0.0.1 | GET "/"
[GIN] 2024/07/29 - 21:00:43 | 200 | 1.5249ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:00:43 | 200 | 1.5249ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:00:44 | 200 | 508.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:00:44 | 200 | 1.3903ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:00:44 | 200 | 2.4039ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 21:00:44 | 200 | 3.4044ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/29 - 21:00:44 | 200 | 542.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:00:44 | 200 | 964.8µs | 127.0.0.1 | GET "/api/render/get_index"
2024/07/29 21:00:44 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7927d-76b492d4-17eaf8c2
2024/07/29 21:00:44 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7927d-76b492d4-17eaf8c2
[GIN] 2024/07/29 - 21:00:44 | 200 | 286.2735ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 21:00:44 | 200 | 286.2735ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 21:00:44 | 200 | 518.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:00:44 | 200 | 518.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:00:45 | 200 | 506.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:00:45 | 200 | 859.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:00:45 | 200 | 630.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 21:00:45 | 200 | 630.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 21:00:56 | 200 | 298.2241ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 21:00:56 | 200 | 298.2241ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 21:01:14 | 200 | 27.2748ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:01:14 | 200 | 27.2748ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:04:00 | 200 | 28.8846ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:04:00 | 200 | 28.8846ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:04:24 | 200 | 29.3456ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:04:24 | 200 | 29.3456ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:04:53 | 200 | 574.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 21:04:53 | 200 | 574.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 21:04:55 | 200 | 32.6974ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:04:55 | 200 | 32.6974ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:04:58 | 200 | 26.2204ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:04:58 | 200 | 26.2204ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:05:21 | 200 | 688.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 21:05:21 | 200 | 688.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 21:06:02 | 200 | 509.9µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:06:02 | 200 | 509.9µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:06:05 | 200 | 1.0406ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:06:05 | 200 | 1.0406ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:06:05 | 200 | 674.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:06:05 | 200 | 674.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 553.8µs | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:11 | 404 | 540µs | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 21:06:17 | 200 | 323.4651ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 21:06:17 | 200 | 323.4651ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 21:06:36 | 200 | 28.5343ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:06:36 | 200 | 28.5343ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:07:10 | 200 | 31.5613ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:07:10 | 200 | 32.0728ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:07:10 | 200 | 29.4216ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:07:10 | 200 | 29.4216ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:07:10 | 200 | 660µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:07:10 | 200 | 660µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:07:10 | 200 | 1.5607ms | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:07:10 | 200 | 1.5607ms | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:07:13 | 200 | 4.3173ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:07:13 | 200 | 4.3173ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:07:17 | 200 | 27.6236ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:07:17 | 200 | 27.6236ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:07:17 | 200 | 508.3µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:07:17 | 200 | 508.3µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:07:18 | 200 | 5.426ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:07:18 | 200 | 5.426ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:07:38 【阿里支付回调】接收到支付宝回调商户订单号ali_order6360226240359515125
2024/07/29 21:07:38 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order6360226240359515125
2024/07/29 21:07:38 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:07:38 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:07:38 | 200 | 2.3651ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:07:38 | 200 | 2.3651ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:07:40 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:07:40 | 200 | 523.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:11:04 | 200 | 743.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:11:04 | 200 | 743.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:11:32 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:11:32 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:11:49 | 200 | 522.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:11:49 | 200 | 522.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:11:50 | 200 | 723.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 21:11:50 | 200 | 723.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardBlacklistV1"
[GIN] 2024/07/29 - 21:12:14 | 200 | 540.6µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:12:14 | 200 | 540.6µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:12:17 | 200 | 531.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:12:17 | 200 | 935.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:12:18 | 200 | 507.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:12:18 | 200 | 507.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:12:30 | 200 | 460.5849ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 21:12:30 | 200 | 461.1036ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 21:12:46 | 200 | 506.6µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:12:46 | 200 | 506.6µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
2024/07/29 21:12:56 涉诉专业版查询成功无数据: 查询成功,无数据
[GIN] 2024/07/29 - 21:12:56 | 200 | 486.0586ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:12:56 | 200 | 486.0586ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
2024/07/29 21:12:56 涉诉记录保存错误Error 1364 (HY000): Field 'openid' doesn't have a default value
2024/07/29 21:13:04 涉诉专业版查询成功无数据: 查询成功,无数据
[GIN] 2024/07/29 - 21:13:04 | 200 | 194.1634ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:13:04 | 200 | 194.1634ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
2024/07/29 21:13:04 涉诉记录保存错误Error 1364 (HY000): Field 'openid' doesn't have a default value
2024/07/29 21:13:06 涉诉专业版查询成功无数据: 查询成功,无数据
[GIN] 2024/07/29 - 21:13:06 | 200 | 197.2281ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:13:06 | 200 | 197.2281ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
2024/07/29 21:13:06 涉诉记录保存错误Error 1364 (HY000): Field 'openid' doesn't have a default value
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 21:14:44 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/07/29 21:14:49 涉诉专业版查询成功无数据: 查询成功,无数据
[GIN] 2024/07/29 - 21:14:49 | 200 | 438.807ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:14:49 | 200 | 438.807ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
2024/07/29 21:14:52 涉诉专业版查询成功无数据: 查询成功,无数据
[GIN] 2024/07/29 - 21:14:52 | 200 | 197.8416ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:14:52 | 200 | 197.8416ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:15:13 | 200 | 30.0928ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:15:13 | 200 | 30.0928ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:15:13 | 200 | 504µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:15:13 | 200 | 504µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:15:18 | 200 | 4.3139ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:15:18 | 200 | 4.3139ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:15:31 【阿里支付回调】接收到支付宝回调商户订单号ali_order5676539660840243632
2024/07/29 21:15:31 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order5676539660840243632
2024/07/29 21:15:31 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:15:31 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:15:31 | 200 | 2.6985ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:15:31 | 200 | 2.6985ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:15:33 | 200 | 508.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:15:33 | 200 | 1.1309ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:16:00 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:16:00 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:16:08 | 200 | 510.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:16:08 | 200 | 510.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:16:10 | 200 | 611.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:16:10 | 200 | 1.3831ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:16:23 | 200 | 308.713ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 21:16:23 | 200 | 309.221ms | 127.0.0.1 | POST "/api/user/verify"
2024/07/29 21:16:43 涉诉专业版查询成功无数据: 查询成功,无数据
[GIN] 2024/07/29 - 21:16:43 | 200 | 361.8761ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:16:43 | 200 | 361.8761ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
2024/07/29 21:16:47 涉诉专业版查询成功无数据: 查询成功,无数据
[GIN] 2024/07/29 - 21:16:47 | 200 | 210.2283ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:16:47 | 200 | 210.2283ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:16:50 | 200 | 27.5029ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:16:50 | 200 | 27.5029ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:16:50 | 200 | 504.8µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:16:50 | 200 | 504.8µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:16:52 | 200 | 3.7618ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:16:52 | 200 | 3.7618ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:17:05 【阿里支付回调】接收到支付宝回调商户订单号ali_order8445487126371263649
2024/07/29 21:17:05 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order8445487126371263649
2024/07/29 21:17:05 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:17:05 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:17:05 | 200 | 2.2105ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:17:05 | 200 | 2.2105ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:17:07 | 200 | 504.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:17:07 | 200 | 1.0053ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:17:52 | 200 | 510µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:17:52 | 200 | 510µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:17:55 | 200 | 1.0262ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:17:55 | 200 | 1.0262ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:18:23 | 200 | 29.7876ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:18:23 | 200 | 29.7876ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:18:23 | 200 | 572.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:18:23 | 200 | 572.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:18:24 | 200 | 4.614ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:18:24 | 200 | 4.614ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:18:37 【阿里支付回调】接收到支付宝回调商户订单号ali_order0954799762108261715
2024/07/29 21:18:37 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order0954799762108261715
2024/07/29 21:18:37 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:18:37 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:18:37 | 200 | 2.1563ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:18:37 | 200 | 2.1563ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:18:39 | 200 | 507.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:18:39 | 200 | 507.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:18:41 | 200 | 505.8µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:18:41 | 200 | 505.8µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:18:44 | 200 | 589.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:18:44 | 200 | 589.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:19:02 | 200 | 1.0667ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:19:02 | 200 | 1.0667ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:19:03 | 200 | 552.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:19:03 | 200 | 1.0339ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:20:16 | 200 | 26.1580455s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:20:16 | 200 | 26.1580455s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:20:16 | 200 | 515.6µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:20:16 | 200 | 515.6µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:20:21 | 200 | 3.5614873s | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:20:21 | 200 | 3.5614873s | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:20:33 【阿里支付回调】接收到支付宝回调商户订单号ali_order2151165627626947347
2024/07/29 21:20:33 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order2151165627626947347
2024/07/29 21:20:33 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:20:33 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:20:33 | 200 | 2.6169ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:20:33 | 200 | 2.6169ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:20:34 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:20:34 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:20:56 | 200 | 20.9382247s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:20:56 | 200 | 20.9382247s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:20:59 | 200 | 559.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:20:59 | 200 | 559.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:32 | 200 | 2.9590058s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:32 | 200 | 2.9590058s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:35 | 200 | 2.4355755s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:35 | 200 | 2.4355755s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:36 | 200 | 1.5088ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:36 | 200 | 1.5088ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:36 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:36 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:39 | 200 | 505µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:39 | 200 | 643.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:39 | 200 | 505.1µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:39 | 200 | 505.1µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:41 | 200 | 504µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:41 | 200 | 504µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:41 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:41 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:44 | 200 | 529.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:44 | 200 | 911.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:44 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:44 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:47 | 200 | 509.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:47 | 200 | 713.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:47 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:47 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:50 | 200 | 505.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:50 | 200 | 716.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:50 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:50 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:21:53 | 200 | 554.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:21:53 | 200 | 1.1516ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:24:26 | 200 | 2m32s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:24:26 | 200 | 2m32s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:24:26 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:24:26 | 200 | 522.7µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:24:26 | 200 | 522.7µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:24:26 | 200 | 522.7µs | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:24:26 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:24:26 | 200 | 0s | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:24:26 | 200 | 1.048ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:24:26 | 200 | 1.048ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:24:26 | 200 | 1.048ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:24:26 | 200 | 1.048ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:24:26 | 200 | 5.1754ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:24:26 | 200 | 5.1754ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:24:26 | 200 | 5.1754ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:24:26 | 200 | 5.1754ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:24:26 | 200 | 5.1754ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:24:26 | 200 | 5.1754ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:24:48 | 200 | 321.2622ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 21:24:48 | 200 | 321.2622ms | 127.0.0.1 | POST "/api/user/verify"
[GIN] 2024/07/29 - 21:25:23 | 200 | 30.2861ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:25:23 | 200 | 30.2861ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:25:23 | 200 | 1.0355ms | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:25:23 | 200 | 1.0355ms | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:25:24 | 200 | 5.6493ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:25:24 | 200 | 6.6545ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:25:37 【阿里支付回调】接收到支付宝回调商户订单号ali_order7036308003733418200
2024/07/29 21:25:37 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order7036308003733418200
2024/07/29 21:25:37 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:25:37 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:25:37 | 200 | 3.1486ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:25:37 | 200 | 3.4161ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:25:39 | 200 | 521.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:25:39 | 200 | 521.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:26:33 | 200 | 507.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:26:33 | 200 | 507.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:26:34 | 200 | 510.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:26:34 | 200 | 510.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:26:57 | 200 | 33.5375ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:26:57 | 200 | 34.0416ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:26:57 | 200 | 750.5µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:26:57 | 200 | 750.5µs | 127.0.0.1 | GET "/api/product/product_info?product_name=lawsuit"
[GIN] 2024/07/29 - 21:26:57 | 200 | 6.4249ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:26:57 | 200 | 6.4249ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:27:13 【阿里支付回调】接收到支付宝回调商户订单号ali_order3488811652957868875
2024/07/29 21:27:13 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order3488811652957868875
2024/07/29 21:27:13 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:27:13 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:27:13 | 200 | 1.737ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:27:13 | 200 | 1.737ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:27:15 | 200 | 503.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:27:15 | 200 | 503.8µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/07/29 21:27:15 涉诉专业版查询成功无数据: 查询成功,无数据
[GIN] 2024/07/29 - 21:27:15 | 200 | 435.7001ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:27:15 | 200 | 435.7001ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 21:28:22 | 200 | 1.0695ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:28:22 | 200 | 1.0695ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:28:31 | 200 | 3.1884ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
[GIN] 2024/07/29 - 21:28:31 | 200 | 3.1884ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
[GIN] 2024/07/29 - 21:28:34 | 200 | 1.5782ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=2"
[GIN] 2024/07/29 - 21:28:34 | 200 | 1.5782ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=2"
[GIN] 2024/07/29 - 21:28:36 | 200 | 1.2952ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=3"
[GIN] 2024/07/29 - 21:28:36 | 200 | 1.2952ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=3"
[GIN] 2024/07/29 - 21:28:37 | 200 | 1.0306ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=4"
[GIN] 2024/07/29 - 21:28:37 | 200 | 1.0306ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=4"
[GIN] 2024/07/29 - 21:28:55 | 200 | 2.0736ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
[GIN] 2024/07/29 - 21:28:55 | 200 | 2.0736ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
[GIN] 2024/07/29 - 21:28:58 | 200 | 810.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:28:58 | 200 | 810.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:28:58 | 200 | 1.5545ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
[GIN] 2024/07/29 - 21:28:58 | 200 | 1.5545ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
[GIN] 2024/07/29 - 21:29:14 | 200 | 1.1758ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=2"
[GIN] 2024/07/29 - 21:29:14 | 200 | 1.1758ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=2"
[GIN] 2024/07/29 - 21:29:44 | 200 | 1.0301ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:29:44 | 200 | 1.0301ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:29:44 | 200 | 2.171ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
[GIN] 2024/07/29 - 21:29:44 | 200 | 2.171ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
[GIN] 2024/07/29 - 21:29:46 | 200 | 1.6231ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=2"
[GIN] 2024/07/29 - 21:29:46 | 200 | 1.6231ms | 127.0.0.1 | GET "/api/pay/order_list?page_num=2"
[GIN] 2024/07/29 - 21:29:49 | 200 | 507µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:29:49 | 200 | 507µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:30:11 | 200 | 439.6857ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:30:11 | 200 | 439.6857ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:37:08 | 200 | 687µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=courtAnnouncement"
[GIN] 2024/07/29 - 21:37:08 | 200 | 1.193ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=courtAnnouncement"
[GIN] 2024/07/29 - 21:37:09 | 200 | 1.1913ms | 127.0.0.1 | GET "/api/ent/query_list_feature/courtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 21:37:09 | 200 | 1.1913ms | 127.0.0.1 | GET "/api/ent/query_list_feature/courtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 21:37:23 | 200 | 504.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:37:23 | 200 | 745.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:37:24 | 200 | 361.8566ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:37:24 | 200 | 361.8566ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:37:25 | 200 | 563.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:37:25 | 200 | 563.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:37:25 | 200 | 1.2385ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:37:25 | 200 | 1.2385ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:37:37 | 200 | 506.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:37:37 | 200 | 917.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:37:37 | 200 | 1.1555ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:37:37 | 200 | 1.1555ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:37:46 | 200 | 1.056ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:37:46 | 200 | 1.3337ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:37:46 | 200 | 508.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:37:46 | 200 | 879.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:37:48 | 200 | 226.4992ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:37:48 | 200 | 226.4992ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:37:49 | 200 | 1.3492ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:37:49 | 200 | 1.3492ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:37:50 | 200 | 1.1508ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:37:50 | 200 | 1.1508ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:38:23 | 200 | 1.0891ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:38:23 | 200 | 1.0891ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:38:27 | 200 | 703µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:38:27 | 200 | 703µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:38:27 | 200 | 1.1981ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:38:27 | 200 | 1.1981ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:38:41 | 200 | 3.7196ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:38:41 | 200 | 3.7196ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:38:41 | 200 | 504.2µs | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:38:41 | 200 | 504.2µs | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:38:44 | 200 | 7.0042ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:38:44 | 200 | 8.0049ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:38:56 【阿里支付回调】接收到支付宝回调商户订单号ali_order9877742054690752766
2024/07/29 21:38:56 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order9877742054690752766
2024/07/29 21:38:56 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:38:56 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:38:56 | 200 | 5.514ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:38:56 | 200 | 5.7995ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:38:58 | 200 | 507.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:38:58 | 200 | 507.7µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/07/29 21:38:58 entFeature save record failed: Error 1364 (HY000): Field 'openid' doesn't have a default value
[GIN] 2024/07/29 - 21:38:58 | 200 | 380.517ms | 127.0.0.1 | GET "/api/ent/query_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:38:58 | 200 | 380.517ms | 127.0.0.1 | GET "/api/ent/query_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:39:07 | 200 | 507.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:39:07 | 200 | 838µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:39:10 | 200 | 224.3557ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:39:10 | 200 | 224.3557ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
2024/07/29 21:39:12 record not found
[GIN] 2024/07/29 - 21:39:12 | 200 | 571.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=ownTax"
[GIN] 2024/07/29 - 21:39:12 | 200 | 571.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=ownTax"
2024/07/29 21:39:14 record not found
[GIN] 2024/07/29 - 21:39:14 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name=equityInfo"
[GIN] 2024/07/29 - 21:39:14 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name=equityInfo"
[GIN] 2024/07/29 - 21:39:14 | 200 | 606.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=landMortgage"
[GIN] 2024/07/29 - 21:39:14 | 200 | 606.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=landMortgage"
[GIN] 2024/07/29 - 21:39:16 | 200 | 702.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=zhixingInfo"
[GIN] 2024/07/29 - 21:39:16 | 200 | 702.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=zhixingInfo"
[GIN] 2024/07/29 - 21:39:17 | 200 | 937.6µs | 127.0.0.1 | GET "/api/ent/query_list_feature/zhixingInfo?keyword=23402373"
[GIN] 2024/07/29 - 21:39:17 | 200 | 937.6µs | 127.0.0.1 | GET "/api/ent/query_list_feature/zhixingInfo?keyword=23402373"
[GIN] 2024/07/29 - 21:39:17 | 200 | 506.4µs | 127.0.0.1 | GET "/api/product/product_info?product_name=zhixingInfo"
[GIN] 2024/07/29 - 21:39:17 | 200 | 506.4µs | 127.0.0.1 | GET "/api/product/product_info?product_name=zhixingInfo"
[GIN] 2024/07/29 - 21:39:18 | 200 | 6.3177ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:39:18 | 200 | 6.7423ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:39:30 【阿里支付回调】接收到支付宝回调商户订单号ali_order7779279041384697967
2024/07/29 21:39:30 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order7779279041384697967
2024/07/29 21:39:30 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:39:30 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:39:30 | 200 | 5.6329ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:39:30 | 200 | 7.1274ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:39:32 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:39:32 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/07/29 21:39:32 entFeature save record failed: Error 1364 (HY000): Field 'openid' doesn't have a default value
[GIN] 2024/07/29 - 21:39:32 | 200 | 247.1505ms | 127.0.0.1 | GET "/api/ent/query_feature/zhixingInfo?keyword=23402373"
[GIN] 2024/07/29 - 21:39:32 | 200 | 247.1505ms | 127.0.0.1 | GET "/api/ent/query_feature/zhixingInfo?keyword=23402373"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 21:40:11 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] 2024/07/29 - 21:40:14 | 200 | 1.0282ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:40:14 | 200 | 1.556ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:40:17 | 200 | 417.4898ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:40:17 | 200 | 417.4898ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:40:18 | 200 | 685.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:40:18 | 200 | 685.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:40:19 | 200 | 274.5314ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:40:19 | 200 | 274.5314ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:40:21 | 200 | 620.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:40:21 | 200 | 620.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:40:21 | 200 | 1.2324ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:40:21 | 200 | 1.2324ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:40:22 | 200 | 869µs | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:40:22 | 200 | 869µs | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:40:22 | 200 | 8.6344ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:40:22 | 200 | 8.6344ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:40:33 【阿里支付回调】接收到支付宝回调商户订单号ali_order1225190662637024379
2024/07/29 21:40:33 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order1225190662637024379
2024/07/29 21:40:33 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:40:33 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:40:33 | 200 | 3.1708ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:40:33 | 200 | 3.1708ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:40:35 | 200 | 507µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:40:35 | 200 | 507µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:40:35 | 200 | 266.5174ms | 127.0.0.1 | GET "/api/ent/query_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:40:35 | 200 | 267.4608ms | 127.0.0.1 | GET "/api/ent/query_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:41:15 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:41:15 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:41:19 | 200 | 504µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:41:19 | 200 | 504µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:41:22 | 200 | 358.8952ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:41:22 | 200 | 358.8952ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:41:22 | 200 | 506.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:41:22 | 200 | 506.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:41:23 | 200 | 1.2366ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:41:23 | 200 | 1.2366ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:41:23 | 200 | 666.6µs | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:41:23 | 200 | 666.6µs | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:43:13 | 200 | 1.5688ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:43:13 | 200 | 1.5688ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:43:13 | 200 | 1.2743ms | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:43:13 | 200 | 1.2743ms | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:43:15 | 200 | 3.7964ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:43:15 | 200 | 4.5398ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:43:26 【阿里支付回调】接收到支付宝回调商户订单号ali_order4485920997505523277
2024/07/29 21:43:26 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order4485920997505523277
2024/07/29 21:43:26 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:43:26 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:43:26 | 200 | 2.0982ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:43:26 | 200 | 2.0982ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:43:27 | 200 | 505.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:43:27 | 200 | 505.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:43:28 | 200 | 336.7211ms | 127.0.0.1 | GET "/api/ent/query_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:43:28 | 200 | 336.7211ms | 127.0.0.1 | GET "/api/ent/query_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:45:01 | 200 | 506.5µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:45:01 | 200 | 506.5µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:45:03 | 200 | 283.7892ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:45:03 | 200 | 283.7892ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:45:03 | 200 | 654.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:45:03 | 200 | 654.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:45:04 | 200 | 1.1679ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:45:04 | 200 | 1.1679ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:45:04 | 200 | 1.0197ms | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:45:04 | 200 | 1.0197ms | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:45:05 | 200 | 5.4862ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:45:05 | 200 | 6.4814ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:45:16 【阿里支付回调】接收到支付宝回调商户订单号ali_order4301356020332851074
2024/07/29 21:45:16 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order4301356020332851074
2024/07/29 21:45:16 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:45:16 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:45:16 | 200 | 1.4379ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:45:16 | 200 | 1.4379ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:45:17 | 200 | 528.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:45:17 | 200 | 528.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:45:18 | 200 | 252.2151ms | 127.0.0.1 | GET "/api/ent/query_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:45:18 | 200 | 252.7973ms | 127.0.0.1 | GET "/api/ent/query_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:45:29 | 200 | 1.5157ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:45:29 | 200 | 1.5157ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:45:32 | 200 | 216.5247ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:45:32 | 200 | 217.0335ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:45:32 | 200 | 595.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:45:32 | 200 | 595.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
[GIN] 2024/07/29 - 21:45:33 | 200 | 1.6193ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:45:33 | 200 | 1.6193ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:45:33 | 200 | 683.4µs | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:45:33 | 200 | 683.4µs | 127.0.0.1 | GET "/api/product/product_info?product_name=staff"
[GIN] 2024/07/29 - 21:45:34 | 200 | 7.4003ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:45:34 | 200 | 7.5946ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:45:45 【阿里支付回调】接收到支付宝回调商户订单号ali_order8186460629064960990
2024/07/29 21:45:45 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order8186460629064960990
2024/07/29 21:45:45 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:45:45 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:45:45 | 200 | 3.2246ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:45:45 | 200 | 3.2246ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:45:48 | 200 | 506µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:45:48 | 200 | 506µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:45:49 | 200 | 264.6607ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:45:49 | 200 | 264.6607ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
[GIN] 2024/07/29 - 21:45:51 | 200 | 506.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:45:51 | 200 | 506.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:45:53 | 200 | 230.637ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:45:53 | 200 | 230.637ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 21:45:54 | 200 | 536.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=ktAnnouncement"
[GIN] 2024/07/29 - 21:45:54 | 200 | 536.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=ktAnnouncement"
[GIN] 2024/07/29 - 21:45:55 | 200 | 1.5092ms | 127.0.0.1 | GET "/api/ent/query_list_feature/ktAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 21:45:55 | 200 | 1.5092ms | 127.0.0.1 | GET "/api/ent/query_list_feature/ktAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 21:45:55 | 200 | 507.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=ktAnnouncement"
[GIN] 2024/07/29 - 21:45:55 | 200 | 507.9µs | 127.0.0.1 | GET "/api/product/product_info?product_name=ktAnnouncement"
[GIN] 2024/07/29 - 21:45:56 | 200 | 4.7913ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:45:56 | 200 | 4.7913ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:46:07 【阿里支付回调】接收到支付宝回调商户订单号ali_order2258633162570599088
2024/07/29 21:46:07 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order2258633162570599088
2024/07/29 21:46:07 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:46:07 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:46:07 | 200 | 3.1282ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:46:07 | 200 | 3.1282ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:46:08 | 200 | 508.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:46:08 | 200 | 508.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:46:08 | 200 | 326.796ms | 127.0.0.1 | GET "/api/ent/query_list_feature/ktAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 21:46:08 | 200 | 326.796ms | 127.0.0.1 | GET "/api/ent/query_list_feature/ktAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 21:46:10 | 200 | 1.4809ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:46:10 | 200 | 1.4809ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:46:12 | 200 | 948.5µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 21:46:12 | 200 | 948.5µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 21:46:12 | 200 | 8.1576ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 21:46:12 | 200 | 8.1576ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 21:47:00 | 200 | 1.9213ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
[GIN] 2024/07/29 - 21:47:00 | 200 | 1.9213ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
[GIN] 2024/07/29 - 21:47:21 | 200 | 1.5529ms | 127.0.0.1 | POST "/api/car/insurance"
[GIN] 2024/07/29 - 21:47:21 | 200 | 1.5529ms | 127.0.0.1 | POST "/api/car/insurance"
2024/07/29 21:47:21 failed to prepay: error http response:[StatusCode: 403 Code: "NO_AUTH"
Message: 商户号该产品权限未开通,请前往商户平台>产品中心检查后重试。
Header:
- Content-Length=[119]
- Connection=[keep-alive]
- Request-Id=[08EABA9EB50610A60218FEC1C05520B9AF1C288B7-268441793]
- Content-Language=[zh-CN]
- Wechatpay-Serial=[60933E9599218AF73A771BE1E16AD828F83AC4A6]
- Server=[nginx]
- Content-Type=[application/json; charset=utf-8]
- Keep-Alive=[timeout=8]
- Wechatpay-Signature-Type=[WECHATPAY2-SHA256-RSA2048]
- X-Content-Type-Options=[nosniff]
- Wechatpay-Nonce=[bea73b1e460ede947421197dd1cc5656]
- Wechatpay-Signature=[DOCayKVMyR2SGMmlRXMRLYJuVxVNRMiVWP5+7tkN8OVpHu2sJxEdJNpuQ//k0A0k2I5rRcPFkZrULWqLZRwlAV09bWwpT3nm8CPTJst5pnH83fHKPW+Ohtx/r4INqGkiJCobHW+Xoinyt1ufIuHIs2GAQgQaGeOWkgfMnokWiHClcyEVXuQ00W0L0+wSNLP0A2L45ZaL/2vcVn5VmNsHQ0tfZGHmp7I0vVO6PmiyTSXvWuqVSkxJQoJMiU7fV7zz8/AlRsckvz6QBHIEMyripSAPo6tTx1DMCmweKZ6LT8N3aRlVTxZ0aceH2YUyXXginRL834xOF9NCk4XSbx/QDQ==]
- Wechatpay-Timestamp=[1722260842]
- Date=[Mon, 29 Jul 2024 13:47:22 GMT]
- Cache-Control=[no-cache, must-revalidate]]
[GIN] 2024/07/29 - 21:47:21 | 200 | 282.4163ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 21:47:21 | 200 | 282.4163ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 21:51:04 | 200 | 730.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
[GIN] 2024/07/29 - 21:51:04 | 200 | 730.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
[GIN] 2024/07/29 - 21:52:03 | 200 | 1.0443ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
[GIN] 2024/07/29 - 21:52:03 | 200 | 1.0443ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
[GIN] 2024/07/29 - 21:55:05 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:55:05 | 200 | 1.5102ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:55:16 | 200 | 943.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
[GIN] 2024/07/29 - 21:55:16 | 200 | 943.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
[GIN] 2024/07/29 - 21:55:21 | 200 | 1.5099ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:55:21 | 200 | 2.0964ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:55:21 | 200 | 1.3448ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
[GIN] 2024/07/29 - 21:55:21 | 200 | 1.3448ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
[GIN] 2024/07/29 - 21:55:27 | 200 | 1.5889ms | 127.0.0.1 | POST "/api/car/insurance"
[GIN] 2024/07/29 - 21:55:27 | 200 | 1.5889ms | 127.0.0.1 | POST "/api/car/insurance"
[GIN] 2024/07/29 - 21:55:27 | 200 | 999.7µs | 127.0.0.1 | GET "/api/product/product_info?product_name=chexian"
[GIN] 2024/07/29 - 21:55:27 | 200 | 999.7µs | 127.0.0.1 | GET "/api/product/product_info?product_name=chexian"
[GIN] 2024/07/29 - 21:55:31 | 200 | 7.7919ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:55:31 | 200 | 7.8599ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 21:55:44 【阿里支付回调】接收到支付宝回调商户订单号ali_order1085022289837398526
2024/07/29 21:55:44 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order1085022289837398526
2024/07/29 21:55:44 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:55:44 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:55:44 | 200 | 4.1328ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:55:44 | 200 | 4.7177ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:55:45 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:55:45 | 200 | 504.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:55:45 | 200 | 802.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
[GIN] 2024/07/29 - 21:55:45 | 200 | 802.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=chexian"
2024/07/29 21:56:32 YuShan request at CAR074 error Post "https://api.yushanshuju.com/credit-gw/service": dial tcp 121.4.9.205:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[GIN] 2024/07/29 - 21:56:33 | 200 | 21.3845795s | 127.0.0.1 | POST "/api/car/insurance"
[GIN] 2024/07/29 - 21:56:33 | 200 | 21.3845795s | 127.0.0.1 | POST "/api/car/insurance"
[GIN] 2024/07/29 - 21:57:04 | 200 | 508.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:57:04 | 200 | 508.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:57:04 | 200 | 280µs | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 21:57:04 | 200 | 280µs | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 21:57:06 | 200 | 510.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:57:06 | 200 | 510.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:57:06 | 200 | 507.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 21:57:06 | 200 | 507.9µs | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 21:57:08 | 200 | 507.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:57:08 | 200 | 944.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:57:08 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 21:57:08 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
2024/07/29 21:57:18 YuShan request at CAR074 error Post "https://api.yushanshuju.com/credit-gw/service": dial tcp 121.4.9.205:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
[GIN] 2024/07/29 - 21:57:18 | 200 | 21.2173078s | 127.0.0.1 | POST "/api/car/insurance"
[GIN] 2024/07/29 - 21:57:18 | 200 | 21.2173078s | 127.0.0.1 | POST "/api/car/insurance"
[GIN] 2024/07/29 - 21:57:35 | 200 | 508.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:57:35 | 200 | 825.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:57:36 | 200 | 1.5682ms | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 21:57:36 | 200 | 1.5682ms | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 21:57:36 | 200 | 546.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 21:57:36 | 200 | 546.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 21:57:37 | 200 | 508.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=rencheheyan"
[GIN] 2024/07/29 - 21:57:37 | 200 | 508.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=rencheheyan"
[GIN] 2024/07/29 - 21:57:40 | 200 | 1.1644ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=mingxiacheliang"
[GIN] 2024/07/29 - 21:57:40 | 200 | 1.1644ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=mingxiacheliang"
[GIN] 2024/07/29 - 21:57:47 | 200 | 611.9µs | 127.0.0.1 | POST "/api/car/under_name"
[GIN] 2024/07/29 - 21:57:47 | 200 | 1.1162ms | 127.0.0.1 | POST "/api/car/under_name"
[GIN] 2024/07/29 - 21:57:47 | 200 | 835.5µs | 127.0.0.1 | GET "/api/product/product_info?product_name=mingxiacheliang"
[GIN] 2024/07/29 - 21:57:47 | 200 | 835.5µs | 127.0.0.1 | GET "/api/product/product_info?product_name=mingxiacheliang"
[GIN] 2024/07/29 - 21:57:48 | 200 | 7.8537ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 21:57:48 | 200 | 8.2617ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[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 (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/29 21:58:34 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/07/29 21:59:11 【阿里支付回调】接收到支付宝回调商户订单号ali_order6122898493334904806
2024/07/29 21:59:11 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order6122898493334904806
2024/07/29 21:59:11 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 21:59:11 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 21:59:11 | 200 | 2.2108ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:59:11 | 200 | 2.2108ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 21:59:13 | 200 | 1.0766ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:59:13 | 200 | 1.0766ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 21:59:13 | 200 | 1.201ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=mingxiacheliang"
[GIN] 2024/07/29 - 21:59:13 | 200 | 1.201ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=mingxiacheliang"
[GIN] 2024/07/29 - 21:59:44 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 21:59:44 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 21:59:46 | 200 | 1.0947ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:59:46 | 200 | 1.0947ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 21:59:48 | 200 | 507.2µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 21:59:48 | 200 | 507.2µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 21:59:48 | 200 | 7.8015ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 21:59:48 | 200 | 7.8015ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 21:59:48 | 200 | 1.8335ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=mingxiacheliang"
[GIN] 2024/07/29 - 21:59:48 | 200 | 1.8335ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=mingxiacheliang"
2024/07/29 21:59:53 Car resp error该产品测试条数已用完请联系相关羽山人员
[GIN] 2024/07/29 - 21:59:54 | 200 | 342.8056ms | 127.0.0.1 | POST "/api/car/under_name"
[GIN] 2024/07/29 - 21:59:54 | 200 | 342.8056ms | 127.0.0.1 | POST "/api/car/under_name"
2024/07/29 22:00:03 Car resp error该产品测试条数已用完请联系相关羽山人员
[GIN] 2024/07/29 - 22:00:03 | 200 | 297.0034ms | 127.0.0.1 | POST "/api/car/under_name"
[GIN] 2024/07/29 - 22:00:03 | 200 | 297.0034ms | 127.0.0.1 | POST "/api/car/under_name"
[GIN] 2024/07/29 - 22:00:16 | 200 | 504.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangshangxian"
[GIN] 2024/07/29 - 22:00:16 | 200 | 504.8µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangshangxian"
[GIN] 2024/07/29 - 22:00:24 | 200 | 1.2613ms | 127.0.0.1 | POST "/api/car/insurance_info"
[GIN] 2024/07/29 - 22:00:24 | 200 | 1.2613ms | 127.0.0.1 | POST "/api/car/insurance_info"
[GIN] 2024/07/29 - 22:00:24 | 200 | 1.163ms | 127.0.0.1 | GET "/api/product/product_info?product_name=cheliangshangxian"
[GIN] 2024/07/29 - 22:00:24 | 200 | 1.163ms | 127.0.0.1 | GET "/api/product/product_info?product_name=cheliangshangxian"
[GIN] 2024/07/29 - 22:00:25 | 200 | 9.6815ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 22:00:25 | 200 | 10.0196ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 22:00:35 【阿里支付回调】接收到支付宝回调商户订单号ali_order0402779789568371468
2024/07/29 22:00:35 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order0402779789568371468
2024/07/29 22:00:35 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 22:00:35 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 22:00:35 | 200 | 1.7829ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 22:00:35 | 200 | 1.7829ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 22:00:37 | 200 | 529.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:00:37 | 200 | 529.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:00:48 | 200 | 563.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangshangxian"
[GIN] 2024/07/29 - 22:00:48 | 200 | 563.5µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangshangxian"
[GIN] 2024/07/29 - 22:01:50 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 22:01:50 | 200 | 610µs | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 22:01:54 | 200 | 505.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:01:54 | 200 | 1.069ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:01:55 | 200 | 603µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:01:55 | 200 | 603µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:01:55 | 200 | 1.1115ms | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:01:55 | 200 | 1.1115ms | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:01:57 | 200 | 736.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangshangxian"
[GIN] 2024/07/29 - 22:01:57 | 200 | 736.7µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangshangxian"
2024/07/29 22:02:57 Car resp error该产品测试条数已用完请联系相关羽山人员
[GIN] 2024/07/29 - 22:02:58 | 200 | 571.7011ms | 127.0.0.1 | POST "/api/car/insurance_info"
[GIN] 2024/07/29 - 22:02:58 | 200 | 571.7011ms | 127.0.0.1 | POST "/api/car/insurance_info"
[GIN] 2024/07/29 - 22:02:58 | 200 | 504.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:02:58 | 200 | 643.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:02:58 | 200 | 742.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangshangxian"
[GIN] 2024/07/29 - 22:02:58 | 200 | 742.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangshangxian"
2024/07/29 22:03:14 Car resp error该产品测试条数已用完请联系相关羽山人员
[GIN] 2024/07/29 - 22:03:14 | 200 | 351.2352ms | 127.0.0.1 | POST "/api/car/insurance_info"
[GIN] 2024/07/29 - 22:03:14 | 200 | 351.2352ms | 127.0.0.1 | POST "/api/car/insurance_info"
[GIN] 2024/07/29 - 22:03:47 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:03:47 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:03:49 | 200 | 511.5µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:03:49 | 200 | 511.5µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:03:49 | 200 | 1.0362ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:03:49 | 200 | 1.0362ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:03:50 | 200 | 1.2409ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:03:50 | 200 | 1.2409ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:03:54 | 200 | 1.1358ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:03:54 | 200 | 1.2407ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:03:54 | 200 | 755µs | 127.0.0.1 | GET "/api/product/product_info?product_name=vinchache"
[GIN] 2024/07/29 - 22:03:54 | 200 | 755µs | 127.0.0.1 | GET "/api/product/product_info?product_name=vinchache"
[GIN] 2024/07/29 - 22:03:55 | 200 | 7.0368ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 22:03:55 | 200 | 7.0368ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 22:04:06 【阿里支付回调】接收到支付宝回调商户订单号ali_order7334502267219835631
2024/07/29 22:04:06 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order7334502267219835631
2024/07/29 22:04:06 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 22:04:06 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 22:04:06 | 200 | 5.4079ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 22:04:06 | 200 | 5.813ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 22:04:08 | 200 | 507µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:04:08 | 200 | 507µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:04:11 | 200 | 712µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:04:11 | 200 | 712µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:04:58 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 22:04:58 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 22:05:04 | 200 | 534.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:05:04 | 200 | 534.4µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:05:05 | 200 | 527.1µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:05:05 | 200 | 527.1µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:05:05 | 200 | 1.0643ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:05:05 | 200 | 1.0643ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:05:06 | 200 | 1.064ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:05:06 | 200 | 1.064ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:05:15 | 200 | 733.3836ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:05:15 | 200 | 733.3836ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:05:15 | 200 | 727µs | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&id=6"
[GIN] 2024/07/29 - 22:05:15 | 200 | 727µs | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&id=6"
[GIN] 2024/07/29 - 22:05:18 | 200 | 1.1329ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:05:18 | 200 | 1.1329ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:05:18 | 200 | 506.2µs | 127.0.0.1 | GET "/api/product/product_info?product_name=vinchache"
[GIN] 2024/07/29 - 22:05:18 | 200 | 1.0229ms | 127.0.0.1 | GET "/api/product/product_info?product_name=vinchache"
[GIN] 2024/07/29 - 22:05:19 | 200 | 6.7759ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 22:05:19 | 200 | 6.7759ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 22:05:31 【阿里支付回调】接收到支付宝回调商户订单号ali_order7103073168731911526
2024/07/29 22:05:31 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order7103073168731911526
2024/07/29 22:05:31 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 22:05:31 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 22:05:31 | 200 | 2.2836ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 22:05:31 | 200 | 3.29ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 22:05:31 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:05:31 | 200 | 1.5063ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:05:32 | 200 | 564.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:05:32 | 200 | 564.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 523.7µs | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 506.3µs | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:06:08 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 22:08:58 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 22:08:58 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/29 - 22:09:01 | 200 | 1.5186ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:09:01 | 200 | 1.9874ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:09:02 | 200 | 507.5µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:09:02 | 200 | 507.5µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:09:02 | 200 | 1.1254ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:09:02 | 200 | 1.6336ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:09:02 | 200 | 506.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:09:02 | 200 | 506.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:09:10 | 200 | 529.8891ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:09:10 | 200 | 530.3363ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:09:10 | 200 | 1.1332ms | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&id=7"
[GIN] 2024/07/29 - 22:09:10 | 200 | 1.1332ms | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&id=7"
[GIN] 2024/07/29 - 22:09:12 | 200 | 1.0243ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:09:12 | 200 | 1.0243ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:09:12 | 200 | 570.1µs | 127.0.0.1 | GET "/api/product/product_info?product_name=vinchache"
[GIN] 2024/07/29 - 22:09:12 | 200 | 570.1µs | 127.0.0.1 | GET "/api/product/product_info?product_name=vinchache"
[GIN] 2024/07/29 - 22:09:13 | 200 | 4.621ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 22:09:13 | 200 | 4.621ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 22:09:26 【阿里支付回调】接收到支付宝回调商户订单号ali_order1802982508926274590
2024/07/29 22:09:26 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order1802982508926274590
2024/07/29 22:09:26 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 22:09:26 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 22:09:26 | 200 | 3.3102ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 22:09:26 | 200 | 3.3102ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 22:09:27 | 200 | 1.06ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:09:27 | 200 | 1.06ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:09:27 | 200 | 526.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:09:27 | 200 | 526.3µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=vinchache"
[GIN] 2024/07/29 - 22:09:27 | 200 | 486.6037ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:09:27 | 200 | 486.6037ms | 127.0.0.1 | POST "/api/car/vin_check_info"
[GIN] 2024/07/29 - 22:09:27 | 200 | 1.2083ms | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&id=8"
[GIN] 2024/07/29 - 22:09:27 | 200 | 1.2083ms | 127.0.0.1 | GET "/api/car/get_query?feature=vinchache&id=8"
[GIN] 2024/07/29 - 22:09:30 | 200 | 507.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:09:30 | 200 | 1.0602ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:09:33 | 200 | 326.6412ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 22:09:33 | 200 | 326.6412ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 22:09:34 | 200 | 503µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=courtAnnouncement"
[GIN] 2024/07/29 - 22:09:34 | 200 | 503µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=courtAnnouncement"
[GIN] 2024/07/29 - 22:09:34 | 200 | 1.7014ms | 127.0.0.1 | GET "/api/ent/query_list_feature/courtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 22:09:34 | 200 | 1.7014ms | 127.0.0.1 | GET "/api/ent/query_list_feature/courtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 22:09:34 | 200 | 1.0282ms | 127.0.0.1 | GET "/api/product/product_info?product_name=courtAnnouncement"
[GIN] 2024/07/29 - 22:09:34 | 200 | 1.0282ms | 127.0.0.1 | GET "/api/product/product_info?product_name=courtAnnouncement"
[GIN] 2024/07/29 - 22:09:35 | 200 | 4.7961ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
[GIN] 2024/07/29 - 22:09:35 | 200 | 4.7961ms | 127.0.0.1 | POST "/api/pay/ali_prepay"
2024/07/29 22:09:47 【阿里支付回调】接收到支付宝回调商户订单号ali_order6114150712247683886
2024/07/29 22:09:47 【阿里支付回调】接收到支付宝回调支付宝订单号ali_order6114150712247683886
2024/07/29 22:09:47 【阿里支付回调】交易状态TRADE_SUCCESS
2024/07/29 22:09:47 【阿里支付回调】交易成功
[GIN] 2024/07/29 - 22:09:47 | 200 | 2.7334ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 22:09:47 | 200 | 2.7334ms | 127.0.0.1 | POST "/api/pay/ali_callback"
[GIN] 2024/07/29 - 22:09:49 | 200 | 508.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:09:49 | 200 | 848.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:09:49 | 200 | 348.7219ms | 127.0.0.1 | GET "/api/ent/query_list_feature/courtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 22:09:49 | 200 | 348.7219ms | 127.0.0.1 | GET "/api/ent/query_list_feature/courtAnnouncement?keyword=23402373"
[GIN] 2024/07/29 - 22:09:51 | 200 | 506µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:09:51 | 200 | 506µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:14:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:14:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:14:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_shadow"
[GIN] 2024/07/29 - 22:14:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_shadow"
[GIN] 2024/07/29 - 22:14:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:14:25 | 404 | 408.3µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:14:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:14:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:14:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:14:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:14:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:14:26 | 404 | 473.1µs | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:14:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 22:14:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 22:14:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:14:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:14:27 | 200 | 1.0504ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:14:27 | 200 | 1.0504ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:14:28 | 200 | 1.1679ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:14:28 | 200 | 1.2411ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:14:36 | 200 | 1.279ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 22:14:36 | 200 | 1.279ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 22:14:40 | 200 | 288.2158ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 22:14:40 | 200 | 288.2158ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 22:14:40 | 200 | 1.4896ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 22:14:40 | 200 | 1.4896ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 22:14:41 | 200 | 1.4854ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 22:14:41 | 200 | 1.4854ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 22:14:41 | 200 | 522.5µs | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 22:14:41 | 200 | 522.5µs | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 22:17:18 | 200 | 1.3465ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 22:17:18 | 200 | 1.3465ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 22:17:19 | 200 | 631.5µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 22:17:19 | 200 | 1.5647ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 22:17:19 | 200 | 744.5µs | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 22:17:19 | 200 | 744.5µs | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_shadow"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_shadow"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 22:17:26 | 404 | 457.9µs | 127.0.0.1 | OPTIONS "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:17:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:17:28 | 200 | 998.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:17:28 | 200 | 998.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:17:28 | 200 | 1.0292ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:17:28 | 200 | 1.4755ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:17:31 | 200 | 290.4626ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 22:17:31 | 200 | 290.4626ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/29 - 22:17:32 | 200 | 1.4114ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 22:17:32 | 200 | 1.4114ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/29 - 22:17:33 | 200 | 909.1µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 22:17:33 | 200 | 909.1µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 22:17:33 | 200 | 363.5463ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 22:17:33 | 200 | 363.5463ms | 127.0.0.1 | POST "/api/pay/prepay"
2024/07/29 22:17:47 微信支付回调响应: &{ID:a4919772-6f04-5029-8be5-633167d99b6b CreateTime:2024-07-29 22:17:47 +0800 CST EventType:TRANSACTION.SUCCESS ResourceType:encrypt-resource Resource:0xc000434360 Summary:支付成功 RawRequest:<nil>}
[GIN] 2024/07/29 - 22:17:47 | 200 | 247.151ms | 127.0.0.1 | POST "/api/pay/callback"
[GIN] 2024/07/29 - 22:17:47 | 200 | 247.7458ms | 127.0.0.1 | POST "/api/pay/callback"
[GIN] 2024/07/29 - 22:17:50 | 200 | 489.0826ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 22:17:50 | 200 | 489.0826ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/29 - 22:24:38 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:24:38 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:24:38 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:24:38 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:24:38 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:24:38 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:24:41 | 200 | 507µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:24:41 | 200 | 1.0207ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:24:41 | 200 | 1.3765ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:24:41 | 200 | 1.8646ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:25:12 | 200 | 1ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 22:25:12 | 200 | 1ms | 127.0.0.1 | POST "/api/lawsuitQuery/query"
[GIN] 2024/07/29 - 22:25:15 | 200 | 1.9358ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 22:25:15 | 200 | 1.9358ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 22:25:48 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 22:25:48 | 404 | 872.4µs | 127.0.0.1 | OPTIONS "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/29 - 22:25:50 | 200 | 524.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:25:50 | 200 | 524.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:25:51 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:25:51 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:25:52 | 200 | 606.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 22:25:52 | 200 | 606.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
[GIN] 2024/07/29 - 22:26:03 | 200 | 40.3888ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 22:26:03 | 200 | 40.3888ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
[GIN] 2024/07/29 - 22:26:04 | 200 | 342.5158ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 22:26:04 | 200 | 343.3039ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 22:26:08 | 200 | 557.6µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:26:08 | 200 | 557.6µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:26:08 | 200 | 1.919ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:26:08 | 200 | 1.919ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:26:31 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:26:31 | 200 | 516.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:26:31 | 200 | 1.4182ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:26:31 | 200 | 1.4182ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:26:33 | 200 | 1.3976ms | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:26:33 | 200 | 1.3976ms | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:26:33 | 200 | 942.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:26:33 | 200 | 942.4µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:26:34 | 200 | 1.0359ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangshangxian"
[GIN] 2024/07/29 - 22:26:34 | 200 | 1.1046ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=cheliangshangxian"
[GIN] 2024/07/29 - 22:26:52 | 200 | 952.8µs | 127.0.0.1 | POST "/api/car/insurance_info"
[GIN] 2024/07/29 - 22:26:52 | 200 | 952.8µs | 127.0.0.1 | POST "/api/car/insurance_info"
[GIN] 2024/07/29 - 22:26:52 | 200 | 415.6944ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 22:26:52 | 200 | 415.6944ms | 127.0.0.1 | POST "/api/pay/prepay"
[GIN] 2024/07/29 - 22:27:10 | 200 | 253.7µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:27:10 | 200 | 761µs | 127.0.0.1 | GET "/api/render/get_car_index"
[GIN] 2024/07/29 - 22:27:10 | 200 | 1.1994ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:27:10 | 200 | 1.1994ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
[GIN] 2024/07/29 - 22:29:37 | 200 | 751.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:29:37 | 200 | 751.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:29:37 | 200 | 636.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:29:37 | 200 | 636.2µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:30:29 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:30:29 | 404 | 350.9µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:30:29 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:30:29 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:30:29 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:30:29 | 404 | 506µs | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:30:31 | 200 | 1.7541ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:30:31 | 200 | 1.7541ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:30:32 | 200 | 1.2333ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:30:32 | 200 | 1.2333ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:30:43 | 200 | 507.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:30:43 | 200 | 744.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:30:44 | 200 | 888.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:30:44 | 200 | 888.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:31:29 | 200 | 1.0013ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:31:29 | 200 | 1.0013ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:31:29 | 200 | 1.3862ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:31:29 | 200 | 1.3862ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:31:31 | 200 | 610.3µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:31:31 | 200 | 1.1159ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:31:31 | 200 | 893.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:31:31 | 200 | 893.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:33:57 | 200 | 408.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:33:57 | 200 | 408.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:33:57 | 200 | 1.7804ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:33:57 | 200 | 1.7804ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:39:43 | 200 | 508.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:39:43 | 200 | 508.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:39:43 | 200 | 733.5µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:39:43 | 200 | 733.5µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:39:49 | 200 | 642µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:39:49 | 200 | 642µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:39:49 | 200 | 1.0386ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:39:49 | 200 | 1.0386ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:39:53 | 200 | 895.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:39:53 | 200 | 895.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:39:53 | 200 | 1.0071ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:39:53 | 200 | 1.0071ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:16 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:16 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:16 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:16 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:16 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:42:16 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:42:18 | 200 | 964µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:42:18 | 200 | 964µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:42:18 | 200 | 1.007ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:18 | 200 | 1.5363ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:50 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:50 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:50 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:50 | 404 | 287.3µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:50 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:42:50 | 404 | 570.3µs | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:42:52 | 200 | 342.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:42:52 | 200 | 848.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:42:52 | 200 | 921.6µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:42:52 | 200 | 1.4272ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:43:19 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:43:19 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:43:19 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:43:19 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/29 - 22:43:19 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:43:19 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/29 - 22:43:22 | 200 | 1.2888ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:43:22 | 200 | 1.2888ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:43:22 | 200 | 1.2582ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:43:22 | 200 | 1.2582ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:43:32 | 200 | 839.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:43:32 | 200 | 839.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:43:32 | 200 | 520.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:43:32 | 200 | 520.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:00 | 200 | 682µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:00 | 200 | 682µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:00 | 200 | 1.0906ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:00 | 200 | 1.0906ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:26 | 200 | 620.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:26 | 200 | 620.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:26 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:26 | 200 | 741.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:31 | 200 | 940.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:31 | 200 | 940.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:31 | 200 | 1.0012ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:31 | 200 | 1.5109ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:40 | 200 | 60.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:40 | 200 | 60.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:40 | 200 | 1.5103ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:40 | 200 | 1.5103ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:46 | 200 | 506µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:46 | 200 | 506µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:46 | 200 | 522.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:46 | 200 | 522.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:53 | 200 | 852.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:53 | 200 | 852.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:44:53 | 200 | 579.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:44:53 | 200 | 579.3µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:45:13 | 200 | 365.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:45:13 | 200 | 365.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:45:13 | 200 | 1.247ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:45:13 | 200 | 1.247ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:45:21 | 200 | 1.4968ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:45:21 | 200 | 1.4968ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:45:21 | 200 | 610.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:45:21 | 200 | 610.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:45:28 | 200 | 837.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:45:28 | 200 | 837.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:45:28 | 200 | 1.2798ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:45:28 | 200 | 1.2798ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:50:15 | 200 | 1.4386ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:50:15 | 200 | 1.6439ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:50:15 | 200 | 2.0359ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:50:15 | 200 | 2.0359ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:50:42 | 200 | 62.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:50:42 | 200 | 62.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:50:42 | 200 | 842.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:50:42 | 200 | 842.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:52:39 | 200 | 1.6625ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud"
[GIN] 2024/07/29 - 22:52:39 | 200 | 1.6625ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud"
[GIN] 2024/07/29 - 22:53:26 | 200 | 694.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:53:26 | 200 | 694.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/29 - 22:53:26 | 200 | 1.0071ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 22:53:26 | 200 | 1.4629ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 1.0113ms | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
[GIN] 2024/07/29 - 23:08:45 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"