|
@@ -1886,10 +1886,10 @@ public class SupplyChainController extends BaseController {
|
|
|
|
|
|
@PostMapping(value = "/accept")
|
|
@PostMapping(value = "/accept")
|
|
public Map<String, Object> acceptEvent(@RequestBody String eventsEncoded) {
|
|
public Map<String, Object> acceptEvent(@RequestBody String eventsEncoded) {
|
|
- System.err.println(eventsEncoded);
|
|
|
|
|
|
+ // System.err.println(eventsEncoded);
|
|
try {
|
|
try {
|
|
String events = PlatformEventSecurityUtil.decode(eventsEncoded, "JRowMMndTkSlvVORNvtJbw==");
|
|
String events = PlatformEventSecurityUtil.decode(eventsEncoded, "JRowMMndTkSlvVORNvtJbw==");
|
|
- logger.info("回调信息:",events);
|
|
|
|
|
|
+ System.err.println(events);
|
|
} catch (KsMerchantApiException e) {
|
|
} catch (KsMerchantApiException e) {
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
}
|
|
}
|