Explorar el Código

新增营销宝单点登录接口

shenjingwei hace 2 meses
padre
commit
38cd55768c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/custom/common/crm/sso.java

+ 1 - 1
src/custom/common/crm/sso.java

@@ -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) {