fix 同步niucloud

This commit is contained in:
CQ
2026-03-19 14:23:15 +08:00
parent 9f9ed9a0e3
commit ddf0fa3384
851 changed files with 1540 additions and 725 deletions

View File

@@ -21,6 +21,7 @@ use think\facade\Route;
Route::group('weapp', function() {
/***************************************************** 微信配置 ****************************************************/
Route::get('auth_url', 'weapp.Auth/getWeappQrcodeUrl');
Route::get('config', 'weapp.Config/get');
//设置微信配置
Route::put('config', 'weapp.Config/set');