Commit 80738f5e by Li Yongyu

update

parent 30dfac3e
......@@ -116,8 +116,8 @@ public class getRecommend extends TK implements API {
+ data.get("msg").toString() + " but actually "
+ jp.getString("retcode") + ".";
}
System.out.println(data.get("custom"));
System.out.println(json);
if(data.get("custom") != null && json!=null){
//如果自定义结果包含多个希望结果,也就是有逗号,那么就切割,包含比较。
if(data.get("custom").toString().contains(",")){
......
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