mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 02:06:38 +08:00
commit
94f9c34ff7
@ -80,7 +80,9 @@ public class GoodService {
|
||||
paramMap.put("secret","H5@2021");
|
||||
paramMap.put("channelId","15");
|
||||
String sb = SmartHttpUtil.sendPostForm(url+"productMaster/query",paramMap,null);
|
||||
return sb;
|
||||
JSONObject jsonObject = JSONObject.parseObject(sb);
|
||||
String result = AESUtil.decryptLinux(jsonObject.getString("data"), AESUtil.KEY);
|
||||
return result;
|
||||
}
|
||||
|
||||
public String productSearchQuery()throws Exception{
|
||||
|
Loading…
Reference in New Issue
Block a user