Commit 8daf9dcb by 周晓航

ordercenter-sdk 新增方法用于B端下载 判断商品类型

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent 94fb23e7
......@@ -49,4 +49,11 @@ public class OrderItemStatisticsResponse {
return aggsName.split("#split#")[2].replace("[", "").replace("]", "");
}
/**
* 商品类型
*/
public String getProductType() {
return aggsName.split("#split#")[3].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