WeChat public platform is a new service platform that provides business services and user management capabilities to individuals, enterprises and organizations. The WeChat public platform mainly includes real-time communication, message sending and material management. Users can group and manage fans of public accounts and communicate in real time. They can also use advanced functions - editing mode and development mode to automatically reply to user information. "Chuangzhi and Dark Horse WeChat Public Platform Development Video Tutorial" is a WeChat public platform development video tutorial jointly produced by Chuanzhi Podcast and Dark Horse Programmers.
Video playback address: //m.sbmmt.com/course/320.html
The teacher’s teaching style :
Teachers’ lectures are simple and in-depth, clear in structure, analyzed layer by layer, interlocking, rigorous in argumentation, and rigorous in structure. They use the logical power of thinking to attract students’ attention and use reason to control the classroom teaching process. By listening to teachers' lectures, students not only learn knowledge, but also receive thinking training, and are also influenced and influenced by teachers' rigorous academic attitude.
The more difficult point in this video is WeChat location query and storage:
Backend format:
<xml> <ToUserName><![CDATA[gh_680bdefc8c5d]]></ToUserName> <FromUserName><![CDATA[oIDrpjqASyTPnxRmpS9O_ruZGsfk]]></FLACFromUserName> <CreateTime>1359036619</CreateTime> <MsgType><![CDATA[location]]></MsgType> <Location_X>22.539968</Location_X> <Location_Y>113.954980</Location_Y> <Scale>16</Scale> <Label><![CDATA[中国广东省深圳市南山区华侨城深南大道9789号 邮政编码: 518057]]></Label> <MsgId>5837017832671832047</MsgId> </xml>
XML format explanation
ToUserName message receiver WeChat ID, usually the public platform account WeChat ID
FromUserName Message sender’s WeChat ID
CreateTime Message creation time
MsgType Message type, geographical location is location
Location_X Location latitude
Location_Y Location longitude
Scale Map zoom size
Label Location information
MsgId Message ID number
The above is the detailed content of Sharing of video materials developed by Chuanzhi and Heima WeChat public platforms. For more information, please follow other related articles on the PHP Chinese website!