fix 修正 小程序登录 注释错误

This commit is contained in:
疯狂的狮子li
2022-03-23 17:37:23 +08:00
parent ab884114be
commit 3ded50ca60

View File

@@ -69,7 +69,7 @@ public class TokenController {
* @param xcxCode 小程序code
* @return 结果
*/
@ApiOperation("短信登录(示例)")
@ApiOperation("小程序登录(示例)")
@PostMapping("/xcxLogin")
public R<Map<String, Object>> xcxLogin(@NotBlank(message = "{xcx.code.not.blank}") String xcxCode) {
Map<String, Object> ajax = new HashMap<>();