Skip to content

♻️ 数据安全性加固,所有非特殊性质的 ID 在服务端这边强制以无符号格式处理,保证业务层不可能出现负数。 #39

♻️ 数据安全性加固,所有非特殊性质的 ID 在服务端这边强制以无符号格式处理,保证业务层不可能出现负数。

♻️ 数据安全性加固,所有非特殊性质的 ID 在服务端这边强制以无符号格式处理,保证业务层不可能出现负数。 #39

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: build
args: --package _router