|
@@ -232,6 +232,7 @@ public class OmsOrderController {
|
|
|
* @return
|
|
|
*/
|
|
|
@PostMapping("/order/refund/notify")
|
|
|
+ @Authorize(enabled = false)
|
|
|
public void orderRefundNotify(HttpServletRequest request, @RequestBody SxyNotifyParam param) {
|
|
|
String merchantId = request.getHeader("merchantId");
|
|
|
String encryptKey = request.getHeader("encryptKey");
|