This skill packages the local venue polling and order-signing workflow for the gym mini-program APIs. Use it when the task involves polling listAreaLease, attempting createOrder, or debugging the RSA-based request signature logic used by the booking flow.
scripts/venue_polling.py to understand the current polling settings, request headers, and signing logic.scripts/signature_replay_test.py to compare local signatures with a captured requestscripts/public_key_verify_test.py to verify candidate sign strings against a captured signaturereferences/create-order-analysis.mdreferences/captured-create-order.txtreferences/captured-list-area-lease.txtscripts/venue_polling.py expects a local rsa_private_key.pem file in the working directory when run directly.X-Ca-* headers and RSA signing, but the exact upstream signing preimage may still differ from the mini-program runtime.共 1 个版本