摘要: 见图: <?php /** * Desc: 微信web核心协议实现 */ function array_to_json($data) { $data = json_encode($data,JSON_UNESCAPED_UNICODE); return $data; } include 'webwe 阅读全文
posted @ 2022-10-21 12:10 钢锅 阅读(82) 评论(0) 推荐(0) 编辑