doc service credit progress
This commit is contained in:
parent
1d4fd45c3f
commit
9a09028b4a
@ -1,4 +1,7 @@
|
||||
<?php
|
||||
return array(
|
||||
'getCredit' => 'getCredit',
|
||||
'Credit' => 'Credit',
|
||||
'addCredit' => 'AddCredit',
|
||||
'subCredit' => 'SubCredit',
|
||||
'updateCredit' => 'UpdateCredit',
|
||||
);
|
@ -1,7 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: potier
|
||||
* Date: 23/02/17
|
||||
* Time: 14:03
|
||||
*/
|
||||
class GetCredit
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
class AddCredit
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
class SubCredit
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
class UpdateCredit
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user