add ua check

This commit is contained in:
2024-09-05 03:45:18 +07:00
parent f40e4bf2e1
commit bd29ac242d
2 changed files with 26 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
POST http://0.0.0.0:8090/cart
User-Agent: crabs/1.0.0
[
{
"productId": 1,
"count": 20
}
]