Commit 2f63bc25 by 徐高华

test

parent 2045307e
......@@ -752,4 +752,13 @@ public class QywxOpenTaskController {
return Integer.valueOf(resp.getResult().toString());
}
@RequestMapping("test")
public RestResponse<Object> test(String memberId) {
WebLoginDTO loginUser = AuthWebRequestUtil.getLoginUser();
String wxEnterpriseId = loginUser.getWxEnterpriseId();
String enterpriseId = loginUser.getEnterpriseId();
String ret = this.openQwApiService.matchStaffTest(wxEnterpriseId,enterpriseId,memberId) ;
return RestResponse.successResult(ret) ;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment