Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 287 Bytes

opt.md

File metadata and controls

21 lines (17 loc) · 287 Bytes

##http server request

	url: '/{controller name}'
	header: 
		user_token: 'awrgrwag' (login)
	method:
		mainly get
	params:
		opt: (integer for opt_id)
		params

##Opts ###Controller: User

  • OPT_REGISTER = 0
  • OPT_LOGIN = 1
  • OPT_USERINFO = 2
  • OPT_CHANGE_PASSWORD = 3