| | |
| | | |
| | | @Override |
| | | public KdTraceQueryRsp checkTraceInfo(ApiCheckTraceInfoDto checkTraceInfoDto) { |
| | | String url = "http://open-sgp.800best.com/api-server/m9api/api/process"; |
| | | String partnerID = "71"; |
| | | String partnerKey = "G95DIM64"; |
| | | // String url = "http://open-sgp.800best.com/api-server/m9api/api/process"; |
| | | // String partnerID = "71"; |
| | | // String partnerKey = "G95DIM64"; |
| | | // String format = "JSON"; |
| | | |
| | | String url = "http://sea-edi-hxtest.800best.com/Malaysia/kdapi/api/process"; |
| | | String partnerID = "M_TEST"; |
| | | String partnerKey = "TEST12345"; |
| | | String format = "JSON"; |
| | | |
| | | Client client = new Client(url, partnerID, partnerKey, format); |