Commit b1843bd9 authored by 王亮's avatar 王亮

doc behavior interface.

parent 4e1512b3
......@@ -22,7 +22,7 @@ public class BehaviorApiV2Controller {
/**
* 统一获取行为验证码
* @return JsonResult<SMSCodeBean>
* @see <a href="http://yapi.quantgroups.com/project/17/interface/api/65824">统一获取行为验证码</a>
* @see <a href="http://yapi.quantgroups.com/project/17/interface/api/65939">统一获取行为验证码</a>
*/
@PostMapping("/code")
public JsonResult<BehaviorCodeBean> getCode(@Valid @RequestBody BehaviorReq behaviorReq){
......@@ -32,7 +32,7 @@ public class BehaviorApiV2Controller {
/**
* 统一刷新行为验证码
* @return JsonResult<SMSCodeBean>
* @see <a href="http://yapi.quantgroups.com/project/17/interface/api/65824">统一获取行为验证码</a>
* @see <a href="http://yapi.quantgroups.com/project/17/interface/api/66059">统一刷新行为验证码</a>
*/
@PostMapping("/refresh")
public JsonResult<BehaviorCodeBean> refreshCode(@Valid @RequestBody BehaviorRefreshReq behaviorRefreshReq){
......
......@@ -32,7 +32,7 @@ public class BehaviorV2Controller {
/**
* 统一刷新行为验证码
* @return JsonResult<SMSCodeBean>
* @see <a href="http://yapi.quantgroups.com/project/17/interface/api/65824">统一获取行为验证码</a>
* @see <a href="http://yapi.quantgroups.com/project/17/interface/api/66064">统一刷新行为验证码</a>
*/
@PostMapping("/refresh")
public JsonResult<BehaviorCodeBean> refreshCode(@Valid @RequestBody BehaviorRefreshReq behaviorReq){
......
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