fix 修正 小程序登录 注释错误
parent
ab884114be
commit
3ded50ca60
|
|
@ -69,7 +69,7 @@ public class TokenController {
|
||||||
* @param xcxCode 小程序code
|
* @param xcxCode 小程序code
|
||||||
* @return 结果
|
* @return 结果
|
||||||
*/
|
*/
|
||||||
@ApiOperation("短信登录(示例)")
|
@ApiOperation("小程序登录(示例)")
|
||||||
@PostMapping("/xcxLogin")
|
@PostMapping("/xcxLogin")
|
||||||
public R<Map<String, Object>> xcxLogin(@NotBlank(message = "{xcx.code.not.blank}") String xcxCode) {
|
public R<Map<String, Object>> xcxLogin(@NotBlank(message = "{xcx.code.not.blank}") String xcxCode) {
|
||||||
Map<String, Object> ajax = new HashMap<>();
|
Map<String, Object> ajax = new HashMap<>();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue