wangchaoxu 1 year ago
commit e700339137

@ -5,7 +5,7 @@ curl --location --request POST 'localhost:8080/base/cloud/spi' \
--data-raw '{
"appId":"7264840234423027259",
"authId":"4463798",
"method":"searchDSProductCatTree",
"method":"getChoicenessSourceItemTag",
"data":"{\"pageNo\":\"1\",\"pageSize\":\"20\"}"
}'

@ -36,7 +36,6 @@ public class GetChoicenessSourceItemTagService extends SPIBaseService implements
// ----业务处理----
HashMap<String, Object> params = new HashMap<>();
params.put("","");
String res = null;
try {

Loading…
Cancel
Save