request()。body()。asJson()为null

时间:2018-07-03 14:01:27

标签: scala playframework

为什么我总是总是将request()。body()。asJson()值设为空。

我将表单数据发送为

clientId    test123
clientScopes    local
clientSecret    AfrTest123
clientSecretOnly    true
clientServices[]    test
clientVersions  []
module  clientConfig
save    Save

在API方面,我正在做类似的事情。

    TestConfiguration config = Json.fromJson(request().body().asJson(), TestConfiguration.class);

0 个答案:

没有答案