This website works better with JavaScript
홈
탐색
도움말
로그인
game-api
/
mex_api
원본 프로젝트 :
laoma/admin_api
Watch
2
Star
0
포크
0
파일
트리:
30ea6c505d
브랜치
태그
master
mex_api
/
app
/
Inter
/
CashierMessageInterFace.php
CashierMessageInterFace.php
107 B
히스토리
Raw
1
2
3
4
5
6
7
8
9
10
<?php
namespace App\Inter;
interface CashierMessageInterFace
{
public function returnMsg($type);
}