|
|
|
@ -128,6 +128,7 @@ public class OrderController extends BaseController {
|
|
|
|
return ResponseEntity.ok(service.log(orderId));
|
|
|
|
return ResponseEntity.ok(service.log(orderId));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@PreAuthorize("@ss.hasAnyRoles('admin')")
|
|
|
|
@ApiOperation("订单解密")
|
|
|
|
@ApiOperation("订单解密")
|
|
|
|
@GetMapping("/decryptPhone/{orderId}")
|
|
|
|
@GetMapping("/decryptPhone/{orderId}")
|
|
|
|
public ResponseEntity<String> decryptPhone(@PathVariable Long orderId){
|
|
|
|
public ResponseEntity<String> decryptPhone(@PathVariable Long orderId){
|
|
|
|
|