Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目分为三部分,例如 Lumen-5.8(API)、Angular-8(web)、Android(Mobile)。POST 方法在 Angular 中有效,但在 Android 中无效。
您正在开发 API。所以你需要关心请求和响应类型。
前任。在 Android 中,如果您期望来自 API 的字符串响应,但您的 API 向您发送整数,那么您将收到 500 错误。