1 | <?php |
||
7 | class Pay extends Facade |
||
8 | { |
||
9 | /** |
||
10 | * Return the facade accessor. |
||
11 | * |
||
12 | * @return string |
||
13 | */ |
||
14 | public static function getFacadeAccessor() |
||
18 | |||
19 | /** |
||
20 | * Return the facade accessor. |
||
21 | * |
||
22 | * @return string |
||
23 | */ |
||
24 | public static function alipay() |
||
28 | |||
29 | /** |
||
30 | * Return the facade accessor. |
||
31 | * |
||
32 | * @return string |
||
33 | */ |
||
34 | public static function wechat() |
||
38 | } |
||
39 |