|
@@ -191,13 +191,13 @@ class WxService
|
|
|
/**
|
|
|
* 账户余额通知
|
|
|
*/
|
|
|
- public static function wxSmsNumberSub($openid, $remind, $amount)
|
|
|
+ public static function wxSmsNumberSub($openid, $remind, $type)
|
|
|
{
|
|
|
$template_id = 'RxL9WHTjGym6oiUemiiyLIHOYeBinnS9l4AXnL0jnFY';
|
|
|
$page = "/ownerPages/pages/duanxin";
|
|
|
$data = [
|
|
|
- 'thing3' => ['value' => $remind],//温馨提示
|
|
|
- 'amount1' => ['value' => $amount],//账户余额
|
|
|
+ 'thing3' => ['value' => $type],//续费类型
|
|
|
+ 'thing4' => ['value' => $remind],//续费说明
|
|
|
];
|
|
|
self::sendWxSubMessage($template_id, $page, $openid, $data);
|
|
|
return;
|