|
@@ -1907,6 +1907,7 @@ public class KuaishouInterfaceServiceImpl implements IKuaishouInterfaceService {
|
|
|
returnJson.put("isMultiConversion", dataJson.getInteger("is_multi_conversion"));
|
|
|
returnJson.put("isAdWatchTimes", dataJson.getInteger("is_ad_watch_times"));
|
|
|
returnJson.put("isOrderPaied", dataJson.getInteger("is_order_paied"));
|
|
|
+ returnJson.put("isKeyAction", dataJson.getInteger("is_key_action"));
|
|
|
|
|
|
JSONArray deep_conversion_types = dataJson.getJSONArray("deep_conversion_types");
|
|
|
JSONArray deepConversionTypes = new JSONArray();
|