shizhongqi 9 months ago
parent
commit
23145fea5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/TestController.php

+ 1 - 1
app-ghs/controllers/TestController.php

@@ -1373,7 +1373,7 @@ class TestController extends BaseController
 
         $cids = ['2539a06dde18170d61f235dd40253d36', '3a424d2fcce148fbe38f2dea569e8228', '08fd2c3c72a5da46d2274aaa05c321e3', '9a5f7a63e290bf28f35d0691484e0721'];
         $title = '新订单';
-        $content = '您有新的订单,请查看 order_id: 10384';
+        $content = '您有新的订单,请查看 order_id: '. random_int(100000, 999999);
         $payload = [
             "page" => "pagesClient/member/detail",
             "params" => ["id" => 682]