|
|
@@ -173,7 +173,7 @@ public class sso extends Basic {
|
|
|
try {
|
|
|
requestcontent = JSONObject.parseObject(JSONObject.parseObject(RequestContent).toJSONString());
|
|
|
} catch (Exception e) {
|
|
|
- return new ReturnObject_Err().setErrMsg("请求正文格式错误,必须为JSONObject格式");
|
|
|
+ return new ReturnObject_Err().setErrMsg("请求正文格式错误,必须为JSONObject格式,请求内容:" + RequestContent);
|
|
|
}
|
|
|
String[] mustkeys = {"accesstoken", "accountno"};
|
|
|
for (String mustkey : mustkeys) {
|