-
通过api生成白底的证件照是不是需要调用2次api?
1.调用接口 生成证件照(底透明)
2.调用接口 添加白色背景色
我的问题是这个在网页上面这么操作的话无可厚非,但是通过接口的话,就要考虑保持接口1返回的值,再post到接口2中,不知道后面能否再增加一个新的接口,实现1+2的功能
-
![73B4D7B3-8359-49b8-93E4-DC198AB227F9](https://github.com/user-attachments/assets/fac9c243-2c40-4cea-9daf-7e019d1e066b)
-
```
What steps will reproduce the problem?
1. Read information from the card.
2.
3.
What is the expected output? What do you see instead?
Although it is not really a defect, it is rather annoying. On…
-
```
What steps will reproduce the problem?
1. Read information from the card.
2.
3.
What is the expected output? What do you see instead?
Although it is not really a defect, it is rather annoying. On…
-
```
What steps will reproduce the problem?
1. Read information from the card.
2.
3.
What is the expected output? What do you see instead?
Although it is not really a defect, it is rather annoying. On…
-
```
What steps will reproduce the problem?
1. Read information from the card.
2.
3.
What is the expected output? What do you see instead?
Although it is not really a defect, it is rather annoying. On…
-
For encryption / decryption, phpseclib is a more mature product.
This is currently only used for decryption of huids from iSites, but I would like the phpseclib inside the vendors dir instead of part…
-
Ms. Boyden has no photo
Submitted via Form by awei@eastsideprep.org
-
IMAGE SYNC
-
在学习大佬的代码时发现 `/idphoto`接口的入参里有几个参数没有使用 `fastapi`的`Form()` 处理。这样有一个问题是在前端调用时 虽然通过`new FormData()`传递了 但是fastapi接收不到
```js
// 前端调用
const formdata = new FormData()
formdata.append('head_measure_ratio'…