|
|
@ -241,7 +241,7 @@ public class WxmpMessageServiceImpl implements WxmpMessageService { |
|
|
|
jsonObject.put(WxmpMessageConstant.PAGE, resiPage.toString()); |
|
|
|
} else if (WxmpMessageConstant.GOV_DB.equals(clientType)) { |
|
|
|
StringBuilder govPage = new StringBuilder(WxmpMessageConstant.PAGE_URL); |
|
|
|
govPage.append("?customerId=").append(customerId).append("&userId=").append(userId); |
|
|
|
govPage.append("?customerId=").append(customerId).append("&staffId=").append(userId); |
|
|
|
jsonObject.put(WxmpMessageConstant.PAGE, govPage.toString()); |
|
|
|
} |
|
|
|
//开发环境
|
|
|
|