@@ -197,7 +197,7 @@ public class FsStorePaymentScrmController extends BaseController
}
@PreAuthorize("@ss.hasPermi('store:storePayment:refund')")
- @PostMapping("refundStorePayment")
+ @PostMapping("/refundStorePayment")
@Transactional
public R refundStorePayment(@RequestBody FsStorePaymentScrm fsStorePayment)
{