...
|
...
|
@@ -154,8 +154,8 @@ if (!function_exists('getOrderSn')) { |
|
|
* @throws \think\db\exception\ModelNotFoundException
|
|
|
* @throws \think\exception\DbException
|
|
|
*/
|
|
|
function SendMessage($order_id){
|
|
|
$order=\think\Db::name("order")->find($order_id);
|
|
|
function SendMessage($order_id){
|
|
|
$order=\think\Db::name("order")->find($order_id);
|
|
|
$wxxcxpush=new WxxcxPush();
|
|
|
$user=new User();
|
|
|
$user=$user->find($order['user_id']);
|
...
|
...
|
|