@RequestMapping(value="/api/users") @Controller public class UserController extends Object
UserController()
cn.zzq0324.radish.common.dto.response.Response<String>
code2token(int type, String appId, String code)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UserController()
@GetMapping(value="/{type}/{appId}/oauth") public cn.zzq0324.radish.common.dto.response.Response<String> code2token(@PathVariable(value="type") int type, @PathVariable(value="appId") String appId, @RequestParam(value="code") String code)
Copyright © 2023. All rights reserved.