shish 5 years ago
parent
commit
3886d66f88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-pt/controllers/CashController.php

+ 1 - 1
app-pt/controllers/CashController.php

@@ -152,7 +152,7 @@ class CashController extends BaseController
                 //微信通知申请提现人
                 WxMessageClass::cashInform($shop, $cash);
                 //通知管理员
-                noticeUtil::push("客户提现申请审核通过,转帐{$cashAmount}元", '15280215347');
+                noticeUtil::push("客户提现审核通过,转帐{$cashAmount}元", '15280215347');
                 util::complete();
             } else {
                 $msg = $result->$responseNode->msg ?? '';