This commit is contained in:
vipg
2025-11-14 18:16:04 +08:00
parent a6c8a1c122
commit 9c217e5622

View File

@@ -0,0 +1,8 @@
curl -X POST http://localhost:20010/api/variety/create \
-H "Content-Type: application/json" \
-d '{
"name": "螺纹钢",
"code": "RB",
"tick": 1.0,
"tick_price": 10.0
}'