|
|
|
@ -18,7 +18,6 @@ class Wxserver extends BaseController |
|
|
|
|
public function index(): Json |
|
|
|
|
{ |
|
|
|
|
$appid = ['wxd87b1a7332d974d0', 'wxe3ed157849bd07b5', 'wx896520d9d03f108f', 'wx35f6c598106b9149', 'wx3f8c109fa934324f']; |
|
|
|
|
$appid = array_merge($appid, ['wx1814307a39775007', 'wx74c7a92ae5ffbcb6', 'wx50b90d4df20da3ec', 'wxe843b6d7a4bd3389']); |
|
|
|
|
$obj = new Server(); |
|
|
|
|
$data = $obj->applySetOrderPathInfo($appid); |
|
|
|
|
return $this->renderSuccess(['result' => $data]); |
|
|
|
|