|
@@ -230,7 +230,6 @@ class WxMessageClass extends BaseClass
|
|
|
//供货商有新的退款申请 ssh 20230815
|
|
//供货商有新的退款申请 ssh 20230815
|
|
|
public static function ghsHasNewRefundApplyInform($shop, $refund)
|
|
public static function ghsHasNewRefundApplyInform($shop, $refund)
|
|
|
{
|
|
{
|
|
|
- return false;
|
|
|
|
|
$id = $refund->id;
|
|
$id = $refund->id;
|
|
|
$refundSn = $refund->orderSn ?? '';
|
|
$refundSn = $refund->orderSn ?? '';
|
|
|
$refundType = $refund->refundType ?? 1;
|
|
$refundType = $refund->refundType ?? 1;
|
|
@@ -393,7 +392,6 @@ class WxMessageClass extends BaseClass
|
|
|
//客户结清账单提醒 ssh 20240512
|
|
//客户结清账单提醒 ssh 20240512
|
|
|
public static function customHasClearToGhsInform($shop, $clearInfo, $custom)
|
|
public static function customHasClearToGhsInform($shop, $clearInfo, $custom)
|
|
|
{
|
|
{
|
|
|
- return false;
|
|
|
|
|
//账单编号 合同金额 客户名称
|
|
//账单编号 合同金额 客户名称
|
|
|
$ptStyle = $shop->ptStyle;
|
|
$ptStyle = $shop->ptStyle;
|
|
|
$id = $clearInfo->id ?? 0;
|
|
$id = $clearInfo->id ?? 0;
|
|
@@ -441,7 +439,6 @@ class WxMessageClass extends BaseClass
|
|
|
//客户充值清账通知 ssh 20240511
|
|
//客户充值清账通知 ssh 20240511
|
|
|
public static function customRechargeClearInform($shop, $recharge)
|
|
public static function customRechargeClearInform($shop, $recharge)
|
|
|
{
|
|
{
|
|
|
- return false;
|
|
|
|
|
//充值金额 商品名称 姓名 操作人 充值时间
|
|
//充值金额 商品名称 姓名 操作人 充值时间
|
|
|
$ptStyle = $shop->ptStyle;
|
|
$ptStyle = $shop->ptStyle;
|
|
|
$amount = $recharge->amount ?? 0;
|
|
$amount = $recharge->amount ?? 0;
|
|
@@ -724,7 +721,6 @@ class WxMessageClass extends BaseClass
|
|
|
//花店新订单通知 ssh 20210529
|
|
//花店新订单通知 ssh 20210529
|
|
|
public static function hdNewOrderInform($shop, $order)
|
|
public static function hdNewOrderInform($shop, $order)
|
|
|
{
|
|
{
|
|
|
- return false;
|
|
|
|
|
$ptStyle = $shop->ptStyle;
|
|
$ptStyle = $shop->ptStyle;
|
|
|
$wxBase = WxOpenClass::getWxBase();
|
|
$wxBase = WxOpenClass::getWxBase();
|
|
|
$wx = $wxBase[$ptStyle] ?? [];
|
|
$wx = $wxBase[$ptStyle] ?? [];
|
|
@@ -1005,7 +1001,6 @@ class WxMessageClass extends BaseClass
|
|
|
//收款码收入通知 ssh 20210531
|
|
//收款码收入通知 ssh 20210531
|
|
|
public static function gatheringIncomeInform($shop, $order)
|
|
public static function gatheringIncomeInform($shop, $order)
|
|
|
{
|
|
{
|
|
|
- return false;
|
|
|
|
|
if ($order->payStatus != 1) {
|
|
if ($order->payStatus != 1) {
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
@@ -1388,7 +1383,6 @@ class WxMessageClass extends BaseClass
|
|
|
//供货商新客户通知 ssh 20210909
|
|
//供货商新客户通知 ssh 20210909
|
|
|
public static function newGhsCustomInform($shop, $custom, $introduce = [])
|
|
public static function newGhsCustomInform($shop, $custom, $introduce = [])
|
|
|
{
|
|
{
|
|
|
- return false;
|
|
|
|
|
$ptStyle = $shop->ptStyle ?? 0;
|
|
$ptStyle = $shop->ptStyle ?? 0;
|
|
|
$wxBase = WxOpenClass::getWxBase();
|
|
$wxBase = WxOpenClass::getWxBase();
|
|
|
$wx = $wxBase[$ptStyle] ?? [];
|
|
$wx = $wxBase[$ptStyle] ?? [];
|
|
@@ -1496,7 +1490,6 @@ class WxMessageClass extends BaseClass
|
|
|
//花店新客户通知 ssh 20220919
|
|
//花店新客户通知 ssh 20220919
|
|
|
public static function newHdCustomInform($shop, $custom, $introduce = [])
|
|
public static function newHdCustomInform($shop, $custom, $introduce = [])
|
|
|
{
|
|
{
|
|
|
- return false;
|
|
|
|
|
$ptStyle = $shop->ptStyle ?? 0;
|
|
$ptStyle = $shop->ptStyle ?? 0;
|
|
|
$wxBase = WxOpenClass::getWxBase();
|
|
$wxBase = WxOpenClass::getWxBase();
|
|
|
$wx = $wxBase[$ptStyle] ?? [];
|
|
$wx = $wxBase[$ptStyle] ?? [];
|