|
|
@@ -1371,9 +1371,9 @@ class TestController extends BaseController
|
|
|
{
|
|
|
$push = new \common\components\push('ghs');
|
|
|
|
|
|
- $cids = ['2539a06dde18170d61f235dd40253d36', '3a424d2fcce148fbe38f2dea569e8228', '08fd2c3c72a5da46d2274aaa05c321e3'];
|
|
|
- $title = '订单通知';
|
|
|
- $content = '您有新的订单,请查看';
|
|
|
+ $cids = ['2539a06dde18170d61f235dd40253d36', '3a424d2fcce148fbe38f2dea569e8228', '08fd2c3c72a5da46d2274aaa05c321e3', '9a5f7a63e290bf28f35d0691484e0721'];
|
|
|
+ $title = '新订单';
|
|
|
+ $content = '您有新的订单,请查看 order_id: 10384';
|
|
|
$payload = [
|
|
|
"page" => "pagesClient/member/detail",
|
|
|
"params" => ["id" => 682]
|