@@ -514,7 +514,7 @@ public class StudentOrderController extends BaseController {
return succeed();
}
- @RequestMapping("${app-config.url.student:}/paymentResult")
+ @RequestMapping("/paymentResult")
public void paymentResult(HttpServletResponse response, String orderNo, String type) {
try {
String baseApiUrl = sysConfigDao.findConfigValue(SysConfigService.BASE_API_URL_MDAYA);