PaymentCenter/app/constants/pojo/app.go

8 lines
56 B
Go

package pojo
const (
RSA int32 = iota + 1
SM2
SM4
)