main^2^2
黄海 11 months ago
parent e3e24e20bb
commit adb17e1213

@ -212,7 +212,7 @@ public class YltControllerForWx {
* @return
*/
@PostMapping("/UserRefund/getRefundIds")
public ResultVO getRefundIds(HttpServletRequest request) throws InvocationTargetException, IllegalAccessException, NoSuchMethodException {
public ResultVO getRefundIds(HttpServletRequest request) {
//获取当前登录人员信息
String userId = request.getHeader("userId");
if (StringUtils.isBlank(userId)) {

Loading…
Cancel
Save