Commit eb662fca by guojuxing

微盟授权回掉过滤忽视

parent ff4d61d0
......@@ -6,6 +6,7 @@ import java.util.stream.Collectors;
import java.util.stream.Stream;
import com.gic.api.base.commons.Page;
import com.gic.commons.annotation.HeaderSignIgnore;
import com.gic.enterprise.base.UserInfo;
import com.gic.enterprise.constant.Constants;
import com.gic.enterprise.error.ErrorCode;
......@@ -428,6 +429,7 @@ public class WmMallStoreController {
* @param code
*/
@RequestMapping("auth-callback")
@HeaderSignIgnore
public RestResponse authCallBack(HttpServletResponse response, String code, Integer state) throws IOException {
try {
ServiceResponse<Void> authWmResponse = weimobMerchantService.weimobStoreAuth(state, code);
......
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