Commit 64a1d0af by wangli

返回接口变更

1 parent 46a69002
...@@ -309,7 +309,7 @@ public class OrderServiceDetailImpl implements OrderServiceDetail { ...@@ -309,7 +309,7 @@ public class OrderServiceDetailImpl implements OrderServiceDetail {
private KV PackKV(String title, String value, String type, String status, Object params) { private KV PackKV(String title, String value, String type, String status, Object params) {
KV item = new KV(); KV item = new KV();
item.setTitle(title); item.setLabel(title);
item.setValue(value); item.setValue(value);
item.setType(type); item.setType(type);
item.setStatus(status); item.setStatus(status);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!