Bläddra i källkod

update

master
dengbiao 2 månader sedan
förälder
incheckning
28265214fc
2 ändrade filer med 6 tillägg och 2 borttagningar
  1. +0
    -2
      src/applet/public/index.php
  2. +6
    -0
      src/common/Model/SelfSupportForSchoolOrd.php

+ 0
- 2
src/applet/public/index.php Visa fil

@@ -1,6 +1,4 @@
<?php
echo phpinfo();
exit();
include __DIR__ . '/../app/config/config.php';
include __DIR__ . '/../app/config/loader.php';
include __DIR__ . '/../app/config/di.php';


+ 6
- 0
src/common/Model/SelfSupportForSchoolOrd.php Visa fil

@@ -113,6 +113,12 @@ class SelfSupportForSchoolOrd extends BasicModel
*/
public $trade_amount;

/**
*
* @var double
*/
public $refund_amount;

/**
*
* @var string


Laddar…
Avbryt
Spara