提交 3da84edb 编写于 作者: 孙喜旺

接口api规范

上级 d68ace6b
......@@ -85,7 +85,7 @@ public class WeCustomerController extends BaseController {
@Log(title = "根据客户id获取客户详细信息", businessType = BusinessType.SELECT)
@ApiOperation(value = "根据客户id获取客户详细信息", httpMethod = "GET")
@GetMapping(value = "/{externalUserId}")
public AjaxResult getInfo(@PathVariable("externalUserId") String externalUserId) {
public AjaxResult<WeCustomer> getInfo(@PathVariable("externalUserId") String externalUserId) {
return AjaxResult.success(weCustomerService.selectWeCustomerByEid(externalUserId));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册