Quellcode durchsuchen

第三方支付

qin vor 2 Jahren
Ursprung
Commit
749d6e7037

+ 1 - 1
src/main/java/com/poteviohealth/ym/ipos/controller/ReceivePayAndRefundController.java

@@ -19,7 +19,7 @@ import javax.annotation.Resource;
  * @author Qin
  */
 @Controller
-@RequestMapping("/order/receive")
+@RequestMapping("/ipos/receive")
 @Slf4j
 public class ReceivePayAndRefundController {