摘要:
# https://market.aliyun.com/products/57124001/cmapi00050254.html?spm=5176.2020520132.101.3.15a1721807SkgN#sku=yuncode44254000019 仅限企业 照片清晰、曝光正常,人脸完整无遮 阅读全文
摘要:
public function upload() { $data = Request::param('link'); $type = Request::param('type'); $image_parts = explode(";base64,", $data); $image_type = ex 阅读全文
摘要:
/** * @return \think\response\Json */ public function upload() { $data = file_get_contents("php://input"); $fileType = ''; $this->getFileType($data, $ 阅读全文