bash_profile

package
v0.0.0-...-8e06e88 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 18, 2019 License: MIT Imports: 0 Imported by: 0

README

基础配置

在此文件中配置数据库及各种小程序的基础信息

Documentation

Index

Constants

View Source
const (
	DBConnect = "mongodb://localhost:27017" // 更换成你自己的uri地址
	DBName    = "mini_program"              // 更换成你自己的数据库名字

	WxUserCollection = "wx_users" // 更换成你自己的表单名字
	WxSite           = "https://api.weixin.qq.com/sns/jscode2session?"
	WxAppId          = "wx6f9cc63ed9ded89b"               // 使用自己的AppId 进行替换
	WxSecret         = "421169661fc3ef99110fe20c75a64ad1" // 使用自己的Secret 进行替换
	WxHttpTail       = "&grant_type=authorization_code"

	WebUserCollection = "web_users"
)

基础配置

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL