Files
asset_assistant/backend
2025-11-18 11:53:08 +08:00
..
add
2025-11-17 15:17:36 +08:00
add
2025-11-18 11:53:08 +08:00
add
2025-11-17 18:17:14 +08:00
add
2025-11-17 15:17:36 +08:00
add
2025-11-17 15:30:27 +08:00
add
2025-11-17 15:22:41 +08:00
add
2025-11-17 15:17:36 +08:00
add
2025-11-17 15:17:36 +08:00
add
2025-11-17 15:30:27 +08:00
add
2025-11-17 18:10:40 +08:00
add
2025-11-11 18:23:51 +08:00

curl -X POST "https://api.fishestlife.com/user/register"
-H "Content-Type: application/json"
-d '{ "account": "test", "password": "test12341234" }'

创建美国

curl -X POST "https://api.fishestlife.com/country/create"
-H "Content-Type: application/json"
-d '{"name": "美国", "code": "US"}'

创建中国

curl -X POST "https://api.fishestlife.com/country/create"
-H "Content-Type: application/json"
-d '{"name": "中国", "code": "CN"}'

创建日本

curl -X POST "https://api.fishestlife.com/country/create"
-H "Content-Type: application/json"
-d '{"name": "日本", "code": "JP"}'

创建香港

curl -X POST "https://api.fishestlife.com/country/create"
-H "Content-Type: application/json"
-d '{"name": "香港", "code": "HK"}'

创建美国

curl -X POST "https://api.fishestlife.com/currency/create"
-H "Content-Type: application/json"
-d '{"name": "美元", "code": "USD"}'

创建中国

curl -X POST "https://api.fishestlife.com/currency/create"
-H "Content-Type: application/json"
-d '{"name": "人民币", "code": "CNY"}'

创建日本

curl -X POST "https://api.fishestlife.com/currency/create"
-H "Content-Type: application/json"
-d '{"name": "日元", "code": "JPY"}'

创建香港

curl -X POST "https://api.fishestlife.com/currency/create"
-H "Content-Type: application/json"
-d '{"name": "港币", "code": "HKD"}'