This commit is contained in:
2023-05-18 15:32:50 +08:00
parent 0dc712d8e1
commit f8bf38a322
2 changed files with 68 additions and 3 deletions
+3 -3
View File
@@ -333,8 +333,8 @@ class TestController extends AbstractController
}
public function test_15(){
// $wechat = new Wechat(1);
// $a = $wechat->getAccessToken();
// dump($a);
$data = new Data();
$data->product();
}
}