Commit 0d002bb3 by 徐高华

获取会员签到页分析配置

parent 63f376fe
...@@ -362,7 +362,7 @@ public class WxStaffController extends WebBaseController { ...@@ -362,7 +362,7 @@ public class WxStaffController extends WebBaseController {
* @return * @return
*/ */
@IgnoreLogin @IgnoreLogin
@RequestMapping("/get-member-sign-show") @RequestMapping("/get-member-sign-share")
public RestResponse<Object> getMemberSingInfo(String enterpriseId) { public RestResponse<Object> getMemberSingInfo(String enterpriseId) {
JSONObject json = this.getMemberSignPage(enterpriseId) ; JSONObject json = this.getMemberSignPage(enterpriseId) ;
if(null != json) { if(null != json) {
......
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