You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
319 B
34 lines
319 B
<?php
|
|
|
|
class CCBNotifyController extends BaseController
|
|
{
|
|
public function pay()
|
|
{
|
|
|
|
}
|
|
|
|
public function refund()
|
|
{
|
|
|
|
}
|
|
|
|
public function merchant()
|
|
{
|
|
|
|
}
|
|
|
|
public function accounting()
|
|
{
|
|
|
|
}
|
|
|
|
public function bill()
|
|
{
|
|
|
|
}
|
|
|
|
public function platform()
|
|
{
|
|
|
|
}
|
|
}
|