【发布时间】:2019-11-18 06:12:23
【问题描述】:
当我调用这个 api 时,你好,
https://restapiaseem.000webhostapp.com/api/employees/get.php?id=10036
我收到以下来自我的服务器的响应,
{
"id": "10036",
"name": "Karun Nair",
"designation": "Marketing Head",
"mobile": "6988889799",
"email": "karunnair@gmail.com"
}
有没有办法调用这个api看起来像这样(删除.php扩展名) https://restapiaseem.000webhostapp.com/api/employees/get?id=10036
【问题讨论】: