|
|
@@ -38,7 +38,7 @@ public class ProdInOutServiceImpl implements ProdInOutService {
|
|
|
//时间戳
|
|
|
String timestamp = String.valueOf(System.currentTimeMillis());
|
|
|
//请求地址+时间戳+dataURL编码+master
|
|
|
- String urlMessage="https://uas.cicsc.com/ERP/scm/reserve/postProdInOut.action?_timestamp="+timestamp+"&master="+master+"&id="+pi_id+"&caller="+caller;
|
|
|
+ String urlMessage="https://uas.cicsc.com/ERP_T/scm/reserve/postProdInOut.action?_timestamp="+timestamp+"&master="+master+"&id="+pi_id+"&caller="+caller;
|
|
|
//Hmac加密作为签名
|
|
|
String Url=urlMessage+"&_signature="+HmacUtils.encode(urlMessage);
|
|
|
try {
|