上一页 1 ··· 13 14 15 16 17
摘要: 代码如下: / 调用接口图片上传 / public function upload(){ $files = $_FILES['file']; $url = '';//接口地址 $avatar = curl_file_create($files['tmp_name'], $files['type'], 阅读全文
posted @ 2020-04-11 10:35 八戒vs 阅读(726) 评论(0) 推荐(0) 编辑
摘要: // 批量更新 try { $tableName = self::CUSTOMER_PRIVILEGE_CONFIG; // 表名 $firstRow = current($multipleData); $updateColumn = array_keys($firstRow); // 默认以id为 阅读全文
posted @ 2020-04-10 17:51 八戒vs 阅读(1343) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17