Giter Site home page Giter Site logo

tekintian / wechat_shop Goto Github PK

View Code? Open in Web Editor NEW
223.0 14.0 119.0 41.24 MB

基于thinkphp 后台系统的微信小程序商城系统,后端API+前端小程序APP源码

Home Page: http://dev.yunnan.ws/contactus.html

HTML 9.32% PHP 23.50% JavaScript 61.08% CSS 5.99% Smarty 0.10%

wechat_shop's People

Contributors

tekintian avatar tekinvip avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wechat_shop's Issues

Setup Airbrake for your PHP application

Installation

Install Airbrake using Composer by running the following command from your project's directory:

composer require airbrake/phpbrake

Example Usage

Copy the following configuration snippet into your PHP app. It shows how to initialize Airbrake and register the instance as an error handler:

(You can find your project ID and API KEY with your project's settings):

$notifier = new Airbrake\Notifier(array(
    'projectId' => <Your project ID>,
    'projectKey' => '<Your project API KEY>'
));

Airbrake\Instance::set($notifier);

$handler = new Airbrake\ErrorHandler($notifier);
$handler->register();

To send a test error, you can call Airbrake directly like in this try/catch example:

try {
    throw new Exception('hello from phpbrake');
} catch(Exception $e) {
    Airbrake\Instance::notify($e);
}

Framework integrations

Going further

Check out our official GitHub repo for info on additional features like:

有关 PATH_INFO 问题, 请求帮助

环境:

  • centOS
  • Nginx 1.14
  • PHP 7.0
  • 宝塔搭建的环境

问题:
访问域名/Admin/Login 出现 404 错误

描述:
在我的 MacOS 系统上, 本地跑没有问题成功了, 使用了 mamp 配置环境, 向 Nginx 中添加以下规则

#rewrite配置,很重要,如果你不知道你在做什么,请勿修改!!!
  if (!-e $request_filename) {
    rewrite "^/(.*)"  /index.php?s=/$1 last;
    break;
  }

本地成功了, 就放到服务器上, 向对应域名内添加如上规则, 并不能成功
image
image
我的 php7.0 配置中明明有引入 pathinfo

数据导入失败

查询出错 (1044): Access denied for user 'xxxxxx'@'localhost' to database 'wechat_shop'

123

部署文档清楚,部署简单易懂,前后端齐全,适合初学者。缺点就是功能不丰富。期盼作者持续更新…

立即购买bug

将商品添加到购物车,点急立即购买出现如下情况。
image

规格问题

商品规格,前后台被删减代码。。。

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.