更新remote registerPatient接口
parent
c69e20ffcc
commit
6a2ed07324
|
@ -27,7 +27,7 @@ public interface RemoteUserService {
|
|||
* @author 冯凯
|
||||
* @date: 2023/10/26 13:21
|
||||
*/
|
||||
@PostMapping("/register/patient")
|
||||
@PostMapping("/user/register/patient")
|
||||
public Result<?> registerPatient(@RequestBody Patient patient,@RequestHeader(SecurityConstants.FROM_SOURCE) String source);
|
||||
/**
|
||||
* @description: 医生注册
|
||||
|
|
Loading…
Reference in New Issue