This website works better with JavaScript.
Home
Explore
Help
Sign In
SmartCanteen
/
smart_canteen_pay
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update
master
dengbiao
2 months ago
parent
d588b887c3
commit
28265214fc
2 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/applet/public/index.php
+6
-0
src/common/Model/SelfSupportForSchoolOrd.php
+ 0
- 2
src/applet/public/index.php
View File
@@ -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
View File
@@ -113,6 +113,12 @@ class SelfSupportForSchoolOrd extends BasicModel
*/
public $trade_amount;
/**
*
* @var double
*/
public $refund_amount;
/**
*
* @var string
Write
Preview
Loading…
Cancel
Save