Commit 4949e6cb by 周晓航

sdk新增方法

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 7554383f
......@@ -56,4 +56,10 @@ public class OrderItemStatisticsResponse {
return aggsName.split("#split#")[3].replace("[", "").replace("]", "");
}
/**
* 商品productSpec
*/
public String getProductSpec() {
return aggsName.split("#split#")[4].replace("[", "").replace("]", "");
}
}
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