From 9eff421ca0aea4171f8c8fc50b22929be8db51f0 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 22 Apr 2024 17:39:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E4=BA=9B=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd576ea..0adadd7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ 库结构 1,目前只建了一个收入表,后期根据需要添加 + CREATE TABLE IF NOT EXISTS `wx_app_advertisement` ( `id` int(11) NOT NULL AUTO_INCREMENT, `app_id` int(11) NOT NULL COMMENT '应用id', @@ -21,5 +22,6 @@ CREATE TABLE IF NOT EXISTS `wx_app_advertisement` ( 2,wx.go--单个应用一段时间内,入库每个广告位置的收入。 -3,根据需要修改里面参数,包括小程序的appID,小程序密钥 appSecret,抓取日期 +3,根据需要修改里面参数,包括小程序的appID,小程序密钥 appSecret,抓取日期,mysql的用户名,密码,库名. +