|
@@ -182,7 +182,7 @@ public class HBGoodsService implements IHBGoodsService {
|
|
|
public HBR updateGoodsStatus(JSONObject hbRequest) {
|
|
public HBR updateGoodsStatus(JSONObject hbRequest) {
|
|
|
try {
|
|
try {
|
|
|
JSONObject bodyStr = hbRequest.getJSONObject("body");
|
|
JSONObject bodyStr = hbRequest.getJSONObject("body");
|
|
|
- log.info("商品,body:{}", bodyStr);
|
|
|
|
|
|
|
+ log.info("商品可售状态,body:{}", bodyStr);
|
|
|
|
|
|
|
|
JSONArray data = bodyStr.getJSONArray("data");// 使用Fastjson的解析方法
|
|
JSONArray data = bodyStr.getJSONArray("data");// 使用Fastjson的解析方法
|
|
|
String selfSkuStatus = getSelfSkuStatus(data);
|
|
String selfSkuStatus = getSelfSkuStatus(data);
|