2025-04-17 11:04:40 +08:00
|
|
|
@FortranWebApi_HostAddress = http://localhost:5000
|
|
|
|
|
|
|
|
### 测试Fortran请求
|
|
|
|
|
|
|
|
POST {{FortranWebApi_HostAddress}}/FortranCalculate
|
|
|
|
Content-Type: application/json
|
|
|
|
|
|
|
|
{
|
|
|
|
"text": "{\"FuncName\":\"calculate_main\",\"ClassName\":\"\",\"Par\":[ {"Name":"n","DataType":"0","ArrayType":"0","IsOut":"2","Data":0},
|
2025-04-17 17:50:06 +08:00
|
|
|
{"Name":"Data_Error","DataType":"1","ArrayType":"1","IsOut":"2","Data":[]},
|
|
|
|
{"Name":"Data_Re","DataType":"1","ArrayType":"1","IsOut":"1","Data":[]},
|
|
|
|
{"Name":"Error","DataType":"1","ArrayType":"1","IsOut":"1","Data":[]}]}"
|
2025-04-17 11:04:40 +08:00
|
|
|
}
|