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

714 lines
66 KiB
Plaintext
Raw Normal View History

2024-09-14 10:48:09 +08:00
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] Loaded HTML Templates (2):
-
- refund.html
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/30 00:08:34 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached.
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production.
- using env: export GIN_MODE=release
- using code: gin.SetMode(gin.ReleaseMode)
[GIN-debug] Loaded HTML Templates (2):
-
- refund.html
[GIN-debug] GET /api/user/test --> tyc-server/api.(*User).Test-fm (5 handlers)
[GIN-debug] POST /api/user/log --> tyc-server/api.(*User).Log-fm (5 handlers)
[GIN-debug] POST /api/user/login --> tyc-server/api.(*User).Login-fm (5 handlers)
[GIN-debug] POST /api/user/h5_login --> tyc-server/api.(*User).H5Login-fm (5 handlers)
[GIN-debug] POST /api/user/phone_login --> tyc-server/api.(*User).PhoneLogin-fm (5 handlers)
[GIN-debug] POST /api/user/verify --> tyc-server/api.(*User).GetVerify-fm (5 handlers)
[GIN-debug] GET /api/user/get_config --> tyc-server/api.(*User).GetSDKConfig-fm (5 handlers)
[GIN-debug] POST /api/antifraud/query --> tyc-server/api.(*AntiFraud).queryAntiFraud-fm (6 handlers)
[GIN-debug] POST /api/loanEvaluation/query --> tyc-server/api.(*LoanEvaluation).queryLoanEvaluation-fm (6 handlers)
[GIN-debug] POST /api/single/bc_gambling_fraud --> tyc-server/api.(*SingleQuery).BankCardGamblingAndFraudQuery-fm (6 handlers)
[GIN-debug] POST /api/single/bc_blacklist_v1 --> tyc-server/api.(*SingleQuery).BankCardBlacklistV1Query-fm (6 handlers)
[GIN-debug] POST /api/single/bc_evaluate_marriage --> tyc-server/api.(*SingleQuery).EvaluateMarriageQuery-fm (6 handlers)
[GIN-debug] POST /api/lawsuitQuery/query --> tyc-server/api.(*LawsuitQuery).queryList-fm (6 handlers)
[GIN-debug] GET /api/ent/search --> tyc-server/api.(*Ent).search-fm (6 handlers)
[GIN-debug] GET /api/ent/query_details --> tyc-server/api.(*Ent).queryDetails-fm (6 handlers)
[GIN-debug] GET /api/ent/query_feature/:feature --> tyc-server/api.(*Ent).queryFeature-fm (6 handlers)
[GIN-debug] GET /api/ent/query_list_feature/:feature --> tyc-server/api.(*Ent).queryListFeature-fm (6 handlers)
[GIN-debug] POST /api/pay/callback --> tyc-server/api.(*Pay).Callback-fm (5 handlers)
[GIN-debug] GET /api/pay/refund_details/:id --> tyc-server/api.(*Pay).RefundDetailsHTML-fm (5 handlers)
[GIN-debug] POST /api/pay/refund/:id --> tyc-server/api.(*Pay).Refund-fm (5 handlers)
[GIN-debug] POST /api/pay/refund_callback --> tyc-server/api.(*Pay).RefundCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-fm (5 handlers)
[GIN-debug] POST /api/pay/prepay --> tyc-server/api.(*Pay).Prepay-fm (6 handlers)
[GIN-debug] GET /api/pay/order_list --> tyc-server/api.(*Pay).GetOrderList-fm (6 handlers)
[GIN-debug] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (6 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (5 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-fm (5 handlers)
[GIN-debug] GET /api/render/get_index --> tyc-server/api.(*Render).GetIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_car_index --> tyc-server/api.(*Render).GetCarIndex-fm (5 handlers)
[GIN-debug] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (5 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-fm (5 handlers)
[GIN-debug] POST /api/car/insurance --> tyc-server/api.(*Car).Insurance-fm (6 handlers)
[GIN-debug] POST /api/car/maintenance --> tyc-server/api.(*Car).Maintenance-fm (6 handlers)
[GIN-debug] GET /api/car/get_query --> tyc-server/api.(*Car).GetQueryRecord-fm (6 handlers)
[GIN-debug] POST /api/car/person_car_verify --> tyc-server/api.(*Car).PersonCarVerify-fm (6 handlers)
[GIN-debug] POST /api/car/under_name --> tyc-server/api.(*Car).UnderName-fm (6 handlers)
[GIN-debug] POST /api/car/insurance_info --> tyc-server/api.(*Car).InsuranceInfo-fm (6 handlers)
[GIN-debug] POST /api/car/vin_check_info --> tyc-server/api.(*Car).VinCheckInfo-fm (6 handlers)
[GIN-debug] GET /api/car/get_maintenance_history --> tyc-server/api.(*Car).QueryHistoryList-fm (6 handlers)
[GIN-debug] POST /api/car/callback --> tyc-server/api.(*Car).CarCallback-fm (5 handlers)
2024/07/30 00:11:41 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
[GIN] 2024/07/30 - 00:23:30 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/30 - 00:23:30 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/30 - 00:23:30 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_shadow"
[GIN] 2024/07/30 - 00:23:30 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_shadow"
[GIN] 2024/07/30 - 00:23:30 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/30 - 00:23:30 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/30 - 00:23:30 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/30 - 00:23:30 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/30 - 00:23:31 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/30 - 00:23:31 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/30 - 00:23:31 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/30 - 00:23:31 | 404 | 345.9µs | 127.0.0.1 | OPTIONS "/api/render/get_notification"
[GIN] 2024/07/30 - 00:23:31 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:23:31 | 404 | 999.6µs | 127.0.0.1 | OPTIONS "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:23:31 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/30 - 00:23:31 | 404 | 0s | 127.0.0.1 | OPTIONS "/api/render/get_index"
[GIN] 2024/07/30 - 00:24:10 | 200 | 1.0058ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:24:10 | 200 | 2.0778ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:24:10 | 200 | 1.509ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/30 - 00:24:10 | 200 | 1.509ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/30 - 00:24:10 | 200 | 1.0262ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:24:10 | 200 | 1.0262ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:24:10 | 200 | 509.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:24:10 | 200 | 509.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:24:10 | 200 | 551.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:24:10 | 200 | 771.2µs | 127.0.0.1 | GET "/api/render/get_notification"
2024/07/30 00:24:10 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7c22a-659fd404-0e71c308
2024/07/30 00:24:10 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7c22a-659fd404-0e71c308
[GIN] 2024/07/30 - 00:24:10 | 200 | 246.2017ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/30 - 00:24:10 | 200 | 246.2017ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/30 - 00:24:10 | 200 | 1.4394ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:24:10 | 200 | 1.4394ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:24:10 | 200 | 505.5µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:24:10 | 200 | 1.1498ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:24:16 | 200 | 507.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:24:16 | 200 | 507.2µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:24:16 | 200 | 1.1829ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/30 - 00:24:16 | 200 | 1.1829ms | 127.0.0.1 | GET "/api/render/get_shadow"
[GIN] 2024/07/30 - 00:24:16 | 200 | 2.5172ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:24:16 | 200 | 2.5172ms | 127.0.0.1 | GET "/api/render/get_index"
2024/07/30 00:24:16 获取AccessToken错误invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7c230-2bf577ff-38930e29
2024/07/30 00:24:16 get jsapi ticket err:invalid ip 117.140.104.23 ipv6 ::ffff:117.140.104.23, not in whitelist rid: 66a7c230-2bf577ff-38930e29
[GIN] 2024/07/30 - 00:24:16 | 200 | 112.7627ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/30 - 00:24:16 | 200 | 112.7627ms | 127.0.0.1 | GET "/api/user/get_config?url=http%3A%2F%2Flocalhost%3A5173%2F"
[GIN] 2024/07/30 - 00:24:17 | 200 | 507.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:24:17 | 200 | 507.9µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:24:17 | 200 | 820.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:24:17 | 200 | 820.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:24:17 | 200 | 913.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:24:17 | 200 | 913.1µs | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:24:17 | 200 | 1.0515ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:24:17 | 200 | 1.0515ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:53:15 | 200 | 1.0023ms | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/30 - 00:53:15 | 200 | 1.0023ms | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/30 - 00:53:16 | 200 | 523.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:53:16 | 200 | 523.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:53:16 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/30 - 00:53:16 | 200 | 0s | 127.0.0.1 | GET "/api/product/product_notes?product_name="
[GIN] 2024/07/30 - 00:57:51 | 200 | 1.0168ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:57:51 | 200 | 1.0168ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:57:51 | 200 | 7.7596ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:57:51 | 200 | 7.7596ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:57:51 | 200 | 8.2642ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:57:51 | 200 | 8.2642ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:57:51 | 200 | 795.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:57:51 | 200 | 795.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:58:07 | 200 | 505.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:58:07 | 200 | 989.8µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:58:07 | 200 | 1.5104ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:58:07 | 200 | 1.5104ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:58:07 | 200 | 1.9074ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:58:07 | 200 | 1.9074ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:58:07 | 200 | 505.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:58:07 | 200 | 1.1839ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:59:09 | 200 | 1.0208ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:59:09 | 200 | 1.0208ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:59:09 | 200 | 656µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:59:09 | 200 | 656µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:59:09 | 200 | 1.0356ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:59:09 | 200 | 1.0356ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:59:09 | 200 | 1.065ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:59:09 | 200 | 1.5725ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:59:21 | 200 | 1.0827ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:59:21 | 200 | 1.0827ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:59:21 | 200 | 527.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:59:21 | 200 | 527.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 00:59:21 | 200 | 1.3761ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:59:21 | 200 | 1.3761ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 00:59:21 | 200 | 743.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 00:59:21 | 200 | 743.9µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 01:17:41 | 200 | 1.1191ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 01:17:41 | 200 | 1.4711ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 01:17:41 | 200 | 505.5µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 01:17:41 | 200 | 975.4µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 01:17:42 | 200 | 1.3944ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 01:17:42 | 200 | 1.3944ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 01:17:42 | 200 | 508µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 01:17:42 | 200 | 1.1838ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 01:35:27 | 200 | 1.0409ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 01:35:27 | 200 | 1.0409ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 01:35:27 | 200 | 505.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 01:35:27 | 200 | 707.6µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 01:35:27 | 200 | 1.3351ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 01:35:27 | 200 | 1.3351ms | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[GIN] 2024/07/30 - 01:35:27 | 200 | 1.5554ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 01:35:27 | 200 | 1.9081ms | 127.0.0.1 | GET "/api/render/get_index"
[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/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (4 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-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] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (3 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-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/30 02:09:49 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
[GIN] 2024/07/30 - 02:12:45 | 200 | 522µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 02:12:46 | 200 | 508.7µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 02:15:04 | 200 | 1.0271ms | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 02:15:04 | 200 | 1.2924ms | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 02:15:06 | 200 | 0s | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 02:15:07 | 200 | 506.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 02:15:08 | 200 | 402.6401ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=23402373"
[GIN] 2024/07/30 - 02:15:14 | 200 | 4.4961968s | 127.0.0.1 | GET "/api/product/product_notes?product_name=changeinfo"
[GIN] 2024/07/30 - 02:15:16 | 200 | 1.082ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/30 - 02:15:16 | 200 | 684.8µs | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/30 - 02:15:45 | 200 | 28.4143212s | 127.0.0.1 | POST "/api/pay/ali_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 (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/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (4 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-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] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (3 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-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/30 02:15:48 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/30 - 02:15:51 | 200 | 1.2912ms | 127.0.0.1 | GET "/api/ent/query_list_feature/changeinfo?keyword=23402373"
[GIN] 2024/07/30 - 02:15:51 | 200 | 1.0642ms | 127.0.0.1 | GET "/api/product/product_info?product_name=changeinfo"
[GIN] 2024/07/30 - 02:16:02 | 200 | 9.5896841s | 127.0.0.1 | POST "/api/pay/ali_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 (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/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (4 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-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] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (3 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-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/30 15:05:14 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/30 - 15:06:44 | 200 | 504µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 15:06:44 | 200 | 872.1µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 15:06:45 | 200 | 336.1787ms | 127.0.0.1 | POST "/api/user/login"
[GIN] 2024/07/30 - 15:06:57 | 200 | 908.1µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 15:06:57 | 200 | 707.8µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 15:06:58 | 200 | 223.6272ms | 127.0.0.1 | POST "/api/user/login"
[GIN] 2024/07/30 - 15:07:09 | 200 | 405.0381ms | 127.0.0.1 | GET "/api/ent/query_details?keyword=2337591190"
[GIN] 2024/07/30 - 15:07:34 | 200 | 895.7µs | 127.0.0.1 | GET "/api/render/get_notification"
[GIN] 2024/07/30 - 15:07:34 | 200 | 570.5µs | 127.0.0.1 | GET "/api/render/get_index"
[GIN] 2024/07/30 - 15:07:35 | 200 | 180.228ms | 127.0.0.1 | POST "/api/user/login"
[GIN] 2024/07/30 - 15:07:39 | 200 | 768µs | 127.0.0.1 | GET "/api/ent/query_details?keyword=13593411"
[GIN] 2024/07/30 - 15:07:43 | 200 | 827.6µs | 127.0.0.1 | GET "/api/pay/order_list?page_num=1"
[GIN] 2024/07/30 - 15:07:55 | 200 | 4.1289347s | 127.0.0.1 | GET "/api/product/product_notes?product_name=bankCardGamblingAndFraud"
[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/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (4 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-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] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (3 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-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/30 15:33:40 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
[GIN-debug] [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/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (4 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-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] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (3 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-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/30 21:09:00 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
[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/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (4 handlers)
[GIN-debug] POST /api/pay/get_query_cache --> tyc-server/api.(*Pay).GetQueryCache-fm (4 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-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] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (3 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-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/30 21:11:08 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
[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/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (4 handlers)
[GIN-debug] GET /api/pay/get_query_cache --> tyc-server/api.(*Pay).GetQueryCache-fm (4 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-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] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (3 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-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/30 21:14:54 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
[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/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (4 handlers)
[GIN-debug] GET /api/pay/get_query_cache --> tyc-server/api.(*Pay).GetQueryCache-fm (4 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-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] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (3 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-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/30 21:39:57 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500
[GIN-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/ali_callback --> tyc-server/api.(*Pay).AlipayCallback-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] POST /api/pay/ali_prepay --> tyc-server/api.(*Pay).AliPrepay-fm (4 handlers)
[GIN-debug] GET /api/pay/get_query_cache --> tyc-server/api.(*Pay).GetQueryCache-fm (4 handlers)
[GIN-debug] GET /api/product/product_notes --> tyc-server/api.(*Product).GetProductNotes-fm (3 handlers)
[GIN-debug] GET /api/product/product_info --> tyc-server/api.(*Product).GetProductInfo-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] GET /api/render/get_notification --> tyc-server/api.(*Render).GetNotification-fm (3 handlers)
[GIN-debug] GET /api/render/get_shadow --> tyc-server/api.(*Render).GetShade-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/30 22:28:22 HTTP server listening on http://127.0.0.1:14500
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :14500