|
@@ -82,7 +82,6 @@ public class LoginApi {
|
|
|
* }
|
|
|
*/
|
|
|
@ApiOperation("微信授权登录(小程序)")
|
|
|
- @IpSave(saveName = "微信授权登录(小程序)", saveParams = false)
|
|
|
@PostMapping("/auth/applets")
|
|
|
public ResponseJson<UserLoginVo> appletsAuthorization(AuthAppletsDto authAppletsDto, @RequestHeader HttpHeaders headers) throws ParseException {
|
|
|
String code = authAppletsDto.getCode();
|