Commit 8c0f5027 authored by hongguangwu's avatar hongguangwu

MVP1.7.3-shuiyou 增减接口

parent 70d645fa
...@@ -500,6 +500,9 @@ public class SocialFriendConfig { ...@@ -500,6 +500,9 @@ public class SocialFriendConfig {
//String mxzt = blxmjglb.getString("mxzt") //String mxzt = blxmjglb.getString("mxzt")
// 提示或者错误信息 SUCCESS // 提示或者错误信息 SUCCESS
String cwxx = blxmjglb.getString("cwxx"); String cwxx = blxmjglb.getString("cwxx");
if (Common.isNotNull(cwxx) && cwxx.length()>100 ) {
cwxx = cwxx.substring(0, 100);
}
result.setCwxx(cwxx); result.setCwxx(cwxx);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment