|
|
|
@ -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)) {
|
|
|
|
|