Commit 6ce14981 by fanjiaxin

代码初始化

parent d7ab7fad
Pipeline #71434 passed with stages
in 1 minute 5 seconds
......@@ -31,7 +31,7 @@ public class WeChatSharerRegisterBindRequest implements IWeChatRequest {
@Override
public String getRequestUrl() {
return weChatConfig.getUrl() + WeChatApi.GET_USER_INFO + "?access_token=" + getAccessToken();
return weChatConfig.getUrl() + WeChatApi.GET_PROMOTER_REGISTER_AND_BIND_STATUS + "?access_token=" + getAccessToken();
}
/**
......
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