| | |
| | | return await fileUploadService.UpBizLicense(); |
| | | |
| | | } |
| | | /// <summary> |
| | | /// 增加人脸特征 |
| | | /// </summary> |
| | | /// <param name="CordId">身份证号</param> |
| | | /// <param name="Name">名称</param> |
| | | /// <param name="Gender">0代表未填写,1代表男性,2代表女性。</param> |
| | | /// <returns></returns> |
| | | [HttpPost] |
| | | public async Task<(bool , string)> IaiAddPerso([FromServices] IEzFileUploadService fileUploadService, IFormFile file,[FromQuery] string CordId, [FromQuery] string Name, [FromQuery] int Gender) |
| | | { |
| | | |
| | | |
| | | return await fileUploadService.IaiAddPerso(CordId, Name,Gender); |
| | | |
| | | |
| | | } |
| | | public async Task test([FromServices] ITencentCloudService fileUploadService) |
| | | { |
| | | |