Compare commits
2 Commits
8951607f62
...
7edabdd2e1
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7edabdd2e1 | ||
![]() |
8f77df2c4f |
@ -51,6 +51,8 @@ class PayController extends PublicController
|
|||||||
*/
|
*/
|
||||||
public function refund()
|
public function refund()
|
||||||
{
|
{
|
||||||
|
$this->publish("demo", "hi");
|
||||||
|
exit();
|
||||||
// 总管理员 可接收任何shop_id 非总管理员 只可以调用自身shop_id 否则会中断
|
// 总管理员 可接收任何shop_id 非总管理员 只可以调用自身shop_id 否则会中断
|
||||||
$this->isPower();
|
$this->isPower();
|
||||||
// 初始化 pay类的参数
|
// 初始化 pay类的参数
|
||||||
|
Loading…
Reference in New Issue
Block a user