refactor(mall): 恢复使用马来西亚货代 API 接口
- 将 API 地址从全局 API 服务器更改回马来西亚本地 API 服务器
- 删除了全局 API 服务器的注释行
| | |
| | | * partnerKey : ER5DFRT320D4ed6FAFs3G410Fs977 |
| | | * Endpoint :http://sgp-seaedi.800best.com/Malaysia/kdapi/api/proces |
| | | */ |
| | | // String url = "http://sgp-seaedi.800best.com/Malaysia/kdapi/api/proces"; |
| | | String url = "http://open-sgp.800best.com/api-server/m9api/api/process"; |
| | | String url = "http://sgp-seaedi.800best.com/Malaysia/kdapi/api/process"; |
| | | String partnerID = "MY_LEADING"; |
| | | String partnerKey = "ER5DFRT320D4ed6FAFs3G410Fs977"; |
| | | String format = "JSON"; |