feat(china): set icp number and public security number #780

This commit is contained in:
Jacky 2024-12-15 14:56:53 +08:00
parent 2950be6e82
commit e326f5e930
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
13 changed files with 150 additions and 28 deletions

7
api/public/router.go Normal file
View file

@ -0,0 +1,7 @@
package public
import "github.com/gin-gonic/gin"
func InitRouter(r *gin.RouterGroup) {
r.GET("/icp_settings", GetICPSettings)
}