|
|
@@ -15,7 +15,7 @@ import java.time.Instant;
|
|
|
*/
|
|
|
@Slf4j
|
|
|
@RestController
|
|
|
-@RequestMapping("/v1/mp/sync/order/jst")
|
|
|
+@RequestMapping("/sync/order/jst")
|
|
|
public class JstOrderSyncController {
|
|
|
|
|
|
|
|
|
@@ -31,7 +31,7 @@ public class JstOrderSyncController {
|
|
|
* 接收聚水潭物流同步推送
|
|
|
* URL: POST /open/callback?partnerid=erp&method=logistics.upload&ts=xxx&sign=xxx
|
|
|
*/
|
|
|
- @PostMapping("/callback")
|
|
|
+ @PostMapping("/open/callback")
|
|
|
public ResponseEntity<PushResponse> handleLogisticsPush(
|
|
|
@RequestParam String partnerid,
|
|
|
@RequestParam String method,
|