Loading

摘要: 用于偶尔需要请求数据, 不想引入 guzzle request for php 等包 function doCurlPostRequest($url = '',Array $data = array()) { $data_string = json_encode($data,JSON_UNESCAP 阅读全文
posted @ 2021-03-30 16:02 天才大野狼 阅读(4508) 评论(0) 推荐(0)