|
@@ -29,8 +29,8 @@ class Config extends Controller
|
|
|
{
|
|
|
/**
|
|
|
* 微信授权配置
|
|
|
- * @auth true
|
|
|
- * @menu true
|
|
|
+ * @auth false
|
|
|
+ * @menu false
|
|
|
* @throws \think\db\exception\DataNotFoundException
|
|
|
* @throws \think\db\exception\DbException
|
|
|
* @throws \think\db\exception\ModelNotFoundException
|
|
@@ -78,7 +78,7 @@ class Config extends Controller
|
|
|
|
|
|
/**
|
|
|
* 微信授权测试
|
|
|
- * @auth true
|
|
|
+ * @auth false
|
|
|
*/
|
|
|
public function options_test()
|
|
|
{
|
|
@@ -87,8 +87,8 @@ class Config extends Controller
|
|
|
|
|
|
/**
|
|
|
* 微信支付配置
|
|
|
- * @auth true
|
|
|
- * @menu true
|
|
|
+ * @auth false
|
|
|
+ * @menu false
|
|
|
* @throws \think\admin\Exception
|
|
|
* @throws \think\db\exception\DataNotFoundException
|
|
|
* @throws \think\db\exception\DbException
|
|
@@ -113,7 +113,7 @@ class Config extends Controller
|
|
|
|
|
|
/**
|
|
|
* 微信支付测试
|
|
|
- * @auth true
|
|
|
+ * @auth false
|
|
|
*/
|
|
|
public function payment_test()
|
|
|
{
|
|
@@ -122,7 +122,7 @@ class Config extends Controller
|
|
|
|
|
|
/**
|
|
|
* 微信支付修改
|
|
|
- * @auth true
|
|
|
+ * @auth false
|
|
|
* @throws \think\admin\Exception
|
|
|
* @throws \think\db\exception\DataNotFoundException
|
|
|
* @throws \think\db\exception\DbException
|