Have you started? This component_access_token is obtained through component_verify_ticket after getting the component_verify_ticket pushed by the WeChat server. I am also doing public account services. If you have any questions, please feel free to communicate.
Doesn’t the decryption method provided by WeChat also require a string signature string, a string timestamp, and a string random string? Where can I get these three parameters?
Ask God for help. .
Have you started? This component_access_token is obtained through component_verify_ticket after getting the component_verify_ticket pushed by the WeChat server. I am also doing public account services. If you have any questions, please feel free to communicate.
Developed in java? In fact, PHP is simpler, and there are some simple encapsulation frameworks: https://github.com/netputer/wechat-php-sdk
This information was pushed to me by WeChat
<![CDATA[wx46fe7ae472d71a77]]>
<![CDATA[4B/wHJn1FdjJcsznmIpC8sV+HTZfhGp1p8t8Masj8HZ+A5CmD8Pjc/dHM9qe/qFY57vQUkADjruXFxw7piR+CYiOxLIrdIDqaT9HGlUphhB+v+sjwfeGoXMxHLIeVNYVnRHw NdXP9D+xahunqKP4BMkoxKKJNfN2SlmMm4Y8rmzQabs9UY/uBFr8f41jyryQDP4ncxSpXcF4Q8uVm4IWNsmenEyqlEDUAew5IWZ7c5k8/OqzboI/N7fBMFO8h1S89GUEHkYajrRhhppwdzu62U7byKN acN0p6mcqw1ETjU5PRCf8dYLQvOEgy2QGlRJnkA8QTbnf1WMsmpLFZjepIW8I8tXDsRaZbkP1OA BHd4uCmAGw1IWM+2MSry2demtz/o5d8FW127wLKMj4HUFylBhhbuSDiYjEzP2q4eQZrGpJQgOeI 3sMehMqxhuBZjSOuupxJL1rZeQa0+LWO/ZNzA==]]>
Doesn’t the decryption method provided by WeChat also require a string signature string, a string timestamp, and a string random string? Where can I get these three parameters?
Ask God for help. .
I am also doing it now. The other parameters are obtained from $_GET. How to decrypt them after obtaining them?