This commit is contained in:
2022-01-25 10:30:35 +08:00
parent 206e046d1d
commit f8a7f24c6f

View File

@@ -26,7 +26,7 @@ class RefreshPAOrder extends Action
public function html() public function html()
{ {
return <<<HTML return <<<HTML
<a class="btn btn-sm btn-default refresh-order "><i class="fa fa-refresh"></i>刷新平安订单id</a> <a class="btn btn-sm btn-default refresh-order "><i class="fa fa-refresh"></i> 刷新平安订单id</a>
HTML; HTML;
} }
} }