fix: 修复远程接口和更换套餐
This commit is contained in:
@@ -80,8 +80,8 @@ public interface RemoteUUserService
|
||||
public R<Boolean> addCdrInfoByOmadaApi();
|
||||
|
||||
/**
|
||||
*
|
||||
* 根据设备mac保存或更新设备信息
|
||||
*/
|
||||
@GetMapping("/client/recordClientUser")
|
||||
@PostMapping("/client/recordClientUser")
|
||||
public R<Boolean> recordClientUser(@RequestBody UClientBo clientBo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user