@@ -16,7 +16,7 @@ class TestController extends webApp
public function check()
{
- $result = MpService::make()->getMiniShareLink('/pagesSub/pages/meeting/books','mid=1');
+ $result = MpService::make()->getMiniShareLink('pagesSub/pages/meeting/books','mid=1');
dump(MpService::make()->getError());
dump($result);