|
@@ -166,6 +166,7 @@ public class KuaiShouRealTimeController {
|
|
JSONObject unitVo = JSONObject.parseObject(unitPrice.get(0).toString());
|
|
JSONObject unitVo = JSONObject.parseObject(unitPrice.get(0).toString());
|
|
//出价
|
|
//出价
|
|
unitInfo.setBid(Double.valueOf(unitVo.getLong("bid")));
|
|
unitInfo.setBid(Double.valueOf(unitVo.getLong("bid")));
|
|
|
|
+ unitInfo.setBidType(unitVo.getInteger("bid_type"));
|
|
//优化目标
|
|
//优化目标
|
|
conver = unitVo.getInteger("ocpx_action_type");
|
|
conver = unitVo.getInteger("ocpx_action_type");
|
|
}
|
|
}
|