更新一些说明
This commit is contained in:
parent
a5779dd6ff
commit
9eff421ca0
|
@ -1,6 +1,7 @@
|
||||||
库结构
|
库结构
|
||||||
|
|
||||||
1,目前只建了一个收入表,后期根据需要添加
|
1,目前只建了一个收入表,后期根据需要添加
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS `wx_app_advertisement` (
|
CREATE TABLE IF NOT EXISTS `wx_app_advertisement` (
|
||||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
`id` int(11) NOT NULL AUTO_INCREMENT,
|
||||||
`app_id` int(11) NOT NULL COMMENT '应用id',
|
`app_id` int(11) NOT NULL COMMENT '应用id',
|
||||||
|
@ -21,5 +22,6 @@ CREATE TABLE IF NOT EXISTS `wx_app_advertisement` (
|
||||||
|
|
||||||
2,wx.go--单个应用一段时间内,入库每个广告位置的收入。
|
2,wx.go--单个应用一段时间内,入库每个广告位置的收入。
|
||||||
|
|
||||||
3,根据需要修改里面参数,包括小程序的appID,小程序密钥 appSecret,抓取日期
|
3,根据需要修改里面参数,包括小程序的appID,小程序密钥 appSecret,抓取日期,mysql的用户名,密码,库名.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue