1888 lines
174 KiB
Plaintext
1888 lines
174 KiB
Plaintext
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
|
||
- using env: export GIN_MODE=release
|
||
- using code: gin.SetMode(gin.ReleaseMode)
|
||
|
||
[GIN-debug] Loaded HTML Templates (2):
|
||
-
|
||
- refund.html
|
||
|
||
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/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] 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] 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/27 - 16:39:58 | 200 | 505.6µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 16:52:26 创建平台校验错误:sql: converting argument $3 type: unsupported type model.AuthIdentifier, a struct
|
||
[GIN] 2024/07/27 - 16:52:26 | 200 | 12m27s | 127.0.0.1 | POST "/api/user/login"
|
||
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
|
||
- using env: export GIN_MODE=release
|
||
- using code: gin.SetMode(gin.ReleaseMode)
|
||
|
||
[GIN-debug] Loaded HTML Templates (2):
|
||
-
|
||
- refund.html
|
||
|
||
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/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] 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] 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/27 - 16:52:36 | 200 | 707.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 17:55:53 注册用户错误:sql: converting argument $3 type: unsupported type model.AuthIdentifier, a struct
|
||
[GIN] 2024/07/27 - 17:55:53 | 200 | 1h3m16s | 127.0.0.1 | POST "/api/user/login"
|
||
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
|
||
- using env: export GIN_MODE=release
|
||
- using code: gin.SetMode(gin.ReleaseMode)
|
||
|
||
[GIN-debug] Loaded HTML Templates (2):
|
||
-
|
||
- refund.html
|
||
|
||
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/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] 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] 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/27 - 17:56:01 | 200 | 517.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 17:57:21 注册用户错误:Error 1364 (HY000): Field 'auth_identifiers' doesn't have a default value
|
||
[GIN] 2024/07/27 - 17:57:21 | 200 | 1m19s | 127.0.0.1 | POST "/api/user/login"
|
||
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
|
||
- using env: export GIN_MODE=release
|
||
- using code: gin.SetMode(gin.ReleaseMode)
|
||
|
||
[GIN-debug] Loaded HTML Templates (2):
|
||
-
|
||
- refund.html
|
||
|
||
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/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] 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] 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/27 - 17:57:30 | 200 | 517µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 17:59:55 注册用户错误:Error 1364 (HY000): Field 'auth_identifiers' doesn't have a default value
|
||
[GIN] 2024/07/27 - 17:59:55 | 200 | 2m24s | 127.0.0.1 | POST "/api/user/login"
|
||
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
|
||
- using env: export GIN_MODE=release
|
||
- using code: gin.SetMode(gin.ReleaseMode)
|
||
|
||
[GIN-debug] Loaded HTML Templates (2):
|
||
-
|
||
- refund.html
|
||
|
||
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/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] 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] 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] Running in "debug" mode. Switch to "release" mode in production.
|
||
- using env: export GIN_MODE=release
|
||
- using code: gin.SetMode(gin.ReleaseMode)
|
||
|
||
[GIN-debug] Loaded HTML Templates (2):
|
||
-
|
||
- refund.html
|
||
|
||
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/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] 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] 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/27 - 18:01:48 | 200 | 1.0435ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 18:02:32 | 200 | 44.1326827s | 127.0.0.1 | POST "/api/user/login"
|
||
[GIN] 2024/07/27 - 18:02:58 | 200 | 835.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 18:03:33 | 200 | 34.7964098s | 127.0.0.1 | POST "/api/user/login"
|
||
2024/07/27 18:06:12 http: TLS handshake error from 127.0.0.1:61686: remote error: tls: unknown certificate
|
||
2024/07/27 18:06:12 http: TLS handshake error from 127.0.0.1:61687: remote error: tls: unknown certificate
|
||
[GIN] 2024/07/27 - 18:06:27 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 18:06:27 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
|
||
- using env: export GIN_MODE=release
|
||
- using code: gin.SetMode(gin.ReleaseMode)
|
||
|
||
[GIN-debug] Loaded HTML Templates (2):
|
||
-
|
||
- refund.html
|
||
|
||
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/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] 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] 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/27 - 18:22:15 | 200 | 508.6µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 18:22:25 | 200 | 1.4141ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 18:23:55 | 200 | 1.3072ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 18:58:57 http: TLS handshake error from 127.0.0.1:60028: remote error: tls: unknown certificate
|
||
2024/07/27 18:58:57 http: TLS handshake error from 127.0.0.1:60029: remote error: tls: unknown certificate
|
||
[GIN] 2024/07/27 - 18:58:57 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 18:58:57 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
2024/07/27 18:58:57 http: TLS handshake error from 127.0.0.1:60031: read tcp 127.0.0.1:14600->127.0.0.1:60031: wsarecv: An established connection was aborted by the software in your host machine.
|
||
[GIN] 2024/07/27 - 18:58:59 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 18:58:59 | 404 | 186.8µs | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:00:05 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:00:05 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:01:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:01:25 | 404 | 160.2µs | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:01:25 | 404 | 803.5µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:01:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:01:27 | 200 | 1.0231ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:01:38 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:01:38 | 404 | 656µs | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:02:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:02:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:02:25 | 404 | 108.9µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:02:25 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:02:26 | 404 | 195.7µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:02:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:02:26 | 404 | 167.5µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:02:26 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:02:27 | 200 | 508.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:02:33 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:02:33 | 404 | 628.1µs | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
2024/07/27 19:16:40 http: TLS handshake error from 127.0.0.1:63726: EOF
|
||
2024/07/27 19:18:09 http: TLS handshake error from 127.0.0.1:52812: EOF
|
||
2024/07/27 19:18:17 http: TLS handshake error from 127.0.0.1:59640: EOF
|
||
2024/07/27 19:18:35 http: TLS handshake error from 127.0.0.1:61955: EOF
|
||
2024/07/27 19:18:59 http: TLS handshake error from 127.0.0.1:62938: EOF
|
||
2024/07/27 19:18:59 http: TLS handshake error from 127.0.0.1:62940: EOF
|
||
2024/07/27 19:18:59 http: TLS handshake error from 127.0.0.1:62939: EOF
|
||
2024/07/27 19:18:59 http: TLS handshake error from 127.0.0.1:62941: EOF
|
||
2024/07/27 19:19:05 http: TLS handshake error from 127.0.0.1:51560: EOF
|
||
2024/07/27 19:19:05 http: TLS handshake error from 127.0.0.1:51561: EOF
|
||
2024/07/27 19:20:55 http: TLS handshake error from 127.0.0.1:62834: EOF
|
||
2024/07/27 19:20:57 http: TLS handshake error from 127.0.0.1:49537: EOF
|
||
2024/07/27 19:20:58 http: TLS handshake error from 127.0.0.1:53249: EOF
|
||
2024/07/27 19:21:09 http: TLS handshake error from 127.0.0.1:56244: EOF
|
||
2024/07/27 19:21:50 http: TLS handshake error from 127.0.0.1:64066: EOF
|
||
2024/07/27 19:21:50 http: TLS handshake error from 127.0.0.1:63577: EOF
|
||
2024/07/27 19:22:26 http: TLS handshake error from 127.0.0.1:58887: EOF
|
||
2024/07/27 19:22:41 http: TLS handshake error from 127.0.0.1:49995: EOF
|
||
2024/07/27 19:22:51 http: TLS handshake error from 127.0.0.1:63884: EOF
|
||
2024/07/27 19:22:51 http: TLS handshake error from 127.0.0.1:65457: EOF
|
||
2024/07/27 19:23:00 http: TLS handshake error from 127.0.0.1:56618: EOF
|
||
2024/07/27 19:23:00 http: TLS handshake error from 127.0.0.1:58828: EOF
|
||
2024/07/27 19:23:38 http: TLS handshake error from 127.0.0.1:55020: EOF
|
||
2024/07/27 19:23:38 http: TLS handshake error from 127.0.0.1:55022: EOF
|
||
2024/07/27 19:23:39 http: TLS handshake error from 127.0.0.1:61945: EOF
|
||
2024/07/27 19:23:40 http: TLS handshake error from 127.0.0.1:54487: EOF
|
||
2024/07/27 19:23:42 http: TLS handshake error from 127.0.0.1:56146: EOF
|
||
2024/07/27 19:23:42 http: TLS handshake error from 127.0.0.1:53974: EOF
|
||
2024/07/27 19:24:05 http: TLS handshake error from 127.0.0.1:58859: EOF
|
||
2024/07/27 19:24:05 http: TLS handshake error from 127.0.0.1:58860: EOF
|
||
[GIN] 2024/07/27 - 19:24:37 | 200 | 510µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 19:24:41 http: TLS handshake error from 127.0.0.1:59926: EOF
|
||
2024/07/27 19:24:42 http: TLS handshake error from 127.0.0.1:59927: EOF
|
||
2024/07/27 19:24:48 http: TLS handshake error from 127.0.0.1:54179: EOF
|
||
2024/07/27 19:24:48 http: TLS handshake error from 127.0.0.1:59361: EOF
|
||
2024/07/27 19:25:55 http: TLS handshake error from 127.0.0.1:50704: EOF
|
||
[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 (3 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (3 handlers)
|
||
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (3 handlers)
|
||
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (4 handlers)
|
||
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (4 handlers)
|
||
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (3 handlers)
|
||
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (4 handlers)
|
||
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (4 handlers)
|
||
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (3 handlers)
|
||
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (3 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/27 19:30:56 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] 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] 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/27 - 19:31:54 | 200 | 1.0219ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:36:43 | 200 | 1.4276ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 19:37:15 http: TLS handshake error from 127.0.0.1:62138: remote error: tls: unknown certificate
|
||
2024/07/27 19:37:15 http: TLS handshake error from 127.0.0.1:62139: remote error: tls: unknown certificate
|
||
[GIN] 2024/07/27 - 19:37:15 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:37:15 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:37:21 | 404 | 344.8µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:37:21 | 404 | 1.5091ms | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:37:30 | 404 | 744.2µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:37:30 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:37:32 | 404 | 851.7µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:37:32 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:40:29 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:40:29 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:40:30 | 200 | 645.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:41:02 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:41:02 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:41:03 | 404 | 957.3µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:41:03 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 19:41:19 | 200 | 329.7µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:41:25 | 200 | 425.6µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 19:41:27 http: TLS handshake error from 127.0.0.1:63753: remote error: tls: unknown certificate
|
||
2024/07/27 19:41:27 http: TLS handshake error from 127.0.0.1:63754: remote error: tls: unknown certificate
|
||
2024/07/27 19:42:35 http: TLS handshake error from 127.0.0.1:55265: remote error: tls: unknown certificate
|
||
2024/07/27 19:42:35 http: TLS handshake error from 127.0.0.1:55266: remote error: tls: unknown certificate
|
||
2024/07/27 19:43:14 http: TLS handshake error from 127.0.0.1:63364: remote error: tls: unknown certificate
|
||
2024/07/27 19:43:14 http: TLS handshake error from 127.0.0.1:63365: remote error: tls: unknown certificate
|
||
2024/07/27 19:43:35 http: TLS handshake error from 127.0.0.1:58950: remote error: tls: unknown certificate
|
||
2024/07/27 19:43:35 http: TLS handshake error from 127.0.0.1:58951: remote error: tls: unknown certificate
|
||
2024/07/27 19:44:37 http: TLS handshake error from 192.168.1.30:63788: remote error: tls: unknown certificate
|
||
2024/07/27 19:44:37 http: TLS handshake error from 192.168.1.30:63789: remote error: tls: unknown certificate
|
||
[GIN] 2024/07/27 - 19:44:39 | 200 | 1.3939ms | 192.168.1.30 | GET "/api/render/get_index"
|
||
2024/07/27 19:44:43 http: TLS handshake error from 192.168.1.30:62056: remote error: tls: unknown certificate
|
||
2024/07/27 19:44:43 http: TLS handshake error from 192.168.1.30:62057: remote error: tls: unknown certificate
|
||
2024/07/27 19:45:27 http: TLS handshake error from 192.168.1.30:54852: remote error: tls: unknown certificate
|
||
2024/07/27 19:45:27 http: TLS handshake error from 192.168.1.30:54853: remote error: tls: unknown certificate
|
||
2024/07/27 19:45:30 http: TLS handshake error from 192.168.1.30:54855: remote error: tls: unknown certificate
|
||
2024/07/27 19:45:30 http: TLS handshake error from 192.168.1.30:54856: remote error: tls: unknown certificate
|
||
[GIN] 2024/07/27 - 19:46:02 | 404 | 0s | 192.168.1.30 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 19:46:02 | 404 | 0s | 192.168.1.30 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:27:05 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:27:05 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
2024/07/27 20:27:05 http: TLS handshake error from 127.0.0.1:56484: remote error: tls: unknown certificate
|
||
2024/07/27 20:27:05 http: TLS handshake error from 127.0.0.1:56485: remote error: tls: unknown certificate
|
||
[GIN] 2024/07/27 - 20:27:06 | 200 | 507.8µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:27:21 http: TLS handshake error from 127.0.0.1:64904: remote error: tls: unknown certificate
|
||
2024/07/27 20:27:21 http: TLS handshake error from 127.0.0.1:64905: remote error: tls: unknown certificate
|
||
2024/07/27 20:27:23 http: TLS handshake error from 127.0.0.1:61035: remote error: tls: unknown certificate
|
||
2024/07/27 20:27:23 http: TLS handshake error from 127.0.0.1:61036: remote error: tls: unknown certificate
|
||
[GIN] 2024/07/27 - 20:27:23 | 200 | 577.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:27:23 | 404 | 0s | 127.0.0.1 | GET "/favicon.ico"
|
||
[GIN] 2024/07/27 - 20:30:47 | 404 | 941µs | 127.0.0.1 | OPTIONS "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:30:47 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:30:50 | 200 | 1.7191ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:34:19 http: TLS handshake error from 127.0.0.1:51704: EOF
|
||
2024/07/27 20:34:19 http: TLS handshake error from 127.0.0.1:51706: EOF
|
||
2024/07/27 20:34:19 http: TLS handshake error from 127.0.0.1:51707: EOF
|
||
2024/07/27 20:34:19 http: TLS handshake error from 127.0.0.1:51705: EOF
|
||
2024/07/27 20:34:24 http: TLS handshake error from 127.0.0.1:50069: EOF
|
||
2024/07/27 20:34:24 http: TLS handshake error from 127.0.0.1:50070: EOF
|
||
2024/07/27 20:34:33 http: TLS handshake error from 127.0.0.1:56903: EOF
|
||
2024/07/27 20:34:33 http: TLS handshake error from 127.0.0.1:56905: EOF
|
||
2024/07/27 20:34:33 http: TLS handshake error from 127.0.0.1:56904: EOF
|
||
2024/07/27 20:34:33 http: TLS handshake error from 127.0.0.1:56906: EOF
|
||
2024/07/27 20:34:33 http: TLS handshake error from 127.0.0.1:56907: EOF
|
||
2024/07/27 20:34:33 http: TLS handshake error from 127.0.0.1:56908: EOF
|
||
[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 (3 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (3 handlers)
|
||
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (3 handlers)
|
||
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (4 handlers)
|
||
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (4 handlers)
|
||
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (3 handlers)
|
||
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (4 handlers)
|
||
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (4 handlers)
|
||
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (3 handlers)
|
||
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (3 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/27 20:38:56 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] 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] 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/27 20:39:28 http: TLS handshake error from 127.0.0.1:50077: remote error: tls: unknown certificate
|
||
2024/07/27 20:39:28 http: TLS handshake error from 127.0.0.1:50079: remote error: tls: unknown certificate
|
||
[GIN] 2024/07/27 - 20:39:28 | 200 | 0s | 127.0.0.1 | GET "/api/user/test"
|
||
[GIN] 2024/07/27 - 20:39:28 | 404 | 833.7µs | 127.0.0.1 | GET "/favicon.ico"
|
||
[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 (3 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (3 handlers)
|
||
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (3 handlers)
|
||
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (4 handlers)
|
||
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (4 handlers)
|
||
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (3 handlers)
|
||
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (4 handlers)
|
||
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (4 handlers)
|
||
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (3 handlers)
|
||
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (3 handlers)
|
||
2024/07/27 20:40:07 HTTP server listening on http://127.0.0.1:14500
|
||
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
|
||
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
|
||
[GIN-debug] Listening and serving HTTP on :14500
|
||
[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 (3 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (3 handlers)
|
||
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (3 handlers)
|
||
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (4 handlers)
|
||
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (4 handlers)
|
||
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (3 handlers)
|
||
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (4 handlers)
|
||
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (4 handlers)
|
||
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (3 handlers)
|
||
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (3 handlers)
|
||
2024/07/27 20:41: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/27 - 20:41:39 | 200 | 339.4µs | 127.0.0.1 | GET "/api/user/test"
|
||
[GIN] 2024/07/27 - 20:41:39 | 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 (3 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (3 handlers)
|
||
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (3 handlers)
|
||
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (4 handlers)
|
||
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (4 handlers)
|
||
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (3 handlers)
|
||
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (4 handlers)
|
||
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (4 handlers)
|
||
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (3 handlers)
|
||
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (3 handlers)
|
||
2024/07/27 20:42: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
|
||
[GIN] 2024/07/27 - 20:42:11 | 200 | 0s | 127.0.0.1 | GET "/api/user/test"
|
||
[GIN] 2024/07/27 - 20:42:14 | 200 | 1.0014ms | 127.0.0.1 | GET "/api/user/test"
|
||
[GIN] 2024/07/27 - 20:42:15 | 200 | 0s | 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 (3 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (3 handlers)
|
||
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (3 handlers)
|
||
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (3 handlers)
|
||
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (4 handlers)
|
||
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (4 handlers)
|
||
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (4 handlers)
|
||
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (4 handlers)
|
||
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (4 handlers)
|
||
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (3 handlers)
|
||
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (3 handlers)
|
||
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (4 handlers)
|
||
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (4 handlers)
|
||
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (3 handlers)
|
||
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (3 handlers)
|
||
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (4 handlers)
|
||
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (4 handlers)
|
||
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (3 handlers)
|
||
2024/07/27 20:42: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-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] 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/27 20:42:51 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/27 - 20:42:58 | 200 | 2.0312ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:42:58 | 200 | 2.0312ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:42:58 | 200 | 508.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:42:58 | 200 | 963.5µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:42:58 | 200 | 1.3087ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:42:58 | 200 | 2.3201ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:42:58 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4eb53-11111dd0-57c964a9
|
||
2024/07/27 20:42:58 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4eb53-11111dd0-57c964a9
|
||
[GIN] 2024/07/27 - 20:42:58 | 200 | 260.6208ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:42:58 | 200 | 260.6208ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
2024/07/27 20:42:58 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4eb53-72b39e50-729ba8b1
|
||
2024/07/27 20:42:58 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4eb53-72b39e50-729ba8b1
|
||
[GIN] 2024/07/27 - 20:42:58 | 200 | 354.821ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:42:58 | 200 | 354.821ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
2024/07/27 20:42:58 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4eb53-5207cbb5-6c2f6724
|
||
2024/07/27 20:42:58 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4eb53-5207cbb5-6c2f6724
|
||
[GIN] 2024/07/27 - 20:42:58 | 200 | 457.6791ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:42:58 | 200 | 457.6791ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:43:09 | 200 | 832.6µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:43:09 | 200 | 1.3377ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:43:09 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4eb5e-2e03047e-1e99305f
|
||
2024/07/27 20:43:09 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4eb5e-2e03047e-1e99305f
|
||
[GIN] 2024/07/27 - 20:43:09 | 200 | 110.4796ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:43:09 | 200 | 110.4796ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:47:47 | 404 | 0s | 127.0.0.1 | GET "/apis/apis.js?t=1722084466871"
|
||
[GIN] 2024/07/27 - 20:47:47 | 404 | 251.4µs | 127.0.0.1 | GET "/apis/apis.js?t=1722084466871"
|
||
[GIN] 2024/07/27 - 20:47:47 | 404 | 0s | 127.0.0.1 | GET "/apis/apis.js?t=1722084466871"
|
||
[GIN] 2024/07/27 - 20:47:47 | 404 | 0s | 127.0.0.1 | GET "/apis/apis.js?t=1722084466871"
|
||
[GIN] 2024/07/27 - 20:47:48 | 404 | 0s | 127.0.0.1 | GET "/apis/apis.js?t=1722084468161"
|
||
[GIN] 2024/07/27 - 20:47:48 | 404 | 0s | 127.0.0.1 | GET "/apis/apis.js?t=1722084468161"
|
||
[GIN] 2024/07/27 - 20:47:49 | 404 | 0s | 127.0.0.1 | GET "/apis/apis.js?t=1722084468161"
|
||
[GIN] 2024/07/27 - 20:47:49 | 404 | 0s | 127.0.0.1 | GET "/apis/apis.js?t=1722084468161"
|
||
[GIN] 2024/07/27 - 20:47:56 | 404 | 0s | 127.0.0.1 | GET "/apis/apis.js?t=1722084468161"
|
||
[GIN] 2024/07/27 - 20:47:56 | 404 | 0s | 127.0.0.1 | GET "/apis/apis.js?t=1722084468161"
|
||
[GIN] 2024/07/27 - 20:48:05 | 200 | 1.5573ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:48:05 | 200 | 1.6533ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:48:05 | 200 | 507.7µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:48:05 | 200 | 507.7µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:48:05 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ec86-472488ad-63b60f7b
|
||
2024/07/27 20:48:05 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ec86-472488ad-63b60f7b
|
||
[GIN] 2024/07/27 - 20:48:05 | 200 | 237.5446ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:48:05 | 200 | 237.5446ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
2024/07/27 20:48:05 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ec86-75a3e688-46abb3e8
|
||
2024/07/27 20:48:05 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ec86-75a3e688-46abb3e8
|
||
[GIN] 2024/07/27 - 20:48:05 | 200 | 289.7768ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:48:05 | 200 | 289.7768ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:48:06 | 200 | 1.0659ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:48:06 | 200 | 1.0659ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:48:06 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ec87-64a55ecd-4da59ac6
|
||
2024/07/27 20:48:06 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ec87-64a55ecd-4da59ac6
|
||
[GIN] 2024/07/27 - 20:48:06 | 200 | 123.586ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:48:06 | 200 | 123.586ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:48:25 | 200 | 505.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:48:25 | 200 | 1.0186ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:48:25 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ec9a-32e83cf1-1660aa43
|
||
2024/07/27 20:48:25 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ec9a-32e83cf1-1660aa43
|
||
[GIN] 2024/07/27 - 20:48:25 | 200 | 104.7055ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:48:25 | 200 | 104.7055ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:49:50 | 200 | 1.3201ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:49:50 | 200 | 1.3201ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:49:50 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ecef-6325a61d-59404cff
|
||
2024/07/27 20:49:50 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ecef-6325a61d-59404cff
|
||
[GIN] 2024/07/27 - 20:49:50 | 200 | 224.2714ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:49:50 | 200 | 224.2714ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:49:50 | 200 | 503.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:49:50 | 200 | 717.8µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:49:50 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ecef-078574b3-2a5c9af5
|
||
2024/07/27 20:49:50 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ecef-078574b3-2a5c9af5
|
||
[GIN] 2024/07/27 - 20:49:50 | 200 | 115.0706ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:49:50 | 200 | 115.0706ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:50:54 | 200 | 506.8µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:50:54 | 200 | 506.8µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:50:54 | 200 | 507.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:50:54 | 200 | 507.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:50:54 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ed2f-3140a2ee-6829d062
|
||
2024/07/27 20:50:54 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ed2f-3140a2ee-6829d062
|
||
[GIN] 2024/07/27 - 20:50:54 | 200 | 202.9643ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:50:54 | 200 | 202.9643ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
2024/07/27 20:50:54 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ed2f-6c01a6bb-3a400596
|
||
2024/07/27 20:50:54 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ed2f-6c01a6bb-3a400596
|
||
[GIN] 2024/07/27 - 20:50:54 | 200 | 312.0492ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:50:54 | 200 | 312.0492ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:50:59 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:50:59 | 200 | 1.0199ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:50:59 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ed34-2ef5084e-1cc5f7d1
|
||
2024/07/27 20:50:59 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ed34-2ef5084e-1cc5f7d1
|
||
[GIN] 2024/07/27 - 20:50:59 | 200 | 98.7636ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:50:59 | 200 | 98.7636ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:54:11 | 200 | 505.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:54:11 | 200 | 505.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:54:11 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4edf4-62e8fe77-43407ec0
|
||
2024/07/27 20:54:11 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4edf4-62e8fe77-43407ec0
|
||
[GIN] 2024/07/27 - 20:54:11 | 200 | 248.6056ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:54:11 | 200 | 248.6056ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:54:34 | 200 | 624.5µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:54:34 | 200 | 624.5µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:54:34 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee0b-4adf48c8-292dac4d
|
||
2024/07/27 20:54:34 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee0b-4adf48c8-292dac4d
|
||
[GIN] 2024/07/27 - 20:54:34 | 200 | 120.5559ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:54:34 | 200 | 120.5559ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:55:25 | 200 | 506.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:55:25 | 200 | 921.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:55:25 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee3e-3aa26513-783c3e65
|
||
2024/07/27 20:55:25 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee3e-3aa26513-783c3e65
|
||
[GIN] 2024/07/27 - 20:55:25 | 200 | 105.177ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:55:25 | 200 | 105.177ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:55:31 | 200 | 508.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:55:31 | 200 | 1.068ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:55:31 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee44-77850e2b-53fd82d4
|
||
2024/07/27 20:55:31 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee44-77850e2b-53fd82d4
|
||
[GIN] 2024/07/27 - 20:55:31 | 200 | 108.4968ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:55:31 | 200 | 108.4968ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:56:14 | 200 | 505.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:56:14 | 200 | 1.0314ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:56:14 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee6f-35110cea-40ce56c4
|
||
2024/07/27 20:56:14 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee6f-35110cea-40ce56c4
|
||
[GIN] 2024/07/27 - 20:56:14 | 200 | 128.5903ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:56:14 | 200 | 128.5903ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:56:17 | 200 | 505.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:56:17 | 200 | 505.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:56:17 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee72-79ec6b4d-0bea395c
|
||
2024/07/27 20:56:17 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee72-79ec6b4d-0bea395c
|
||
[GIN] 2024/07/27 - 20:56:17 | 200 | 113.2047ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:56:17 | 200 | 113.2047ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:56:38 | 200 | 1.0389ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:56:38 | 200 | 1.6894ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:56:38 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee87-2a3064fa-573a879f
|
||
2024/07/27 20:56:38 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee87-2a3064fa-573a879f
|
||
[GIN] 2024/07/27 - 20:56:38 | 200 | 100.857ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:56:38 | 200 | 100.857ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:56:43 | 200 | 715.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:56:43 | 200 | 715.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:56:43 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee8c-6b8d5aa3-7158fbc0
|
||
2024/07/27 20:56:43 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee8c-6b8d5aa3-7158fbc0
|
||
[GIN] 2024/07/27 - 20:56:43 | 200 | 119.7359ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:56:43 | 200 | 119.7359ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:56:48 | 200 | 1.0307ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:56:48 | 200 | 1.0307ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:56:48 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee91-0419a939-54b08b78
|
||
2024/07/27 20:56:48 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4ee91-0419a939-54b08b78
|
||
[GIN] 2024/07/27 - 20:56:48 | 200 | 99.0719ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:56:48 | 200 | 99.0719ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:57:27 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 20:57:27 | 200 | 841.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 20:57:27 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4eeb8-40094f65-36baf664
|
||
2024/07/27 20:57:27 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4eeb8-40094f65-36baf664
|
||
[GIN] 2024/07/27 - 20:57:27 | 200 | 115.1845ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 20:57:27 | 200 | 115.1845ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 21:04:10 | 200 | 511.7µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:04:10 | 200 | 1.0425ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 21:04:10 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4f04b-0deb6e9e-3f73438d
|
||
2024/07/27 21:04:10 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4f04b-0deb6e9e-3f73438d
|
||
[GIN] 2024/07/27 - 21:04:10 | 200 | 240.8263ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 21:04:10 | 200 | 240.8263ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 21:04:24 | 200 | 1.0254ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:04:24 | 200 | 1.0254ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 21:04:24 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4f059-134535f3-395d30f1
|
||
2024/07/27 21:04:24 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4f059-134535f3-395d30f1
|
||
[GIN] 2024/07/27 - 21:04:24 | 200 | 117.7012ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 21:04:24 | 200 | 117.7012ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 21:04:25 | 200 | 509.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:04:25 | 200 | 910.6µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:05:21 | 200 | 478.1539ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:05:21 | 200 | 478.1539ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:05:22 | 200 | 1.7432ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
|
||
[GIN] 2024/07/27 - 21:05:22 | 200 | 1.7432ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
|
||
[GIN] 2024/07/27 - 21:05:23 | 200 | 1.2263ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:05:23 | 200 | 1.2263ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
|
||
2024/07/27 21:05:23 failed to prepay: error http response:[StatusCode: 403 Code: "NO_AUTH"
|
||
Message: 此商家的收款功能已被限制,暂无法支付。商家可以登录微信商户平台/微信支付商家助手小程序查看原因和解决方案。
|
||
Header:
|
||
- Wechatpay-Timestamp=[1722085524]
|
||
- Server=[nginx]
|
||
- Date=[Sat, 27 Jul 2024 13:05:24 GMT]
|
||
- Keep-Alive=[timeout=8]
|
||
- X-Content-Type-Options=[nosniff]
|
||
- Request-Id=[0894E193B506109E0418B4CBC05520F0A70628C68204-268448010]
|
||
- Content-Language=[zh-CN]
|
||
- Connection=[keep-alive]
|
||
- Cache-Control=[no-cache, must-revalidate]
|
||
- Content-Type=[application/json; charset=utf-8]
|
||
- Content-Length=[188]
|
||
- Wechatpay-Signature-Type=[WECHATPAY2-SHA256-RSA2048]
|
||
- Wechatpay-Nonce=[148a280ff31592f731188f4045d49c6c]
|
||
- Wechatpay-Signature=[e6b/yno2x54K9HURyNd+lBGixoJkyEEKgUG5diJJw+lAhAruS1fkE1z1jjwjC9wmcLuZrVi15SOLvnlpIDyGQ0pKn9BmvRhad7wIIAhaTk8Gg2ZdzhNFbtPi1T89MZxjkadA3V+gf1uCq2mvV5y7mCA35REOeqD+XdLySLh2HFWvutyklJiHRXGPv8rERv9YKLdfdCrDQLBbc2B1/+cyotPRSdRQnohFwjgj+6gle3P2HgZI93Q/sJ3Qo3QqGi3ziX0DHHnEkgi2fkgghlgPy7LjQz1yll6Ex4FkXuUZ8dLetJZqFCoQgLMxy16VN1tOF56WY2lMbcWFte3Sjqi5zw==]
|
||
- Wechatpay-Serial=[2D64B7C39788E9ACB2E15CD33C0BA14E0C43FF3F]]
|
||
[GIN] 2024/07/27 - 21:05:23 | 200 | 277.576ms | 127.0.0.1 | POST "/api/pay/prepay"
|
||
[GIN] 2024/07/27 - 21:05:23 | 200 | 277.576ms | 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] 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] 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/27 21:05:38 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/27 - 21:05:43 | 200 | 363.5705ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:05:43 | 200 | 363.5705ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:05:43 | 200 | 1.5075ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
|
||
[GIN] 2024/07/27 - 21:05:43 | 200 | 1.5075ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
|
||
[GIN] 2024/07/27 - 21:05:44 | 200 | 966.9µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:05:44 | 200 | 966.9µs | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:05:44 | 200 | 0s | 127.0.0.1 | POST "/api/pay/prepay"
|
||
[GIN] 2024/07/27 - 21:05:44 | 200 | 754.5µs | 127.0.0.1 | POST "/api/pay/prepay"
|
||
[GIN] 2024/07/27 - 21:06:00 | 200 | 1.2791ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud"
|
||
[GIN] 2024/07/27 - 21:06:00 | 200 | 1.2791ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=antiFraud"
|
||
[GIN] 2024/07/27 - 21:06:08 | 200 | 1.1966ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
||
[GIN] 2024/07/27 - 21:06:08 | 200 | 1.1966ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
||
[GIN] 2024/07/27 - 21:06:19 | 200 | 32.6161ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
|
||
[GIN] 2024/07/27 - 21:06:19 | 200 | 32.6161ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
|
||
[GIN] 2024/07/27 - 21:06:19 | 200 | 0s | 127.0.0.1 | POST "/api/pay/prepay"
|
||
[GIN] 2024/07/27 - 21:06:19 | 200 | 241.3µs | 127.0.0.1 | POST "/api/pay/prepay"
|
||
[GIN] 2024/07/27 - 21:06:21 | 200 | 30.8421ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
|
||
[GIN] 2024/07/27 - 21:06:21 | 200 | 30.8421ms | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
|
||
[GIN] 2024/07/27 - 21:06:21 | 200 | 0s | 127.0.0.1 | POST "/api/pay/prepay"
|
||
[GIN] 2024/07/27 - 21:06:21 | 200 | 852.2µs | 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] 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] 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/27 21:07: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/27 - 21:07:18 | 200 | 1.0219ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
||
[GIN] 2024/07/27 - 21:07:18 | 200 | 1.5496ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
||
[GIN] 2024/07/27 - 21:07:21 | 200 | 342.5281ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:07:21 | 200 | 342.5281ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:07:21 | 200 | 548.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
|
||
[GIN] 2024/07/27 - 21:07:21 | 200 | 548.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=staff"
|
||
[GIN] 2024/07/27 - 21:07:22 | 200 | 1.3699ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:07:22 | 200 | 1.3699ms | 127.0.0.1 | GET "/api/ent/query_list_feature/staff?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:07:22 | 200 | 0s | 127.0.0.1 | POST "/api/pay/prepay"
|
||
[GIN] 2024/07/27 - 21:07:22 | 200 | 507.3µs | 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] 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] 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/27 21:07:42 HTTP server listening on http://127.0.0.1:14500
|
||
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
|
||
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
|
||
[GIN-debug] Listening and serving HTTP on :14500
|
||
[GIN] 2024/07/27 - 21:07:46 | 200 | 345.6706ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:07:46 | 200 | 345.6706ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:07:46 | 200 | 1.35ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
|
||
[GIN] 2024/07/27 - 21:07:46 | 200 | 1.35ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
|
||
[GIN] 2024/07/27 - 21:07:47 | 200 | 3.0795ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:07:47 | 200 | 3.0795ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:07:47 | 200 | 0s | 127.0.0.1 | POST "/api/pay/prepay"
|
||
[GIN] 2024/07/27 - 21:07:47 | 200 | 178.8µs | 127.0.0.1 | POST "/api/pay/prepay"
|
||
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
|
||
- using env: export GIN_MODE=release
|
||
- using code: gin.SetMode(gin.ReleaseMode)
|
||
|
||
[GIN-debug] Loaded HTML Templates (2):
|
||
-
|
||
- refund.html
|
||
|
||
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (4 handlers)
|
||
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (4 handlers)
|
||
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (4 handlers)
|
||
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (5 handlers)
|
||
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (5 handlers)
|
||
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (5 handlers)
|
||
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (5 handlers)
|
||
[GIN-debug] POST /api/single/bc_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] 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] 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/27 - 21:08:45 | 200 | 506.7µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:08:49 | 200 | 294.4834ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:08:50 | 200 | 1.4941ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
|
||
[GIN] 2024/07/27 - 21:08:50 | 200 | 1.5546ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
|
||
[GIN] 2024/07/27 - 21:08:50 | 200 | 0s | 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] 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] 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/27 21:11: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] 2024/07/27 - 21:11:22 | 200 | 2.1374ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:11:22 | 200 | 2.1374ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 21:11:23 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4f1fc-3a26979b-66bc3b59
|
||
2024/07/27 21:11:23 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4f1fc-3a26979b-66bc3b59
|
||
[GIN] 2024/07/27 - 21:11:23 | 200 | 256.8727ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 21:11:23 | 200 | 256.8727ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 21:12:47 | 200 | 970.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:12:47 | 200 | 970.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:12:49 | 200 | 995.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:12:49 | 200 | 995.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:12:58 | 200 | 529.5µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:12:58 | 200 | 529.5µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
2024/07/27 21:12:58 获取AccessToken错误:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4f25b-2af4125f-1dc96922
|
||
2024/07/27 21:12:58 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a4f25b-2af4125f-1dc96922
|
||
[GIN] 2024/07/27 - 21:12:58 | 200 | 215.9716ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 21:12:58 | 200 | 215.9716ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
|
||
[GIN] 2024/07/27 - 21:16:58 | 200 | 1.0322ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:16:58 | 200 | 1.0322ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:24:54 | 200 | 533.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:24:54 | 200 | 533.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:33:55 | 200 | 504.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:33:55 | 200 | 1.3945ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:33:58 | 200 | 1.239ms | 127.0.0.1 | GET "/api/render/get_car_index"
|
||
[GIN] 2024/07/27 - 21:33:58 | 200 | 1.3265ms | 127.0.0.1 | GET "/api/render/get_car_index"
|
||
[GIN] 2024/07/27 - 21:33:58 | 200 | 7.4726ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
|
||
[GIN] 2024/07/27 - 21:33:58 | 200 | 7.4726ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=car"
|
||
[GIN] 2024/07/27 - 21:34:00 | 200 | 1.0471ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:34:00 | 200 | 1.694ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 21:57:05 | 200 | 482.1554ms | 127.0.0.1 | POST "/api/user/verify"
|
||
[GIN] 2024/07/27 - 21:57:05 | 200 | 482.6593ms | 127.0.0.1 | POST "/api/user/verify"
|
||
[GIN] 2024/07/27 - 22:04:35 | 200 | 316.8184ms | 127.0.0.1 | POST "/api/user/verify"
|
||
[GIN] 2024/07/27 - 22:04:35 | 200 | 316.8184ms | 127.0.0.1 | POST "/api/user/verify"
|
||
[GIN] 2024/07/27 - 22:05:31 | 200 | 37.9192424s | 127.0.0.1 | POST "/api/user/phone_login"
|
||
[GIN] 2024/07/27 - 22:05:31 | 200 | 37.9192424s | 127.0.0.1 | POST "/api/user/phone_login"
|
||
[GIN] 2024/07/27 - 22:05:31 | 200 | 1.5017ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:05:31 | 200 | 1.6342ms | 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] 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] 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/27 22:11:35 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/27 - 22:13:46 | 200 | 1.0703ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:13:46 | 200 | 1.9292ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:15:21 | 200 | 1.0338ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:15:21 | 200 | 1.3565ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:15:32 | 200 | 471.2566ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
|
||
[GIN] 2024/07/27 - 22:15:32 | 200 | 471.2566ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
|
||
[GIN] 2024/07/27 - 22:15:33 | 200 | 3.2323ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
|
||
[GIN] 2024/07/27 - 22:15:33 | 200 | 3.2323ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
|
||
[GIN] 2024/07/27 - 22:15:34 | 200 | 1.6156ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
|
||
[GIN] 2024/07/27 - 22:15:34 | 200 | 1.6156ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
|
||
[GIN] 2024/07/27 - 22:15:34 | 200 | 0s | 127.0.0.1 | POST "/api/pay/prepay"
|
||
[GIN] 2024/07/27 - 22:15:34 | 200 | 0s | 127.0.0.1 | POST "/api/pay/prepay"
|
||
[GIN] 2024/07/27 - 22:15:40 | 200 | 506.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:15:40 | 200 | 811µs | 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] 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 (6 handlers)
|
||
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (6 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/27 22:16:04 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/27 - 22:16:06 | 200 | 5.319ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:16:06 | 200 | 5.319ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:16:26 | 200 | 542.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:16:26 | 200 | 926.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:16:40 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:16:40 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:16:45 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:16:45 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:16:56 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:16:56 | 401 | 367.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:17:12 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:17:12 | 401 | 140.2µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:17:43 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:17:43 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:18:03 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:18:03 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:18:08 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:18:08 | 401 | 506.7µs | 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] 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] 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/27 22:18:33 HTTP server listening on http://127.0.0.1:14500
|
||
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
|
||
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
|
||
[GIN-debug] Listening and serving HTTP on :14500
|
||
[GIN] 2024/07/27 - 22:18:40 | 200 | 1.0797ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:18:40 | 200 | 1.0797ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:21:40 | 200 | 1.3957ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:21:40 | 200 | 1.3957ms | 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] 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 (6 handlers)
|
||
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (6 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/27 22:21: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/27 - 22:21:56 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:21:56 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:23:10 | 401 | 0s | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:23:10 | 401 | 0s | 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] 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] 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/27 22:23:19 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/27 - 22:23:22 | 200 | 1.0647ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:23:22 | 200 | 1.0647ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:23:37 | 200 | 509.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:23:37 | 200 | 966.3µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 22:23:38 | 200 | 1.9677ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
||
[GIN] 2024/07/27 - 22:23:38 | 200 | 1.9677ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
||
[GIN] 2024/07/27 - 22:23:47 | 401 | 503.3µs | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
|
||
[GIN] 2024/07/27 - 22:23:47 | 401 | 503.3µs | 127.0.0.1 | POST "/api/single/bc_evaluate_marriage"
|
||
[GIN] 2024/07/27 - 22:24:04 | 200 | 416.9297ms | 127.0.0.1 | POST "/api/user/verify"
|
||
[GIN] 2024/07/27 - 22:24:04 | 200 | 417.4917ms | 127.0.0.1 | POST "/api/user/verify"
|
||
2024/07/27 22:24:18 authentication获取关联用户失败:record not found
|
||
[GIN] 2024/07/27 - 22:24:18 | 200 | 2.683894s | 127.0.0.1 | POST "/api/user/phone_login"
|
||
[GIN] 2024/07/27 - 22:24:18 | 200 | 2.683894s | 127.0.0.1 | POST "/api/user/phone_login"
|
||
2024/07/27 22:24:37 authentication获取关联用户失败:record not found
|
||
[GIN] 2024/07/27 - 22:24:37 | 200 | 1.0246ms | 127.0.0.1 | POST "/api/user/phone_login"
|
||
[GIN] 2024/07/27 - 22:24:37 | 200 | 1.0246ms | 127.0.0.1 | POST "/api/user/phone_login"
|
||
2024/07/27 22:27:04 authentication获取关联用户失败:record not found
|
||
[GIN] 2024/07/27 - 22:27:04 | 200 | 2m20s | 127.0.0.1 | POST "/api/user/phone_login"
|
||
[GIN] 2024/07/27 - 22:27:04 | 200 | 2m20s | 127.0.0.1 | POST "/api/user/phone_login"
|
||
[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] 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/27 22:27:07 HTTP server listening on http://127.0.0.1:14500
|
||
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
|
||
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
|
||
[GIN-debug] Listening and serving HTTP on :14500
|
||
[GIN] 2024/07/27 - 22:27:25 | 200 | 2.7865ms | 127.0.0.1 | POST "/api/user/phone_login"
|
||
[GIN] 2024/07/27 - 22:27:25 | 200 | 2.7865ms | 127.0.0.1 | POST "/api/user/phone_login"
|
||
[GIN] 2024/07/27 - 22:29:38 | 200 | 777.6µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
||
[GIN] 2024/07/27 - 22:29:38 | 200 | 1.2816ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=evaluateMarriage"
|
||
[GIN] 2024/07/27 - 23:03:19 | 200 | 506.5µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:03:19 | 200 | 1.3241ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:48:11 | 200 | 1.5383ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:48:11 | 200 | 1.5383ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:48:36 | 200 | 526.4µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:48:36 | 200 | 1.1261ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:48:42 | 200 | 1.6896ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:48:42 | 200 | 1.6896ms | 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] 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] 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/27 23:49:47 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] 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] 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/27 - 23:49:50 | 200 | 517.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:53:38 | 200 | 2.6599ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:53:38 | 200 | 2.8226ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:53:40 | 200 | 510.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:53:40 | 200 | 510.9µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:53:40 | 200 | 1.387ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:53:41 | 200 | 351.3823ms | 127.0.0.1 | POST "/api/user/login"
|
||
[GIN] 2024/07/27 - 23:53:42 | 200 | 903.5µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:53:42 | 200 | 903.5µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:53:50 | 200 | 1.2522ms | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:53:50 | 200 | 245.2561ms | 127.0.0.1 | POST "/api/user/login"
|
||
[GIN] 2024/07/27 - 23:53:58 | 200 | 508.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:53:58 | 200 | 907.8µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:54:00 | 200 | 505.1µs | 127.0.0.1 | GET "/api/render/get_index"
|
||
[GIN] 2024/07/27 - 23:54:00 | 200 | 505.1µs | 127.0.0.1 | GET "/api/render/get_index"
|