|
|
@@ -39,7 +39,7 @@ public class InquiryUtils {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
public static PublicInquiryItemInfo save(PublicInquiryItemInfo item) throws Exception {
|
|
|
- String res = HttpUtil.doPost(url + "/inquiry/sale/item/save", JSONObject.toJSONString(item));
|
|
|
+ String res = HttpUtil.doPost(url + "/inquiry/sale/item/saveQuote", JSONObject.toJSONString(item));
|
|
|
if (null != res) {
|
|
|
Object obj = JSON.parse(res);
|
|
|
return JSON.parseObject(obj.toString(), PublicInquiryItemInfo.class);
|