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.

18 lines
277 B

<?php
/**
* Created by IntelliJ IDEA.
* User: luwei
* Date: 2017/7/18
* Time: 14:08
*/
namespace app\modules\api\controllers;
class PayNotifyController extends Controller
{
//微信支付结果通知
public function actionWechat()
{
}
}