GithubHelp home page GithubHelp logo

weiyuanfang / july_client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yyjeffrey/july_client

0.0 0.0 0.0 902 KB

A WeChat mini program for SaaS social platform - 七月社交小程序

License: Apache License 2.0

JavaScript 100.00%

july_client's Introduction

july_client

build build

七月微信小程序——客户端

一款集成Lin UI开发的SaaS社交平台微信小程序。海内存知己,天涯若比邻,期待大家的交流互动!

技术交流(闲聊吹水)群:592832957

技术栈

快速开始

  1. 下载源码

    git clone [email protected]:YYJeffrey/july_api.git
    
  2. 安装依赖(可选)
    项目源码中已安装好依赖,只需确保文件miniprogram_npm存在,故该步骤可以跳过。如需安装其他依赖,请自行使用npm install安装。

  3. 注册APP_ID
    该项目是SaaS平台,可以使用自己的微信小程序APP ID注册加入七月联盟,通过API文档的“注册平台接口”填写相关信息注册。(完成了该步后第4步可不做)

    注册时请确保app_idapp_secret的正确性,否则将无法完成注册。完成注册后小程序负责人可以通过登录七月后台管理平台来管理自己的小程序,账号密码分别为app_idapp_secret

  4. 修改APP_ID(可选)
    若已完成上一步骤,则可跳过该步骤。若不便平台注册的,可以通过修改app.js中globalData下的appId,将其改成wx0be6c8fa6d9cb4bf即可,这一方案,用户授权、发布内容、通知接口等存在受限,仅少许接口可用,适用于测试显示内容等。

    globalData: {
      appId: "wx0be6c8fa6d9cb4bf",
      ...
    },
    
  5. 订阅消息配置
    请确保第3步已经完成,配置订阅消息需要先在微信小程序平台内选择订阅的模板,七月使用了编号为4652的模板作为评论模板,编号为372的模板作为预约模板,建议使用相同编号的模板。
    选择完模板后,需要登录七月后台管理平台,进入模板管理,添加两个模板,其中模板名称必须为评论模板预约模板,否则配置不会生效,模板键名需要用英文的逗号分隔,建议与七月保持一致。

API文档

七月接口遵循RESTful开发风格,接口内容参阅下方链接。
API文档地址

功能模块

产品展示











版本说明

  • v1.2.1 - 升级组件库版本,新增视频上传功能,树洞记录持久化
  • v1.1.4 - 完成用户信息接口适配,修改登录授权接口逻辑
  • v1.1.1 - 完成内容发布及图片显示等优化,开放SaaS平台管理系统
  • v0.0.1 - 小程序已达到生产使用标准,功能完善,上线数个月运行正常

july_client's People

Contributors

yyjeffrey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.