更新remote registerPatient接口

master
冯凯 2023-10-26 19:41:01 +08:00
parent c69e20ffcc
commit 6a2ed07324
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public interface RemoteUserService {
* @author * @author
* @date: 2023/10/26 13:21 * @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); public Result<?> registerPatient(@RequestBody Patient patient,@RequestHeader(SecurityConstants.FROM_SOURCE) String source);
/** /**
* @description: * @description: