Commit 9c6dea56 by fudahua

绑定的时候 新增小程序配置

parent f8dbe76d
......@@ -83,7 +83,7 @@ public class WxEnterpriseController extends WebBaseController{
//授权企业列表
@IgnoreLogin
@RequestMapping("wx-enterprise-list")
@RequestMapping("wxa-enterprise-list")
public HaobanResponse wxEnterpriseList() {
LoginDTO login = (LoginDTO) AuthRequestUtil.getLoginUser();
String wxEnterpriseId = login.getWxEnterpriseId();
......@@ -113,7 +113,7 @@ public class WxEnterpriseController extends WebBaseController{
//授权企业列表
@IgnoreLogin
@RequestMapping("wxa-enterprise-list")
@RequestMapping("wx-enterprise-list")
public HaobanResponse wxaEnterpriseList() {
// String wxEnterpriseId = "ca66a01b79474c40b3e7c7f93daf1a3b";
LoginDTO login = (LoginDTO) AuthRequestUtil.getLoginUser();
......
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