chore(admin): 后台帮助链接由 doc.crmeb.com 改为 uj345.cn

RoutineTemplate 小程序码帮助地址;SystemConfigServices 微信支付与支付宝配置说明中的帮助文档链接。

Made-with: Cursor
This commit is contained in:
panchengyong
2026-03-30 11:10:14 +08:00
parent ac86ec57cf
commit 2acc3acfb0
2 changed files with 3 additions and 3 deletions

View File

@@ -429,7 +429,7 @@ class RoutineTemplate extends AuthController
}
$data['code'] = $urlCode;
$data['appId'] = $appid;
$data['help'] = 'https://doc.crmeb.com/web/pro/crmebprov2/1192';
$data['help'] = 'https://www.uj345.cn/web/pro/prov2/1192';
return $this->success($data);
}
}