Skip to content

42maojin/go_crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

通过go实现webapi接口,数据的增删该查功能执行main.go文件后 (go run main.go)

使用postman模拟调用接口

http:localhost:9090/user

增 :

post

body:

	account:***
	
	password: ***
	
	name: ***
	
	sex: ***
	
	phone: ***
	
	level: ***

删 :

delete

body:

	account:***
	
	password:***

改 :

put

body:

	account:***
	 
	password:***
		
	name:***
	
	sex:***
	
	phone:***
	
	level:***

查:

get

About

Go的简单增删改查接口

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages